Releases: Scalr/pygohcl
Releases · Scalr/pygohcl
v1.2.3
v1.2.2
Added
- Optional flag to preserve interpolation sequences in strings
Changed
- Do not strip all the whitespaces from expressions anymore
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
v1.1.1
Fixed
runtime error: slice bounds out of range
when parsing complex structures withattributes_load
.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Added
- New function
attributes_load
: parse only top-level attributes (key = "value"
) from HCL input, raising an error when other blocks are detected. - New function
eval_var_condition
: this is specific to Terraform/OpenTofu configuration language and is meant to evaluate the results of a variable definition'svalidation
block.
Full Changelog: v1.0.9...v1.1.0