Преглед изворни кода

common/aws/legacy-mdr-root matches reality

Fred Damstra пре 5 година
родитељ
комит
a5df8e3d4d
1 измењених фајлова са 1 додато и 1 уклоњено
  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