mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-17 22:39:37 +02: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
|
# 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 = {
|
node_security_group_additional_rules = {
|
||||||
ingress_self_all = {
|
ingress_self_all = {
|
||||||
description = "Node to node all ports/protocols"
|
description = "Node to node all ports/protocols"
|
||||||
|
|||||||
Reference in New Issue
Block a user