Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

v2.13.0

Compare
Choose a tag to compare
@svenwltr svenwltr released this 12 Nov 09:46
d38e638

⚠️ Possible Breaking Change: This release includes new feature flags, because removing termination protection from resources might be an unexpected behavior of aws-nuke. Therefore we made it optional to remove RDS termination protection and you have to explicitly opt-in via feature-flags, if you want to remove that protection.

To restore the old behavior, you have to put this into your config:

feature-flags:
  disable-deletion-protection:
    RDSInstance: true

Enhancements

Resources