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

This commit is contained in:
Danny Bessems 2021-02-02 13:17:55 +01:00
parent 2382f88c3a
commit ae13c383e4
1 changed files with 2 additions and 2 deletions

View File

@ -7,15 +7,15 @@ steps:
image: bv11-cr01.bessems.eu/library/packer-extended
commands:
- set -x
- chdir terraform
- |
terraform init \
-chdir=terraform \
-input=false \
-backend-config="conn_str=$${PG_CONNECTIONSTRING}"
environment:
PG_CONNECTIONSTRING: postgres://terraform:terraform@tfstate.default.svc.cluster.local/terraform_backend?sslmode=disable
TF_AUTOMATION: yes
# TF_LOG: TRACE
TF_LOG: TRACE
- name: Terraform Plan
image: bv11-cr01.bessems.eu/library/packer-extended
commands: