apparentlymart / terraform-clean-syntax

A simple tool for Terraform language syntax cleanup, extending terraform fmt
Mozilla Public License 2.0
160 stars 24 forks source link

Add library #12

Closed umairidris closed 4 years ago

umairidris commented 4 years ago

Hi @apparentlymart,

First thanks for this useful binary. I would like to leverage go modules to incorporate it into our go code so we don't need to ask users to compile the binary and pass a filepath to us. Would you be open to accepting a PR that pulls the code into a library and making a release for it?

Thanks!

apparentlymart commented 4 years ago

Hi @umairidris,

I intended this as a one-off little project to address an immediate concern, and so I'm not intending to make any further changes to it or support it as a library. I've you'd like to use what I wrote here as a basis of your own library, though, I have no objection!

umairidris commented 4 years ago

Sounds good, thanks!