Ver Fonte

common/aws/legacy-mdr-root matches reality

Fred Damstra há 5 anos atrás
pai
commit
a5df8e3d4d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      common/aws/legacy-mdr-root/005-iam/terragrunt.hcl

+ 1 - 1
common/aws/legacy-mdr-root/005-iam/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/iam?ref=v0.2.1"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/iam?ref=v0.3.0"
 }
 
 # Include all settings from the root terragrunt.hcl file