From 5c8dbc0902a8fbbf08e680aaa09c1b3226232ed4 Mon Sep 17 00:00:00 2001 From: Christian Adamini Date: Tue, 24 Oct 2023 23:25:57 +0200 Subject: [PATCH] Update website/docs/language/resources/syntax.mdx Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> --- website/docs/language/resources/syntax.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/resources/syntax.mdx b/website/docs/language/resources/syntax.mdx index 67dc6bc32a..a53c0f1d12 100644 --- a/website/docs/language/resources/syntax.mdx +++ b/website/docs/language/resources/syntax.mdx @@ -133,7 +133,7 @@ resource "aws_instance" "example" { ``` [Custom Condition Checks](/terraform/language/expressions/custom-conditions#preconditions-and-postconditions) -can help capture assumptions, helping future maintainers +can help capture assumptions so that future maintainers understand the configuration design and intent. They also return useful information about errors earlier and in context, helping consumers to diagnose issues in their configuration.