We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263ec70 commit bee7f9eCopy full SHA for bee7f9e
variables.tf
@@ -688,4 +688,10 @@ variable "node_groups" {
688
description = "Map of EKS managed node group definitions to create"
689
type = any
690
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"
697
}
0 commit comments