65a6292f01
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.
2 lines
17 B
HCL
2 lines
17 B
HCL
boolean = "trUe"
|