This website requires JavaScript.
Explore
Help
Sign In
go
/
hcl
Watch
2
Star
0
Fork
0
You've already forked hcl
Code
Issues
Pull Requests
Releases
Wiki
Activity
99e2f22d1c
hcl
/
test-fixtures
/
basic_bool.hcl
2 lines
15 B
HCL
Raw
Normal View
History
Unescape
Escape
Allow strings "true", "false", "1" and "0" to be used where booleans are expected There is precedent for allowing strings containing digits where numbers are expected, and so this extends that to also allow for boolean values to be given as strings. This applies only to callers going through the decoder API. Direct access via the AST will reflect exactly what was given in the input configuration.
2018-09-06 18:38:39 +00:00
boolean
=
true
Reference in New Issue
Copy Permalink