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 May 12, 2026
2 parents eb20e58 + 13a2367 commit a3df559
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "947200279469"
tf_account_name: "ditd-webscraping-nonprod-ew"
tf_account_use: "DITD Webscraping EW NonProd"
tf_region_type: "ew"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
vpc_domain_name: ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "638669085153"
tf_account_name: "ditd-webscraping-nonprod-gov"
tf_account_use: "DITD Webscraping GovCloud NonProd"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
vpc_domain_name: ""
6 changes: 6 additions & 0 deletions local-app/aws-account-setup/ansible/inventory/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,12 @@ all:
adsd-dba-dev-gov:
hosts:
adsd-dba-dev-gov.cloud ansible_host=localhost
ditd-webscraping-nonprod-ew:
hosts:
ditd-webscraping-nonprod-ew.cloud ansible_host=localhost
ditd-webscraping-nonprod-gov:
hosts:
ditd-webscraping-nonprod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

0 comments on commit a3df559

Please sign in to comment.