Closed francoispqt closed 5 years ago
If I set vars explicitely to an empty object, it works:
---
kind: pipeline
type: docker
name: datadog-tf
steps:
- name: plan
image: jmccann/drone-terraform:5.2
settings:
tf_version: 0.11.13
pull: true
actions:
- fmt
- validate
- plan
role_arn_to_assume:
from_secret: AWS_ROLE_TO_ASSUME
vars: {}
when:
event: pull_request
Hi,
The pipeline below panics in drone 1.3.1
The logs are
Am I doing anything wrong?
Thanks