1
0
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 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
+6
View File
@@ -38,6 +38,12 @@ variable "cluster_enabled_log_types" {
default = ["audit", "api", "authenticator"]
}
variable "cluster_force_update_version" {
description = "Force version update by overriding upgrade-blocking readiness checks when updating a cluster"
type = bool
default = null
}
variable "authentication_mode" {
description = "The authentication mode for the cluster. Valid values are `CONFIG_MAP`, `API` or `API_AND_CONFIG_MAP`"
type = string