-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
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
Converting JSON into tf data #8
Comments
I see the same thing. Exported automation package from Azure which contains template.json
Either I am doing this incorrectly or it doesn't work. Looking at the output to template.tf, it doesn't appear to be terraform code. Sure would be cool if this worked. The underlying question is why M$ doesn't support this natively on AZ. |
Would you mind sharing the sections of your |
I would more comfortable with sharing the AZ configs if I knew who you are. I'm sure you're awesome but this is a public forum. Just do this:
Doesn't work... well for me anyway |
I can understand that you do not want to share your configuration publicly but maybe you are able to remove the confident information from it or provide a minimal example which triggers the error (Error: no object keys found!). I am sorry, but I don't have the time to sign up for an Azure account just to test this out. |
try this |
Hi,
I want to convert some
json
into terraform readable format.However, we I use :
curl -sSl https://raw.githubusercontent.com/kvz/json2hcl/master/fixtures/infra.tf.json | json2hcl
The output seems not to be readable by terraform.
Is it any step more to do ?
Regards,
The text was updated successfully, but these errors were encountered: