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 Apr 3, 2026
2 parents c5dc6f1 + 666a2bd commit 12ba8e6
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: "717056864211"
tf_account_name: "adrm-das-nonprod-ew"
tf_account_use: "ADRM DAS EW NonProd"
tf_region_type: "ew"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
vpc_domain_name: ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "600260483130"
tf_account_name: "adrm-das-nonprod-gov"
tf_account_use: "ADRM DAS GovCloud NonProd"
tf_region_type: "gov"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
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 @@ -1006,7 +1006,13 @@ all:
adrm-ced-dev-ew.cloud ansible_host=localhost
adrm-ced-dev-gov:
hosts:
adrm-ced-dev-gov.cloud ansible_host=localhost
adrm-ced-dev-gov.cloud ansible_host=localhost
adrm-das-nonprod-ew:
hosts:
adrm-das-nonprod-ew.cloud ansible_host=localhost
adrm-das-nonprod-gov:
hosts:
adrm-das-nonprod-gov.cloud ansible_host=localhost

#---
# master payer
Expand Down

0 comments on commit 12ba8e6

Please sign in to comment.