Skip to content

Commit

Permalink
Merge branch 'master' of github.e.it.census.gov:terraform/support
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 27, 2025
2 parents 883570b + 04279d1 commit a76d54d
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "334741109798"
tf_account_name: "ditd-prod-ew"
tf_account_use: "DITD Prod EW"
tf_region_type: "ew"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
vpc_domain_name: ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "448247302105"
tf_account_name: "ditd-prod-gov"
tf_account_use: "DITD Prod GovCloud"
tf_region_type: "gov"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
vpc_domain_name: ""
8 changes: 7 additions & 1 deletion local-app/aws-account-setup/ansible/inventory/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,13 @@ all:
ditd-ags-prod-ew.cloud ansible_host=localhost
ditd-ags-prod-gov:
hosts:
ditd-ags-prod-gov.cloud ansible_host=localhost
ditd-ags-prod-gov.cloud ansible_host=localhost
ditd-prod-ew:
hosts:
ditd-prod-ew.cloud ansible_host=localhost
ditd-prod-gov:
hosts:
ditd-prod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

0 comments on commit a76d54d

Please sign in to comment.