Pārlūkot izejas kodu

Merge pull request #684 from mdr-engineering/feature/ftd_MSOCI-2203_MinorFixes

Minor Fixes from Variable Pivot
Frederick Damstra 3 gadi atpakaļ
vecāks
revīzija
86ae34fb80

+ 1 - 1
prod/aws-us-gov/mdr-prod-afs/190-splunk-customer-searchhead/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/splunk_servers/customer_searchhead?ref=v5.0.0"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/splunk_servers/customer_searchhead?ref=v5.0.1"
 }
 
 dependency "vpc" {

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