Skip to content

Commit

Permalink
add variablews for lab for route53, update main route53 tf
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 1, 2024
1 parent 1d14ab2 commit 3bec647
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/full-cluster-tf-upgrade/1.28/variables.route53.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@ variable "route53_endpoints" {
default = {
route53_main = {
"account_id" = "057405694017"
"alias" = "ent-gov-network-prod"
"us-gov-east-1" = "vpc-0871ba8a6040d623a"
"us-gov-west-1" = "vpc-0f03ea065333f72c5"
}
route53_main_legacy = {
"account_id" = "107742151971"
"alias" = "do2-govcloud"
"us-gov-east-1" = "vpc-099a991da7c4eb8a5"
"us-gov-west-1" = "vpc-77877a12"
}
route53_main_dmz = {
"account_id" = "273715889907"
"alias" = "ent-gov-dmz-network-prod"
"us-gov-east-1" = "vpc-02f1a0a3b40843e4e"
"us-gov-west-1" = "vpc-0ce5930e94e434889"
}
}
}
13 changes: 13 additions & 0 deletions examples/full-cluster-tf-upgrade/1.28/variables.route53.tf.lab
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
variable "route53_endpoints" {
description = "Map of target route53 endpoints (for inbound) central VPCs"
type = map(map(string))
default = {
route53_main = {
"account_id" = "269244441389"
"alias" = "lab-gov-network-nonprod"
"us-gov-east-1" = "vpc-070595c5b133243dd"
"us-gov-west-1" = "vpc-08b7b4db6a5ddf9c1"
}
}
}

0 comments on commit 3bec647

Please sign in to comment.