mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update website/docs/language/values/variables.html.md
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
This commit is contained in:
parent
03ed766454
commit
46bbe66cd0
@ -327,8 +327,7 @@ account for the possibility of the variable value being `null`. Passing a
|
|||||||
|
|
||||||
Setting `nullable` to `false` ensures that the variable value will never be
|
Setting `nullable` to `false` ensures that the variable value will never be
|
||||||
`null` within the module. If `nullable` is `false` and the variable has a
|
`null` within the module. If `nullable` is `false` and the variable has a
|
||||||
`default` value, then the default will be used when a `null` value is given as
|
`default` value, then Terraform uses the default when a module input argument is `null`.
|
||||||
a module input argument.
|
|
||||||
|
|
||||||
`nullable` only controls where the direct value of the variable may be `null`.
|
`nullable` only controls where the direct value of the variable may be `null`.
|
||||||
For variables of collection or structural types, such as list or object types,
|
For variables of collection or structural types, such as list or object types,
|
||||||
|
Loading…
Reference in New Issue
Block a user