mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 00:42:48 -04:00
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>
This commit is contained in:
parent
8213714929
commit
64dfd572e8
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Reference in a new issue