diff --git a/templates/common-variables.hcl.tf.tpl b/templates/common-variables.hcl.tf.tpl index 8f4ba55..6d7a9d2 100644 --- a/templates/common-variables.hcl.tf.tpl +++ b/templates/common-variables.hcl.tf.tpl @@ -32,7 +32,12 @@ locals { "us-gov-east-1" = "vpc-070595c5b133243dd" "us-gov-west-1" = "vpc-08b7b4db6a5ddf9c1" } - dev = local.route53_info["prod"] + dev = { + "account_id" = "057405694017" + "alias" = "ent-ew-network-prod" + "us-gov-east-1" = "vpc-061325b37d748d17a" + "us-gov-west-1" = "vpc-0b22b68b90e47cb5f" + } prod = { "account_id" = "057405694017" "alias" = "ent-ew-network-prod" @@ -54,7 +59,12 @@ locals { "profile" = "269222635945-lab-gov-shared-nonprod" "region" = "us-gov-east-1" } - dev = local.enterprise_ecr_account["prod"] + dev = { + "account_id" = "067074201825" + "alias" = "ent-gov-shared-prod" + "profile" = "067074201825-ent-gov-shared-prod" + "region" = "us-gov-east-1" + } prod = { "account_id" = "067074201825" "alias" = "ent-gov-shared-prod"