-
Notifications
You must be signed in to change notification settings - Fork 459
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
implement addDeletionOverride
for Terraform resources
#1696
Comments
Hi @rirze, |
Would that be |
@rirze sorry for the late reply: Yes, use |
I'm going to close this, as using |
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Community Note
Description
It would be helpful to be able to delete keys and their values from the generated Terraform output, similar to the CDK for Cloudformation. Would provide a stopgap for when bugs are found and resources need to be created with correct specifications.
References
CDK docs on escape hatches: https://docs.aws.amazon.com/cdk/v2/guide/cfn_layer.html#cfn_layer_raw
Historical PR in aws-cdk for escape hatches: aws/aws-cdk#784
Current implementation in aws-cdk: https://github.com/aws/aws-cdk/blob/master/packages/@aws-cdk/core/lib/cfn-resource.ts
The text was updated successfully, but these errors were encountered: