mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-21 17:09:04 +01:00
feat: Add support for zonal shift (#3195)
This commit is contained in:
@@ -50,6 +50,12 @@ variable "cluster_upgrade_policy" {
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "cluster_zonal_shift_config" {
|
||||
description = "Configuration block for the cluster zonal shift"
|
||||
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