Parcourir la source

Updates test/aws-us-gov/mdr-test-c2/006-account-standards to v0.3.2

Fred Damstra il y a 5 ans
Parent
commit
f959b04b4c

+ 1 - 1
test/aws-us-gov/mdr-test-c2/006-account-standards/terragrunt.hcl

@@ -18,7 +18,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.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/account_standards?ref=v0.3.0"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/account_standards?ref=v0.3.2"
 }
 
 # Include all settings from the root terragrunt.hcl file