Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform destroy not working with Terraform v0.15+ #6

Open
stefanharke opened this issue May 21, 2021 · 1 comment
Open

Terraform destroy not working with Terraform v0.15+ #6

stefanharke opened this issue May 21, 2021 · 1 comment

Comments

@stefanharke
Copy link

Hi everybody!

Seems like HashiCorp changed the options for the "terraform destroy" command.
Your implementation of "TerraformClient" appends the option "-force" which is replaced by "-auto-approve" for consistency reasons starting with Terraform v0.15.
Check this upgrade guide for more details:
https://www.terraform.io/upgrade-guides/0-15.html

The change is causing an exception not executing "terraform destroy" at all.
Is there any chance to get this fixed?

Best Regards
Stefan

@dilavertamr
Copy link

#7 seems to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants