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 Mar 4, 2026
2 parents b3c75d4 + 0a27bfb commit 8c05cec
Show file tree
Hide file tree
Showing 15 changed files with 2,769 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "483510445186"
tf_account_name: "adsd-centurion-dmz-nonprod-ew"
tf_account_use: "ADSD Centurion DMZ 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: "578502671083"
tf_account_name: "adsd-centurion-dmz-nonprod-gov"
tf_account_use: "ADSD Centurion DMZ GovCloud NonProd"
tf_region_type: "gov"
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: "228022007345"
tf_account_name: "adsd-centurion-dmz-prod-ew"
tf_account_use: "ADSD Centurion DMZ EW Prod"
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: "578512447670"
tf_account_name: "adsd-centurion-dmz-prod-gov"
tf_account_use: "ADSD Centurion DMZ GovCloud Prod"
tf_region_type: "gov"
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: "346299179014"
tf_account_name: "adsd-centurion-prod-ew"
tf_account_use: "ADSD Centurion EW Prod"
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: "578508366570"
tf_account_name: "adsd-centurion-prod-gov"
tf_account_use: "ADSD Centurion GovCloud Prod"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
vpc_domain_name: ""
20 changes: 19 additions & 1 deletion local-app/aws-account-setup/ansible/inventory/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,25 @@ all:
adsd-centurion-nonprod-ew.cloud ansible_host=localhost
adsd-centurion-nonprod-gov:
hosts:
adsd-centurion-nonprod-gov.cloud ansible_host=localhost
adsd-centurion-nonprod-gov.cloud ansible_host=localhost
adsd-centurion-dmz-nonprod-ew:
hosts:
adsd-centurion-dmz-nonprod-ew.cloud ansible_host=localhost
adsd-centurion-dmz-nonprod-gov:
hosts:
adsd-centurion-dmz-nonprod-gov.cloud ansible_host=localhost
adsd-centurion-dmz-prod-ew:
hosts:
adsd-centurion-dmz-prod-ew.cloud ansible_host=localhost
adsd-centurion-dmz-prod-gov:
hosts:
adsd-centurion-dmz-prod-gov.cloud ansible_host=localhost
adsd-centurion-prod-ew:
hosts:
adsd-centurion-prod-ew.cloud ansible_host=localhost
adsd-centurion-prod-gov:
hosts:
adsd-centurion-prod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 8c05cec

Please sign in to comment.