Przeglądaj źródła

Merge pull request #660 from mdr-engineering/hotfix/ftd_MSOCI-2169_TerminateOpenVPNandQCompliance

Properly terminates qcompliance
Frederick Damstra 3 lat temu
rodzic
commit
9cf20592df

+ 1 - 1
prod/aws-us-gov/mdr-prod-c2/190-splunk-qcompliance-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/terminated?ref=v4.3.4"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/terminated?ref=v4.3.4"
 }
 
 dependency "vpc" {

+ 1 - 1
test/aws-us-gov/mdr-test-c2/190-splunk-qcompliance-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/terminated?ref=v4.3.4"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/terminated?ref=v4.3.4"
 }
 
 dependency "vpc" {