Merge pull request #35600 from danbarr/dbarr/docs-data-lifecycle-fix

docs: correct data resource lifecycle customization
pull/35616/head
Tu Nguyen 2 years ago committed by GitHub
commit 1f9e4face2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -171,7 +171,10 @@ as defined for managed resources, with the same syntax and behavior.
## Lifecycle Customizations
Data resources do not have any customization settings available
for their lifecycle. However, the `lifecycle` block is reserved for future versions.
for their lifecycle. Only the `precondition` and `postcondition`
blocks are allowed in the data resource `lifecycle` block.
Refer to [Custom Condition Checks](#custom-condition-checks) for more details.
## Example

Loading…
Cancel
Save