-
Notifications
You must be signed in to change notification settings - Fork 480
Open
Labels
enhancementNew feature or requestNew feature or requestfeature/cdktf-as-module-sourceWhen CDKTF is used to build Terraform Modules used in plain TerraformWhen CDKTF is used to build Terraform Modules used in plain Terraformneeds-researchpriority/awaiting-more-evidenceLowest priority. Unlikely to be worked on unless/until it gets a lot more upvotes.Lowest priority. Unlikely to be worked on unless/until it gets a lot more upvotes.
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
I'm using CDKTF to produce a Terraform Module for consumption by regular Terraform. As such I'm using cdktf synth
to render Terraform JSON code.
This causes some warnings when I go to apply my workspace
For now, I'm working around this by adding an override, but this removes the whole terraform block, which could cause issues if used elsewhere:
stack.AddOverride(jsii.String("terraform"), cdktf.Token_NullValue())
References
mcz-sz, orbl, marcel-tomate, shinebayar-g, krankkkk and 1 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeature/cdktf-as-module-sourceWhen CDKTF is used to build Terraform Modules used in plain TerraformWhen CDKTF is used to build Terraform Modules used in plain Terraformneeds-researchpriority/awaiting-more-evidenceLowest priority. Unlikely to be worked on unless/until it gets a lot more upvotes.Lowest priority. Unlikely to be worked on unless/until it gets a lot more upvotes.