You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Terraform
On Wednesday, October 8, 2014 at 2:58:25 AM UTC+2, Russell Roy wrote:
Does anyone have an HCL to JSON utility?
Hey there, you can use the HCL printer (and `terraform fmt`) to do this now. Marius Kleidl and I took the liberty of wrapping a few of HashiCorp's libraries and release `json2hcl` (and hcl2json via `-reverse`) binaries for this. In the off chance this is still useful: https://github.com/kvz/json2hcl
kjetil....@gmail.com
unread,
May 2, 2018, 5:29:15 AM5/2/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Terraform
i cannot convert a tf to json and back again .. ( json2hcl -revers < a.tf | json2hcl > b.tf )