From 64dfd572e8d392caff60f93061067851114562dd Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Fri, 16 May 2025 22:58:56 +0800 Subject: [PATCH] Fix a missing index page (#36865) * Fix a missing index page * Update index.mdx Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> --------- Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> --- website/docs/language/expressions/index.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/language/expressions/index.mdx b/website/docs/language/expressions/index.mdx index 8817589cd8..12a7cead19 100644 --- a/website/docs/language/expressions/index.mdx +++ b/website/docs/language/expressions/index.mdx @@ -62,6 +62,9 @@ expression syntax. documents a way to create multiple repeatable nested blocks within a resource or other construct. +- [Custom Conditions](/terraform/language/expressions/custom-conditions) + documents conditions, checks blocks, and resource preconditions and postconditions. + - [Type Constraints](/terraform/language/expressions/type-constraints) documents the syntax for referring to a type, rather than a value of that type. Input variables expect this syntax in their `type` argument.