Skip to content

Commit

Permalink
Merge pull request #255 from terraform/lab-edl-dev
Browse files Browse the repository at this point in the history
adding inventory for lab edl dev account
  • Loading branch information
badra001 committed Jul 9, 2025
2 parents 9a4d45a + 857ff39 commit ad8b71a
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
tf_account: "974703727327"
tf_account_name: "lab-edl-dev-ew"
tf_account_use: "EW Lab EDL Dev (EW linked account)"
tf_region_type: "ew"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
vpc_domain_name: ""
is_lab_account: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
tf_account: "419181355618"
tf_account_name: "lab-edl-dev-gov"
tf_account_use: "GovCloud Lab EDL Dev"
tf_region_type: "gov"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
vpc_domain_name: ""
is_lab_account: true
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 @@ -844,7 +844,13 @@ all:
lab-adsd-centurion-dev-ew.cloud ansible_host=localhost
lab-adsd-centurion-dev-gov:
hosts:
lab-adsd-centurion-dev-gov.cloud ansible_host=localhost
lab-adsd-centurion-dev-gov.cloud ansible_host=localhost
lab-edl-dev-ew:
hosts:
lab-edl-dev-ew.cloud ansible_host=localhost
lab-edl-dev-gov:
hosts:
lab-edl-dev-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

0 comments on commit ad8b71a

Please sign in to comment.