feat: Add support for cluster force_update_version (#3345)

This commit is contained in:
Bryant Biggs
2025-04-18 11:29:13 -05:00
committed by GitHub
parent 5c8ac85c5c
commit 207d73fbaa
33 changed files with 54 additions and 46 deletions

View File

@@ -40,6 +40,7 @@ resource "aws_eks_cluster" "this" {
version = var.cluster_version
enabled_cluster_log_types = var.cluster_enabled_log_types
bootstrap_self_managed_addons = local.auto_mode_enabled ? coalesce(var.bootstrap_self_managed_addons, false) : var.bootstrap_self_managed_addons
force_update_version = var.cluster_force_update_version
access_config {
authentication_mode = var.authentication_mode