Scoutf is a utility tool designed by www.scoutflo.com to parse HCL (HashiCorp Configuration Language) code to JSON and vice versa. This tool is particularly useful for managing and converting infrastructure as code configurations.
- Convert JSON structures to HCL format.
- Convert HCL code to JSON format.
To install the required dependencies, use Poetry:
poetry installTo run tests, use the following command:
poetry run pytestpoetry run scoutf/cli.py main.tf output.json --to-jsonpoetry run scoutf/cli.py input.json output.tf --to-hclWe welcome contributions! Please read our contributing guidelines for more information.