Skip to content

Commit

Permalink
Merge pull request #277 from terraform/adrm-das
Browse files Browse the repository at this point in the history
adding inventory for adrm-das-nonprod accounts
  • Loading branch information
morga471 committed Apr 1, 2026
2 parents 5d9bd93 + 70e980f commit 666a2bd
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: "717056864211"
tf_account_name: "adrm-das-nonprod-ew"
tf_account_use: "ADRM DAS 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: "600260483130"
tf_account_name: "adrm-das-nonprod-gov"
tf_account_use: "ADRM DAS GovCloud NonProd"
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 @@ -1006,7 +1006,13 @@ all:
adrm-ced-dev-ew.cloud ansible_host=localhost
adrm-ced-dev-gov:
hosts:
adrm-ced-dev-gov.cloud ansible_host=localhost
adrm-ced-dev-gov.cloud ansible_host=localhost
adrm-das-nonprod-ew:
hosts:
adrm-das-nonprod-ew.cloud ansible_host=localhost
adrm-das-nonprod-gov:
hosts:
adrm-das-nonprod-gov.cloud ansible_host=localhost

#---
# master payer
Expand Down

0 comments on commit 666a2bd

Please sign in to comment.