hcledit
hcledit copied to clipboard
Go package to edit HCL configuration
Hello, I encounter a segmentation fault when input file contains both block and object. Here is a simple example to reproduce the issue: ```hcl include { path = find_in_parent_folders() }...
Hello team, When i go with instructor of install hcledit cmd using brew I face with error `Error: mercari/hcledit/hcledit: wrong number of arguments (given 1, expected 0)` Steps that I...
This config seems to be out of date. Specifically `artifacts` doesn't seem like a valid key anymore. This is preventing binaries from being released.
Hi, I might have found an issue, sorry if I'm wrong, but the variable **keytrail** in the function **walkBlock** is shadowed by the function argument. ```golang func (w *Walker) walkBlock(body...
Very nice tool, but one issue is it changes formatting for existing elements so say I added a new rule to the Security Group resource, it would reformat the already...
Would be nice to have an option to output the changes to stdout instead of overwriting the file with the changes.
According to https://github.com/mercari/hcledit/blob/main/cmd/hcledit/README.md, I executed `brew tap` but I got the following errors. It looks like https://github.com/goreleaser/goreleaser/pull/2939 is related. ```console $ brew tap mercari/hcledit https://github.com/mercari/hcledit ==> Tapping mercari/hcledit Cloning into...
Don't really know if this one is possible or is it something coming from the hclwrite library. When i set value and it gets saved whole document is formatted after...
Would be nice to have an option to read file from stdin instead of having to give file path.
The followings are the list of TODOs which I want to finish before making this public: - [ ] Return proper errors - [ ] When calling `Create` to the...