Decide (and document) what it should do on delete #13
Labels
component:construct
component:provider
kind:documentation
Improvements or additions to documentation
size:small
Currently, on delete does nothing to the secret if it was passed in. That is, the custom resource makes no attempt to remove the secret values that it put into the secret from the secret.
This feels like slightly surprising behaviour, but so does removing values from the secret which may have been manually altered since creation - not usually a concern of Cloudformation things, but somewhat uniquely so in the case of SecretsManager.
The text was updated successfully, but these errors were encountered: