mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
Glossary - initial version (#3411)
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user