Prechádzať zdrojové kódy

Merge pull request #769 from mdr-engineering/feature/ftd_MSOCI-2349_RemoveFredsEmail

Updates alert that was just going to Fred
Frederick Damstra 2 rokov pred
rodič
commit
a3d3f93cd0

+ 1 - 1
prod/aws-us-gov/mdr-prod-root-ca/011-root-CA/terragrunt.hcl

@@ -14,7 +14,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/CA_Infrastructure/root_CA?ref=v5.3.1"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/CA_Infrastructure/root_CA?ref=v5.4.4"
 }
 
 # Include all settings from the root terragrunt.hcl file

+ 1 - 1
prod/aws-us-gov/mdr-prod-root-ca/012-subordinate-cas/terragrunt.hcl

@@ -18,7 +18,7 @@ dependency "root_ca" {
 # 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/CA_Infrastructure/subordinate_CAs?ref=v5.2.8"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/CA_Infrastructure/subordinate_CAs?ref=v5.4.4"
 }
 
 # Include all settings from the root terragrunt.hcl file