Glossary - initial version (#3411)

Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
This commit is contained in:
Andrei Ciobanu
2025-10-28 11:41:31 +02:00
committed by GitHub
parent 639dff15c3
commit 934be4ad5e
2 changed files with 79 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ _Expressions_ refer to or compute values within a configuration.
The simplest expressions are just literal values, like `"hello"` or `5`,
but the OpenTofu language also allows more complex expressions such as
references to data exported by resources, arithmetic, conditional evaluation,
and a number of built-in functions.
and a number of built-in and provider-defined functions.
Expressions can be used in a number of places in the OpenTofu language,
but some contexts limit which expression constructs are allowed,