From 312e4a4d59cb10a762a4045e9944f3f837126933 Mon Sep 17 00:00:00 2001 From: Eduardo Garibay-Frausto Date: Thu, 7 Jul 2022 11:44:36 -0400 Subject: [PATCH] docs: Correct example typo for NTP address (#2154) --- examples/eks_managed_node_group/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/eks_managed_node_group/main.tf b/examples/eks_managed_node_group/main.tf index b8f7fd6..ef702df 100644 --- a/examples/eks_managed_node_group/main.tf +++ b/examples/eks_managed_node_group/main.tf @@ -92,7 +92,7 @@ module "eks" { } # Extend node-to-node security group rules - node_security_group_ntp_ipv4_cidr_block = ["fd00:ec2::123/128"] + node_security_group_ntp_ipv6_cidr_block = ["fd00:ec2::123/128"] node_security_group_additional_rules = { ingress_self_all = { description = "Node to node all ports/protocols"