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

Add curl binary to the image #111

Closed jlehtimaki closed 4 years ago

jlehtimaki commented 4 years ago

We are using AWS EKS Terraform module which requires curl package to check an endpoint: https://github.com/terraform-aws-modules/terraform-aws-eks/blob/626a393ab964677e3b4fb1336ad9d8cef4c26406/variables.tf#L204

Currently using this plugin it gets stuck on that wait since the curl command is not found.