Change quotes to properly parse variables
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7ce261d5b8
commit
10fcd292a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user