You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: