mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-03 13:42:31 -04:00
Merge cba3ae6608 into 4a9caf350e
This commit is contained in:
commit
d8b473c3f5
1 changed files with 8 additions and 1 deletions
|
|
@ -75,4 +75,11 @@ expressions such as references to data exported by resources, arithmetic, condit
|
|||
Reference: [link](https://opentofu.org/docs/language/expressions/)
|
||||
|
||||
### Variable (HCL)
|
||||
Anything that's available to refer to in the current evaluation context.
|
||||
Anything that's available to refer to in the current evaluation context.
|
||||
|
||||
## General documentation
|
||||
|
||||
### `resource` vs `object`
|
||||
In contexts discussing the relationship or interaction between the `resource` HCL block and the associated remote object that it handles, it's recommended to use "resource" for the HCL block and "object" for the remote object (handled by the provider).
|
||||
|
||||
Reference: [link](https://github.com/opentofu/opentofu/pull/4153)
|
||||
|
|
|
|||
Loading…
Reference in a new issue