Skip to content

Commit

Permalink
Merge pull request #252 from terraform/ead-mes
Browse files Browse the repository at this point in the history
 adding inventory for ead-mes accounts
  • Loading branch information
morga471 committed Jun 18, 2025
2 parents f898f90 + a4e434e commit 4e249a6
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "761204575495"
tf_account_name: "ead-mes-dmz-nonprod-ew"
tf_account_use: "EAD MES DMZ 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: "409368531846"
tf_account_name: "ead-mes-dmz-nonprod-gov"
tf_account_use: "EAD MES DMZ GovCloud NonProd"
tf_region_type: "gov"
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: "736468857554"
tf_account_name: "ead-mes-dmz-prod-ew"
tf_account_use: "EAD MES DMZ EW Prod"
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: "409369677551"
tf_account_name: "ead-mes-dmz-prod-gov"
tf_account_use: "EAD MES DMZ GovCloud Prod"
tf_region_type: "gov"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
vpc_domain_name: ""
14 changes: 13 additions & 1 deletion local-app/aws-account-setup/ansible/inventory/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,19 @@ all:
ois-misp-prod-ew.cloud ansible_host=localhost
ois-misp-prod-gov:
hosts:
ois-misp-prod-gov.cloud ansible_host=localhost
ois-misp-prod-gov.cloud ansible_host=localhost
ead-mes-dmz-nonprod-ew:
hosts:
ead-mes-dmz-nonprod-ew.cloud ansible_host=localhost
ead-mes-dmz-nonprod-gov:
hosts:
ead-mes-dmz-nonprod-gov.cloud ansible_host=localhost
ead-mes-dmz-prod-ew:
hosts:
ead-mes-dmz-prod-ew.cloud ansible_host=localhost
ead-mes-dmz-prod-gov:
hosts:
ead-mes-dmz-prod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

0 comments on commit 4e249a6

Please sign in to comment.