json2hcl
json2hcl copied to clipboard
Convert JSON to HCL, and vice versa. We don't use json2hcl anymore ourselves, so we can't invest time into it. However, we're still welcoming PRs.
Firstly, thank you for this useful project. But it would be great if we could use this project as a library on our own Golang projects.
According to README, the conversion of ```$ json2hcl < fixtures/infra.tf.json "output" "arn" { "value" = "${aws_dynamodb_table.basic-dynamodb-table.arn}" } ``` will return ```$ json2hcl -reverse < fixtures/infra.tf { "output": [ { "arn":...