Update terraform for new org and space names

This commit is contained in:
Ryan Ahearn
2022-11-01 12:22:20 -04:00
parent 5d4dca3ecf
commit 90b5261821
10 changed files with 43 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
if [[ ! -f "secrets.auto.tfvars" ]]; then
../create_service_account.sh -s 10x-notifications -u config-bootstrap-deployer > secrets.auto.tfvars
../create_service_account.sh -s notify-management -u config-bootstrap-deployer > secrets.auto.tfvars
fi
if [[ $# -gt 0 ]]; then