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
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