From 80bd3b92e0f82f45a187805d6d847db320a01c31 Mon Sep 17 00:00:00 2001 From: mz-mskiim <131629698+mz-mskiim@users.noreply.github.com> Date: Fri, 19 May 2023 20:49:24 +0900 Subject: [PATCH] fix: The typo in userdata-amazonlinux2eks.tpl (#1608) --- .../templates/userdata-amazonlinux2eks.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws-eks-managed-node-groups/templates/userdata-amazonlinux2eks.tpl b/modules/aws-eks-managed-node-groups/templates/userdata-amazonlinux2eks.tpl index 964ff429b7..b8f31891f1 100644 --- a/modules/aws-eks-managed-node-groups/templates/userdata-amazonlinux2eks.tpl +++ b/modules/aws-eks-managed-node-groups/templates/userdata-amazonlinux2eks.tpl @@ -29,7 +29,7 @@ mount -a %{ if length(service_ipv4_cidr) > 0 ~} export SERVICE_IPV4_CIDR=${service_ipv4_cidr} %{ endif ~} -%{ if length(service_ipv4_cidr) > 0 ~} +%{ if length(service_ipv6_cidr) > 0 ~} export SERVICE_IPV6_CIDR=${service_ipv6_cidr} %{ endif ~} %{ if length(custom_ami_id) > 0 ~}