mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 17:39:05 +01:00
feat: Add support for cluster force_update_version (#3345)
This commit is contained in:
1
main.tf
1
main.tf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user