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 25, 2026
2 parents 0da42ba + cde1b0f commit 0a8a8ff
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: "310567230128"
tf_account_name: "adrm-ced-dev-ew"
tf_account_use: "ADRM CED EW Dev"
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: "591836001390"
tf_account_name: "adrm-ced-dev-gov"
tf_account_use: "ADRM CED GOV Dev"
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 @@ -1000,7 +1000,13 @@ all:
ditd-geocoder-dmz-prod-ew.cloud ansible_host=localhost
ditd-geocoder-dmz-prod-gov:
hosts:
ditd-geocoder-dmz-prod-gov.cloud ansible_host=localhost
ditd-geocoder-dmz-prod-gov.cloud ansible_host=localhost
adrm-ced-dev-ew:
hosts:
adrm-ced-dev-ew.cloud ansible_host=localhost
adrm-ced-dev-gov:
hosts:
adrm-ced-dev-gov.cloud ansible_host=localhost

#---
# master payer
Expand Down

0 comments on commit 0a8a8ff

Please sign in to comment.