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 Jul 7, 2025
2 parents bd6fe57 + 52a323d commit df00129
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/account-provisioning-ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@ Here is an example:

## Next Steps

1. [Executing TF for Baseline of Account](../account-provisioning-execute/)
1. [Add to appropriate AWS Organization](../account-provisioning-organization/)
1. [Executing TF for Baseline of Account](../account-provisioning-execute/)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "321562333885"
tf_account_name: "lab-adsd-centurion-dev-ew"
tf_account_use: "Lab ADSD Centurion Dev EW"
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: "416596763771"
tf_account_name: "lab-adsd-centurion-dev-gov"
tf_account_use: "Lab ADSD Centurion Dev GovCloud"
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 @@ -838,7 +838,13 @@ all:
ead-mes-dmz-prod-ew.cloud ansible_host=localhost
ead-mes-dmz-prod-gov:
hosts:
ead-mes-dmz-prod-gov.cloud ansible_host=localhost
ead-mes-dmz-prod-gov.cloud ansible_host=localhost
lab-adsd-centurion-dev-ew:
hosts:
lab-adsd-centurion-dev-ew.cloud ansible_host=localhost
lab-adsd-centurion-dev-gov:
hosts:
lab-adsd-centurion-dev-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

0 comments on commit df00129

Please sign in to comment.