mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 18:31:09 +01: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({
|
||||
env = {
|
||||
# Reference docs https://docs.aws.amazon.com/eks/latest/userguide/cni-increase-ip-addresses.html
|
||||
ENABLE_PREFIX_DELEGATION = true
|
||||
WARM_PREFIX_TARGET = 1
|
||||
ENABLE_PREFIX_DELEGATION = "true"
|
||||
WARM_PREFIX_TARGET = "1"
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user