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 May 7, 2025
2 parents 13323b3 + 31d5794 commit dbf99e9
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "968945270123"
tf_account_name: "adsd-fams-prod-ew"
tf_account_use: "ADSD FAMS 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: "387434612006"
tf_account_name: "adsd-fams-prod-gov"
tf_account_use: "ADSD FAMS GovCloud Prod"
tf_region_type: "gov"
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: "085472774186"
tf_account_name: "adsd-fams-test-ew"
tf_account_use: "ADSD FAMS EW Test"
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: "387435086104"
tf_account_name: "adsd-fams-test-gov"
tf_account_use: "ADSD FAMS GovCloud Test"
tf_region_type: "gov"
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: "349525586447"
tf_account_name: "adsd-fams-uat-ew"
tf_account_use: "ADSD FAMS EW UAT"
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: "387437867883"
tf_account_name: "adsd-fams-uat-gov"
tf_account_use: "ADSD FAMS GovCloud UAT"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
vpc_domain_name: ""
20 changes: 19 additions & 1 deletion local-app/aws-account-setup/ansible/inventory/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,25 @@ all:
addcp-dbit-nonprod-ew.cloud ansible_host=localhost
addcp-dbit-nonprod-gov:
hosts:
addcp-dbit-nonprod-gov.cloud ansible_host=localhost
addcp-dbit-nonprod-gov.cloud ansible_host=localhost
adsd-fams-test-ew:
hosts:
adsd-fams-test-ew.cloud ansible_host=localhost
adsd-fams-test-gov:
hosts:
adsd-fams-test-gov.cloud ansible_host=localhost
adsd-fams-uat-ew:
hosts:
adsd-fams-uat-ew.cloud ansible_host=localhost
adsd-fams-uat-gov:
hosts:
adsd-fams-uat-gov.cloud ansible_host=localhost
adsd-fams-prod-ew:
hosts:
adsd-fams-prod-ew.cloud ansible_host=localhost
adsd-fams-prod-gov:
hosts:
adsd-fams-prod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

0 comments on commit dbf99e9

Please sign in to comment.