Merge pull request #32615 from jnnnnn/patch-1

mention -target in destroy docs
revert-32615-patch-1
Craig Wright 2 years ago committed by GitHub
commit 36014ff8e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -44,3 +44,8 @@ you the proposed destroy changes without executing them.
-> **Note:** The `-destroy` option to `terraform apply` exists only in
Terraform v0.15.2 and later. For earlier versions, you _must_ use
`terraform destroy` to get the effect of `terraform apply -destroy`.
### Target a specific resource
You can use the `-target` option to destroy a particular resource and its dependencies:

Loading…
Cancel
Save