LICENSE
README.md
pyproject.toml
phcl/__main__.py
phcl/runtime.py
phcl/syntax.py
phcl/types.py
phcl-terraform/examples/aws-basic/aws_basic.py
phcl-terraform/examples/tfvars-functions/tfvars_functions.py
phcl-terraform/phcl/terraform/__init__.py
phcl-terraform/phcl/terraform/dialect.py
phcl-terraform/phcl/terraform/expressions.py
phcl-terraform/phcl/terraform/nodes.py
phcl-terraform/tests/test_nodes.py
phcl-terraform/tests/test_public_api.py
phcl.egg-info/PKG-INFO
phcl.egg-info/SOURCES.txt
phcl.egg-info/dependency_links.txt
phcl.egg-info/entry_points.txt
phcl.egg-info/requires.txt
phcl.egg-info/top_level.txt
phcl/cli/__init__.py
phcl/cli/build.py
phcl/cli/config.py
phcl/cli/loading.py
phcl/cli/main.py
phcl/cli/phcl.py
phcl/cli/ui.py
phcl/core/__init__.py
phcl/core/declarative.py
phcl/core/decorators.py
phcl/core/expression.py
phcl/core/nodes.py
phcl/core/registry.py
phcl/core/types.py
phcl/core/values.py
phcl/core/version.py
phcl/render/__init__.py
phcl/render/hcl2.py