We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62dddae commit 98a839fCopy full SHA for 98a839f
examples/eks_managed_node_group/main.tf
@@ -92,7 +92,7 @@ module "eks" {
92
}
93
94
# Extend node-to-node security group rules
95
- node_security_group_ntp_ipv4_cidr_block = ["fd00:ec2::123/128"]
+ node_security_group_ntp_ipv6_cidr_block = ["fd00:ec2::123/128"]
96
node_security_group_additional_rules = {
97
ingress_self_all = {
98
description = "Node to node all ports/protocols"
0 commit comments