mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 01:19:05 +01:00
docs: Correct example typo for NTP address (#2154)
This commit is contained in:
committed by
GitHub
parent
62dddaedb9
commit
312e4a4d59
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user