From 0bab23bda460c4ee59d2a0f1757fc33683719f55 Mon Sep 17 00:00:00 2001 From: Dan Barr Date: Fri, 16 Aug 2024 16:01:02 -0400 Subject: [PATCH] Fix the data resource lifecycle customization note --- website/docs/language/data-sources/index.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/docs/language/data-sources/index.mdx b/website/docs/language/data-sources/index.mdx index 478b10bb20..f8d6522395 100644 --- a/website/docs/language/data-sources/index.mdx +++ b/website/docs/language/data-sources/index.mdx @@ -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