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 Feb 26, 2026
2 parents f2191b2 + 6577522 commit f8a6650
Show file tree
Hide file tree
Showing 13 changed files with 10,831 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "428168861169"
tf_account_name: "adsd-centurion-nonprod-ew"
tf_account_use: "ADSD Centurion 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: "576909012320"
tf_account_name: "adsd-centurion-nonprod-gov"
tf_account_use: "ADSD Centurion GovCloud NonProd"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
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 @@ -940,7 +940,13 @@ all:
fld-training-dmz-nonprod-ew.cloud ansible_host=localhost
fld-training-dmz-nonprod-gov:
hosts:
fld-training-dmz-nonprod-gov.cloud ansible_host=localhost
fld-training-dmz-nonprod-gov.cloud ansible_host=localhost
adsd-centurion-nonprod-ew:
hosts:
adsd-centurion-nonprod-ew.cloud ansible_host=localhost
adsd-centurion-nonprod-gov:
hosts:
adsd-centurion-nonprod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit f8a6650

Please sign in to comment.