You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way where I can completely remove backend from the generated json file.
The functionality provided right now to override
cdkStack.AddOverride("terraform.backend", "")
will set the backend with a "" value but not completely remove. Moreover nil can not be passed as argument.
Passing nil is supported in the terraform-cdk-typescript which completely removes the given key but is not supported in terraform-cdk-go.
References
No response
Help Wanted
I'm interested in contributing a fix myself
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
The text was updated successfully, but these errors were encountered:
Description
In its current form, there is no way for the developers to remove a particular field from the generated cdk.tf.json.
e.g.
There is no way where I can completely remove
backend
from the generated json file.The functionality provided right now to override
will set the backend with a "" value but not completely remove. Moreover nil can not be passed as argument.
Passing nil is supported in the terraform-cdk-typescript which completely removes the given key but is not supported in terraform-cdk-go.
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: