Browse Source

Merge pull request #761 from mdr-engineering/feature/ftd_MSOCI-2320_TerminateRHSSO

Terminates the RHSSO instances
Frederick Damstra 2 years ago
parent
commit
a705f369d4

+ 2 - 1
prod/aws-us-gov/mdr-prod-c2/085-rhsso/terragrunt.hcl

@@ -13,7 +13,8 @@ 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/rhsso?ref=v5.2.8"
+  #source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/rhsso?ref=v5.2.8"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/terminated?ref=v5.2.8"
 }
 
 dependency "vpc-public" {

+ 2 - 1
test/aws-us-gov/mdr-test-c2/085-rhsso/terragrunt.hcl

@@ -13,7 +13,8 @@ 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/rhsso?ref=v5.2.8"
+  #source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/rhsso?ref=v5.2.8"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/terminated?ref=v5.2.8"
 }
 
 dependency "vpc-public" {