mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-17 23:13:46 +01:00
feat: Add support for upgrade_policy (#3112)
* feat: Add support for `upgrade_policy` * chore: Update test and validate
This commit is contained in:
@@ -44,6 +44,12 @@ variable "authentication_mode" {
|
||||
default = "API_AND_CONFIG_MAP"
|
||||
}
|
||||
|
||||
variable "cluster_upgrade_policy" {
|
||||
description = "Configuration block for the cluster upgrade policy"
|
||||
type = any
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "cluster_additional_security_group_ids" {
|
||||
description = "List of additional, externally created security group IDs to attach to the cluster control plane"
|
||||
type = list(string)
|
||||
|
||||
Reference in New Issue
Block a user