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's `validation` block.
**Full Changelog**: https://github.com/Scalr/pygohcl/compare/v1.0.9...v1.1.0