Skip to content

Commit

Permalink
Merge pull request #264 from terraform/adrm-ces
Browse files Browse the repository at this point in the history
adding inventory for ARDM CES accounts
  • Loading branch information
morga471 committed Sep 18, 2025
2 parents 099bbfd + f0980a3 commit 6d9e6d9
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: "848647692695"
tf_account_name: "adrm-ces-nonprod-ew"
tf_account_use: "ADRM CES 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: "464047556891"
tf_account_name: "adrm-ces-nonprod-gov"
tf_account_use: "ADRM CES GovCloud NonProd"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
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 @@ -886,7 +886,13 @@ all:
ditd-prod-ew.cloud ansible_host=localhost
ditd-prod-gov:
hosts:
ditd-prod-gov.cloud ansible_host=localhost
ditd-prod-gov.cloud ansible_host=localhost
adrm-ces-nonprod-ew:
hosts:
adrm-ces-nonprod-ew.cloud ansible_host=localhost
adrm-ces-nonprod-gov:
hosts:
adrm-ces-nonprod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

0 comments on commit 6d9e6d9

Please sign in to comment.