mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
feat: Add support for deletion protection functionality in the cluster (#3475)
* feat: Add support for deletion protection functionality in the cluster * fix: Bump version throughout, correct argument/variable name --------- Co-authored-by: Tiago Vieira <tiago.vieira@sqills.com> Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
@@ -35,6 +35,7 @@ module "eks" {
|
||||
name = local.name
|
||||
kubernetes_version = local.kubernetes_version
|
||||
endpoint_public_access = true
|
||||
deletion_protection = true
|
||||
|
||||
enable_cluster_creator_admin_permissions = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user