We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried reverse on the tf file in the fixtures, but it gets stuck without any output.
The text was updated successfully, but these errors were encountered:
Thank you for this report, but as stated in the README:
We don't use json2hcl anymore ourselves, so we can't invest time into it. However, we're still welcoming PRs.
Sorry, something went wrong.
Adding a test case if someone wants to fix this.
$ cat test-vars.tf variable "my_var" { type = string description = "This is a variable" default = "foo" } $ terraform fmt test-vars.tf $ cat test-vars.tf | json2hcl -reverse unable to parse HCL: At 2:17: Unknown token: 2:17 IDENT string
No branches or pull requests
I tried reverse on the tf file in the fixtures, but it gets stuck without any output.
The text was updated successfully, but these errors were encountered: