-
Notifications
You must be signed in to change notification settings - Fork 59
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
.tf.json format support #165
Comments
This seems like it would be as simple as adding the ".json" suffix to the That would mean the inline manifest would be expected to be in JSON format instead of YAML. |
Correction - we need to add |
@bobh66 Maybe, instead of HCL ?
Nah, it has nothing to do with |
Yes, HCL - sorry. I'd prefer to add the I'm hoping to push a PR for this in a day or two. |
Signed-off-by: Dennis Kniep <kniepdennis@gmail.com>
Signed-off-by: Dennis Kniep <kniepdennis@gmail.com>
Signed-off-by: Dennis Kniep <kniepdennis@gmail.com>
What problem are you facing?
I want to use
upbound/provider-terraform
with the.tf.json
format out of cdktf.How could Official Terraform Provider help solve your problem?
Basically, I want to be able to rename the default
main.tf
module filename over here, tomain.tf.json
.So, I could pass the infline
tf.json
files as is, without relying ongo-getter
and module repo's.The text was updated successfully, but these errors were encountered: