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

fix: -force is deprecated, use -auto-approve to delete in tf15 #128

Closed rodush closed 3 years ago

rodush commented 3 years ago

addresses #127

@jmccann could you please review?

jmccann commented 3 years ago

Can you update relevant tests at https://github.com/jmccann/drone-terraform/blob/master/plugin_test.go#L102

rodush commented 3 years ago

Thank you for the review, @jmccann. Sorry for the delay, and thanks for pointing out on tests 🤦 I should have noticed they exist 😄 The fix is pushed, "go test" is all green on my machine