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
Hi,
There are some cases where it would be good to have a terraform plan -destroy option to the "plan" (or "destroy") job.
As Terraforms official documentation states :
"This will run terraform plan in destroy mode, showing you the proposed destroy changes without executing them."
reference: https://developer.hashicorp.com/terraform/cli/commands/destroy
Its critical to review the changes when it comes to terraform destroy
The text was updated successfully, but these errors were encountered:
Hi,
There are some cases where it would be good to have a
terraform plan -destroy
option to the "plan" (or "destroy") job.As Terraforms official documentation states :
"This will run
terraform plan
in destroy mode, showing you the proposed destroy changes without executing them."reference: https://developer.hashicorp.com/terraform/cli/commands/destroy
Its critical to review the changes when it comes to
terraform destroy
The text was updated successfully, but these errors were encountered: