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

HCL for Generator Config #149

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

genelet
Copy link

@genelet genelet commented Feb 25, 2024

This Pull Request (PR) introduces the HCL data format to the Generator Config file. While YAML is currently the only format supported by the Generator Config, HCL is the native format for Terraform and may be preferred by some users.

To utilize this new feature, simply pass the string "hcl" or "tf" as the second argument to the config.ParseConfig function.

The HCL parser leverages the package "github.com/genelet/determined/dethcl", an enhanced version of the original "github.com/hashicorp/hcl/v2/gohcl".

@genelet genelet requested a review from a team as a code owner February 25, 2024 15:25
@hashicorp-cla
Copy link

hashicorp-cla commented Feb 25, 2024

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

2 participants