Skip to content

Commit

Permalink
self ref doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 16, 2026
1 parent 7864b9d commit 58134ad
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions templates/common-variables.hcl.tf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 58134ad

Please sign in to comment.