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
Post Terraform CLI 0.15, terraform apply -destroy can be used in place of terraform destroy. This issue proposes allowing the DestroyFlagOption to be passed to (tf *Terraform) Apply to replicate this direct terraform CLI usage behavior.
Proposal
Implement the ApplyOption interface for the DestroyFlagOption
Add the -destroy flag to the (tf *Terraform) Apply unit test
Add an e2e test which replicates TestDestroy using the new functionality
The text was updated successfully, but these errors were encountered:
Post Terraform CLI 0.15,
terraform apply -destroy
can be used in place ofterraform destroy
. This issue proposes allowing theDestroyFlagOption
to be passed to(tf *Terraform) Apply
to replicate this direct terraform CLI usage behavior.Proposal
Implement the ApplyOption interface for the DestroyFlagOption
Add the
-destroy
flag to the(tf *Terraform) Apply
unit testAdd an e2e test which replicates
TestDestroy
using the new functionalityThe text was updated successfully, but these errors were encountered: