diff --git a/examples/eks_managed_node_group/main.tf b/examples/eks_managed_node_group/main.tf index 4cac1e8..acdd39a 100644 --- a/examples/eks_managed_node_group/main.tf +++ b/examples/eks_managed_node_group/main.tf @@ -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" } }) }