feat: Add support for zonal shift (#3195)

This commit is contained in:
Bryant Biggs
2024-11-01 21:50:19 +00:00
committed by GitHub
parent 7696332539
commit 1b0ac83264
23 changed files with 49 additions and 30 deletions

View File

@@ -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)