Browse Source

Merge pull request #758 from mdr-engineering/feature/jc_MSOCI-2182_tfsec_ignore_EC2_no_public_egress_sgr

Updates tag for Ignore comments for tfsec ID - aws-ec2-no-public-egre…
Jeremy Cooper 3 years ago
parent
commit
dc139edd7b

+ 1 - 1
test/aws-us-gov/mdr-test-c2/093-github-runners-mdr-engineering/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/github-runners?ref=v5.3.0"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/github-runners?ref=v5.3.7"
 }
 
 dependency "vpc" {