-
Notifications
You must be signed in to change notification settings - Fork 888
feat(provisioner): add support for .tf.json templates #7835
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
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
@coadler feedback welcome, I tried to match my changes to your previous changes :) |
@coadler can you take a look here |
Hey @TECHNOFAB11, I edited this a bit to add some more tests. Was wondering if you could give me permission to push to your branch! |
@coadler sure, I'm not sure if I forgot to check the box to allow edits or something but I added you as a collaborator, I hope that works too :) |
Thank you for your contribution! |
Yes, thanks a ton @TECHNOFAB11! |
Thank you all for the amazing project! :) |
Quick draft to extend #7744 to support .tf.json for rich parameters.
This uses hclparse's
ParseJSONFile
method on .tf.json files as a "replacement" forParseHCLFile
, so the output is identical.Context
Original issue: #7700
Revert because of missing rich parameter support: #7829