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:
@@ -42,6 +42,7 @@ resource "aws_eks_cluster" "this" {
|
||||
role_arn = local.role_arn
|
||||
version = var.kubernetes_version
|
||||
enabled_cluster_log_types = var.enabled_log_types
|
||||
deletion_protection = var.deletion_protection
|
||||
bootstrap_self_managed_addons = false
|
||||
force_update_version = var.force_update_version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user