Kaynağa Gözat

Fixing apply errors in commercial

Duane Waddle 4 yıl önce
ebeveyn
işleme
94716a39a4

+ 1 - 1
common/aws/mdr-common-services/004-iam-okta/okta_saml.tf

@@ -1,5 +1,5 @@
 module "common_services_roles" {
-  source        = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//submodules/iam/common_services_roles?ref=v0.8.4"
+  source        = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//submodules/iam/common_services_roles?ref=v0.8.4"
   account_alias = "afs-mdr-common-services"
   okta_app      = "AWS - Commercial"
 }

+ 7 - 0
common/aws/partition.hcl

@@ -31,6 +31,13 @@ locals {
       "045312110490", # mdr-prod-c2
       "425831147305", # mdr-prod-modelclient
       "369723129071", # mdr-prod-malware
+# These two apparently don't have the account-standards / skeleton
+# set up for them (yet?)  For now I'm leaving them commented out
+#      "821415252513", # mdr-prod-nihors
+#      "153282776295", # mdr-prod-bas
+      "815967312032", # mdr-prod-doed
+      "752106061897", # mdr-prod-frtib
+      "054411035179", # mdr-prod-ca-c19
     ],
     "test" = [
       "527700175026", # Legacy MDR Test

+ 1 - 1
prod/aws/mdr-prod-frtib/005-iam/terragrunt.hcl

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