Change quotes to properly parse variables
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2021-02-02 13:41:56 +01:00
parent 7ce261d5b8
commit 10fcd292a9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ steps:
- set -x
- |
terraform -chdir=terraform plan \
-var='vsphere_password=$${VSPHERE_PASSWORD}' -var='repo_username=$${REPO_USERNAME}' -var='repo_password=$${REPO_PASSWORD}' \
-var="vsphere_password=$${VSPHERE_PASSWORD}" -var="repo_username=$${REPO_USERNAME}" -var="repo_password=$${REPO_PASSWORD}" \
-var-file='vsphere.tfvars' \
-input=false \
-out=terraform.plan