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

Terraform 0.11.13 image is wrong #87

Closed carlosbaraza closed 5 years ago

carlosbaraza commented 5 years ago
docker run --entrypoint "/bin/terraform" jmccann/drone-terraform:5.2-0.11.13 --version

would output:

Terraform v0.11.11

Your version of Terraform is out of date! The latest version
is 0.11.13. You can update by downloading from www.terraform.io/downloads.html
jmccann commented 5 years ago

Checking into this

jmccann commented 5 years ago

@carlosbaraza I believe this should be better now. Please verify and re-open if not. Thanks for bringing it to my attention!

carlosbaraza commented 5 years ago

@jmccann it works! Thank you for the prompt fix!