mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Merge pull request #4882 from sportebois/f-update-docs-env-stanza-coercion
Change misleading boolean example in env stanza coercion section (#4820)
This commit is contained in:
@@ -53,13 +53,14 @@ is preserved.
|
||||
|
||||
```hcl
|
||||
env {
|
||||
key = "true"
|
||||
key = 1.4
|
||||
key = "1.4"
|
||||
"key" = 1.4
|
||||
"key" = "1.4"
|
||||
|
||||
key = true
|
||||
|
||||
"key" = true
|
||||
|
||||
key = 1.4
|
||||
key = "1.4"
|
||||
key = "1"
|
||||
key = 1
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user