Enable debugging & tracelog
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2021-02-02 13:38:57 +01:00
parent 041d12f856
commit 7ce261d5b8
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ steps:
- name: Terraform Plan
image: bv11-cr01.bessems.eu/library/packer-extended
commands:
- set -x
- |
terraform -chdir=terraform plan \
-var='vsphere_password=$${VSPHERE_PASSWORD}' -var='repo_username=$${REPO_USERNAME}' -var='repo_password=$${REPO_PASSWORD}' \
@ -31,7 +32,7 @@ steps:
from_secret: repo_username
REPO_PASSWORD:
from_secret: repo_password
# TF_LOG: TRACE
TF_LOG: TRACE
- name: Terraform Apply
image: bv11-cr01.bessems.eu/library/packer-extended
commands: