Skip to content

v4.10.0

Latest

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 22 May 19:51

πŸš€ Enhancements

feat: add deletion protection option to EKS cluster RoseSecurity (#260) ## what
  • Added a new deletion_protection_enabled variable for configuring EKS cluster deletion protection.
  • Wired the variable to the EKS cluster deletion protection setting.
  • Defaulted the variable to false to preserve existing behavior.

why

  • Allows users to prevent accidental EKS cluster deletion when needed.
  • Keeps deletion protection opt-in so existing deployments are not affected.

references