Skip to content

Commit

Permalink
Merge pull request #4882 from sportebois/f-update-docs-env-stanza-coe…
Browse files Browse the repository at this point in the history
…rcion

Change misleading boolean example in env stanza coercion section (#4820)
  • Loading branch information
Preetha authored Nov 16, 2018
2 parents ca4e237 + a71dea2 commit fff2d6f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions website/source/docs/job-specification/env.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ is preserved.

```hcl
env {
key = "true"
key = true
"key" = true
key = 1.4
key = "1.4"
"key" = 1.4
"key" = "1.4"
key = 1.4
key = "1.4"
key = true
key = "1"
key = 1
}
```

Expand Down

0 comments on commit fff2d6f

Please sign in to comment.