mercari / hcledit

Go package to edit HCL configuration
MIT License
44 stars 13 forks source link

Changes formatting for existing elements in the resource block #96

Open tomsucho opened 1 year ago

tomsucho commented 1 year ago

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 existing rules, and not only that if that was part of a bigger module configuraiton it would reformat also all other elements in there, which is not so nice for PR reviews. Also how would I add a entire resource block i.e. multiline? Could you show in the examples please?