core: Indicate change of stack termination protection #32043
Labels
@aws-cdk/core
Related to core CDK functionality
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
When issuing
cdk diff
, it should indicate whether Stack Termination Protection has been enabled or disabled for a stack.Use Case
Currently, when you are changing termination protection for a stack, there's no indication, neither when running
cdk diff
, nor when runningcdk deploy
that this change is going to be made.Proposed Solution
cdk diff
output that termination protection is changingcdk deploy
not stating(no changes)
if termination protection is changedOther Information
I tried to gauge support for this in #31928 but I never got any response.
Acknowledgements
CDK version used
2.165.0
Environment details (OS name and version, etc.)
Ubuntu 22.04.5 LTS
The text was updated successfully, but these errors were encountered: