mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 00:42:48 -04:00
docs: update available boolean values
This commit is contained in:
parent
3b27258abe
commit
819bc2b032
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ Basic bullet point reference:
|
|||
* Numbers can be suffixed with `[kKmMgG]b` for power of 2 multiples,
|
||||
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 `[]`.
|
||||
Example: `["foo", "bar", 42]`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue