-
Notifications
You must be signed in to change notification settings - Fork 39
added removed block reference #508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added removed block reference #508
Conversation
0124df5
to
2a6609e
Compare
fix rebase conflicts
…sage page fix rebase conflicts
fix rebase conflicts
Co-authored-by: Robin Norwood <robin.norwood@gmail.com> fix rebase conflicts
fix rebase conflicts
7b34f8f
to
6e435a1
Compare
Vercel Previews Deployed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
|
||
# `removed` block reference | ||
|
||
The `removed` block specifies a resource to remove from state. Refer to [Remove a resource](/terraform/language/resources/remove)<!--URL TBD --> for instructions on removing resources from both state and configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The `removed` block specifies a resource to remove from state. Refer to [Remove a resource](/terraform/language/resources/remove)<!--URL TBD --> for instructions on removing resources from both state and configuration. | |
The `removed` block specifies a resource to remove from state. Refer to [Remove a resource](/terraform/language/resources/remove)<!--URL TBD --> for instructions on destroying resources by removing them from both state and configuration. |
This is talking about the use case of "I want to destroy resources that are managed by Terraform, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is talking about the use case of "I want to destroy resources that are managed by Terraform, right?
This is the use case where you no longer want to manage the resource with Terraform. Here is the current draft.
|
||
# `removed` block reference | ||
|
||
The `removed` block specifies a resource to remove from state. Refer to [Remove a resource](/terraform/language/resources/remove)<!--URL TBD --> for instructions on removing resources from both state and configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The `removed` block specifies a resource to remove from state. Refer to [Remove a resource](/terraform/language/resources/remove)<!--URL TBD --> for instructions on removing resources from both state and configuration. | |
The `removed` block specifies a resource to remove from state without making changes to the underlying infrastructure. Refer to [Remove a resource](/terraform/language/resources/remove)<!--URL TBD --> for instructions on removing resources from both state and configuration. |
1e6732d
into
docs/reference-rewrites-phrase-1
This PR adds the reference page for the removed block. It also converts the provisioner connection settings table into a partial.