mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-26 18:38:49 +02:00
chore: Fix typo for vpc-cni addon example (#2349)
Fix typo for vpc-cni addon All environment variables have to be strings
This commit is contained in:
@@ -67,8 +67,8 @@ module "eks" {
|
|||||||
configuration_values = jsonencode({
|
configuration_values = jsonencode({
|
||||||
env = {
|
env = {
|
||||||
# Reference docs https://docs.aws.amazon.com/eks/latest/userguide/cni-increase-ip-addresses.html
|
# Reference docs https://docs.aws.amazon.com/eks/latest/userguide/cni-increase-ip-addresses.html
|
||||||
ENABLE_PREFIX_DELEGATION = true
|
ENABLE_PREFIX_DELEGATION = "true"
|
||||||
WARM_PREFIX_TARGET = 1
|
WARM_PREFIX_TARGET = "1"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user