Skip to content

rename dapps-common (dapps-dev) to boc-remove1 #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tf_account: "463134255242"
tf_account_name: "adsd-dapps-common-ew"
tf_account_use: "Decennial Applicant Personnel and Payroll System EW Common"
tf_account_name: "boc-remove1-ew"
tf_account_use: "REMOVED"
tf_region_type: "ew"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tf_account: "260970024919"
tf_account_name: "adsd-dapps-common-gov"
tf_account_use: "Decennial Applicant Personnel and Payroll System GOV Common"
tf_account_name: "boc-remove1-gov"
tf_account_use: "REMOVED"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
Expand Down
8 changes: 4 additions & 4 deletions local-app/aws-account-setup/ansible/inventory/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,12 @@ all:
adrm-das-prod2-gov:
hosts:
adrm-das-prod2-gov.cloud ansible_host=localhost
adsd-dapps-common-ew:
boc-remove1-ew:
hosts:
adsd-dapps-common-ew.cloud ansible_host=localhost
adsd-dapps-common-gov:
boc-remove1-ew.cloud ansible_host=localhost
boc-remove1-gov:
hosts:
adsd-dapps-common-gov.cloud ansible_host=localhost
boc-remove1-gov.cloud ansible_host=localhost
adsd-dapps-test-ew:
hosts:
adsd-dapps-test-ew.cloud ansible_host=localhost
Expand Down