jmccann / drone-terraform

Drone plugin for triggering Terraform deployments
http://plugins.drone.io/jmccann/terraform/
Apache License 2.0
86 stars 93 forks source link

var and var-file options to validate action #108

Closed yogeshlonkar closed 5 years ago

yogeshlonkar commented 5 years ago
  image: jmccann/drone-terraform:6.1-0.12.11
  root_dir: terraform
  var_files: terraform.tfvars
  vars:
    xyz: "abc"
  actions:
    - validate

Above step generates below warning

Warning: The -var and -var-file flags are not used in validate. Setting them has no effect.

Can -var and -var-file not passed in validate action?