Update website/docs/language/data-sources/index.mdx

Co-authored-by: Alisdair McDiarmid <alisdair@users.noreply.github.com>
laura-update-pre-post-conditions
Laura Pacilio 4 years ago committed by GitHub
parent 87b09b1ee1
commit e8743143e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -140,7 +140,7 @@ data "aws_ami" "example" {
}
```
Custom conditions can help capture assumptions that might be only implied, helping future maintainers understand the configuration design and intent. They also return useful information about errors earlier and in context, helping consumers more easily diagnose issues in their configurations.
Custom conditions can help capture assumptions that might otherwise be only implied, helping future maintainers understand the configuration design and intent. They also return useful information about errors earlier and in context, helping consumers more easily diagnose issues in their configurations.
Refer to [Custom Condition Checks](/language/expressions/custom-conditions#preconditions-and-postconditions) for more details.

Loading…
Cancel
Save