Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] support for HCL config files #15

Open
adammakowskidev opened this issue Jun 19, 2024 · 1 comment
Open

[REQUEST] support for HCL config files #15

adammakowskidev opened this issue Jun 19, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@adammakowskidev
Copy link

HCL is a toolkit for creating structured configuration languages that are both human- and machine-friendly, for use with command-line tools. Although intended to be generally useful, it is primarily targeted towards devops tools, servers, etc.

The HCL native syntax is inspired by libucl, nginx configuration, and others.

It includes an expression syntax that allows basic inline computation and, with support from the calling application, use of variables and functions for more dynamic configuration languages.

HCL provides a set of constructs that can be used by a calling application to construct a configuration language. The application defines which attribute names and nested block types are expected, and HCL parses the configuration file, verifies that it conforms to the expected structure, and returns high-level objects that the application can use for further processing.

https://github.com/hashicorp/hcl

@vicanso vicanso self-assigned this Jun 21, 2024
@vicanso vicanso added the enhancement New feature or request label Jun 21, 2024
@almereyda
Copy link

Without wanting to deviate attention from pingap, until this issue is resolved, you might want to find good use for proksi: https://docs.proksi.info/configuration/hcl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants