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.