Skip to content

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

Description

@stefanharke

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions