Make sure we're in the correct directory

this will make relative paths and terraform find the correct files
This commit is contained in:
Ryan Ahearn
2023-03-15 16:24:02 -04:00
parent 9eb075f074
commit bea7a55e4a

View File

@@ -43,6 +43,9 @@ done
set -e
# ensure we're in the correct directory
cd $(dirname $0)
service_account="$username-terraform"
if [[ ! -s "secrets.auto.tfvars" ]]; then