Skip to content

Commit

Permalink
Merge pull request #281 from terraform/adrm-ced
Browse files Browse the repository at this point in the history
adding inventory for adrm-ced-nonprod accounts
  • Loading branch information
badra001 committed Apr 16, 2026
2 parents 2a6497b + 73b5700 commit 0503eaa
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "546155105149"
tf_account_name: "adrm-ced-nonprod-ew"
tf_account_use: "ADRM CED EW NonProd"
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: "614084546526"
tf_account_name: "adrm-ced-nonprod-gov"
tf_account_use: "ADRM CED GovCloud NonProd"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
vpc_domain_name: ""
6 changes: 6 additions & 0 deletions local-app/aws-account-setup/ansible/inventory/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,12 @@ all:
npc-atac-nonprod-gov:
hosts:
npc-atac-nonprod-gov.cloud ansible_host=localhost
adrm-ced-nonprod-ew:
hosts:
adrm-ced-nonprod-ew.cloud ansible_host=localhost
adrm-ced-nonprod-gov:
hosts:
adrm-ced-nonprod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

0 comments on commit 0503eaa

Please sign in to comment.