mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
docs: update available boolean values
This commit is contained in:
parent
3b27258abe
commit
819bc2b032
@ -63,7 +63,7 @@ Basic bullet point reference:
|
|||||||
* Numbers can be suffixed with `[kKmMgG]b` for power of 2 multiples,
|
* Numbers can be suffixed with `[kKmMgG]b` for power of 2 multiples,
|
||||||
example: `1kb` is equal to `1024`.
|
example: `1kb` is equal to `1024`.
|
||||||
|
|
||||||
* Boolean values: `true`, `false`, `on`, `off`, `yes`, `no`.
|
* Boolean values: `true`, `false`.
|
||||||
|
|
||||||
* Lists of primitive types can be made by wrapping it in `[]`.
|
* Lists of primitive types can be made by wrapping it in `[]`.
|
||||||
Example: `["foo", "bar", 42]`.
|
Example: `["foo", "bar", 42]`.
|
||||||
|
Loading…
Reference in New Issue
Block a user