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 Dec 3, 2025
2 parents eb60501 + 4db342c commit 62cd852
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tf_account: "014498635226"
tf_account_name: "erd-nonprod-ew"
tf_account_use: "ADRM ERD EW NonProd"
tf_account_use: "ADEP ERD EW NonProd"
tf_region_type: "ew"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tf_account: "195563689478"
tf_account_name: "erd-nonprod-gov"
tf_account_use: "ADRM ERD GovCloud NonProd"
tf_account_use: "ADEP ERD GovCloud NonProd"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "423535227157"
tf_account_name: "erd-prod-ew"
tf_account_use: "ADEP ERD 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: "513576959327"
tf_account_name: "erd-prod-gov"
tf_account_use: "ADEP ERD GovCloud Prod"
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 @@ -898,7 +898,13 @@ all:
lab-dsd-dev-ew.cloud ansible_host=localhost
lab-dsd-dev-gov:
hosts:
lab-dsd-dev-gov.cloud ansible_host=localhost
lab-dsd-dev-gov.cloud ansible_host=localhost
erd-prod-ew:
hosts:
erd-prod-ew.cloud ansible_host=localhost
erd-prod-gov:
hosts:
erd-prod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

0 comments on commit 62cd852

Please sign in to comment.