We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab884a5 commit d6240d4Copy full SHA for d6240d4
terraform/destroy.go
@@ -7,7 +7,7 @@ import (
7
// Destroy invokes Terraform's "destroy" command.
8
func (terraformer *Terraformer) Destroy() (success bool, err error) {
9
success, err = terraformer.RunStreamed("destroy",
10
- "-input=false", // non-interactive
+ "-force", "-input=false", // non-interactive
11
"-no-color",
12
"-var-file=tfvars.json",
13
)
0 commit comments