🚀 Enhancements
feat: add deletion protection option to EKS cluster @RoseSecurity (#260)
## what- Added a new
deletion_protection_enabledvariable for configuring EKS cluster deletion protection. - Wired the variable to the EKS cluster deletion protection setting.
- Defaulted the variable to
falseto 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
- AWS EKS deletion protection documentation: https://docs.aws.amazon.com/eks/latest/userguide/deletion-protection.html