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>
pull/37086/head
Yang Liu 1 year ago committed by GitHub
parent 8213714929
commit 64dfd572e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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.

Loading…
Cancel
Save