.codacy.yml
.coveragerc
.gitignore
.pre-commit-config.yaml
.yamllint.yml
CHANGELOG.md
CLAUDE.md
LICENSE
MANIFEST.in
README.md
mypy.ini
pylintrc
pyproject.toml
requirements.txt
test-requirements.txt
tox.ini
.github/CODEOWNERS
.github/ISSUE_TEMPLATE/hcl2-parsing-error.md
.github/workflows/codeql-analysis.yml
.github/workflows/dependencies_check.yml
.github/workflows/pr_check.yml
.github/workflows/publish.yml
.github/workflows/security.yml
bin/check_deps.py
bin/terraform_test
cli/__init__.py
cli/hcl_to_json.py
cli/helpers.py
cli/hq.py
cli/json_to_hcl.py
docs/01_getting_started.md
docs/02_querying.md
docs/03_advanced_api.md
docs/04_hq.md
docs/05_hq_examples.md
hcl2/__init__.py
hcl2/__main__.py
hcl2/api.py
hcl2/builder.py
hcl2/const.py
hcl2/deserializer.py
hcl2/formatter.py
hcl2/hcl2.lark
hcl2/parser.py
hcl2/postlexer.py
hcl2/reconstructor.py
hcl2/transformer.py
hcl2/utils.py
hcl2/version.py
hcl2/walk.py
hcl2/query/__init__.py
hcl2/query/_base.py
hcl2/query/attributes.py
hcl2/query/blocks.py
hcl2/query/body.py
hcl2/query/builtins.py
hcl2/query/containers.py
hcl2/query/diff.py
hcl2/query/expressions.py
hcl2/query/for_exprs.py
hcl2/query/functions.py
hcl2/query/introspect.py
hcl2/query/path.py
hcl2/query/pipeline.py
hcl2/query/predicate.py
hcl2/query/resolver.py
hcl2/query/safe_eval.py
hcl2/rules/__init__.py
hcl2/rules/abstract.py
hcl2/rules/base.py
hcl2/rules/containers.py
hcl2/rules/directives.py
hcl2/rules/expressions.py
hcl2/rules/for_expressions.py
hcl2/rules/functions.py
hcl2/rules/indexing.py
hcl2/rules/literal_rules.py
hcl2/rules/strings.py
hcl2/rules/tokens.py
hcl2/rules/whitespace.py
python_hcl2.egg-info/PKG-INFO
python_hcl2.egg-info/SOURCES.txt
python_hcl2.egg-info/dependency_links.txt
python_hcl2.egg-info/entry_points.txt
python_hcl2.egg-info/not-zip-safe
python_hcl2.egg-info/requires.txt
python_hcl2.egg-info/top_level.txt
reports/.gitignore