Skip to content

Commit bee7f9e

Browse files
committed
chore: backport v4.3.0
Signed-off-by: Max Xu <[email protected]>
1 parent 263ec70 commit bee7f9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,4 +688,10 @@ variable "node_groups" {
688688
description = "Map of EKS managed node group definitions to create"
689689
type = any
690690
default = null
691+
}
692+
693+
variable "enable_vpc_cni_prefix_delegation" {
694+
type = bool
695+
default = true
696+
description = "Whether set ENABLE_PREFIX_DELEGATION for vpc-cni addon"
691697
}

0 commit comments

Comments
 (0)