mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 02:11:04 +01:00
feat: Add support for specifiying NTP address to use private Amazon Time Sync Service (#2125)
This commit is contained in:
@@ -77,6 +77,7 @@ module "eks" {
|
||||
}
|
||||
|
||||
# Extend node-to-node security group rules
|
||||
node_security_group_ntp_ipv4_cidr_block = ["169.254.169.123/32"]
|
||||
node_security_group_additional_rules = {
|
||||
ingress_self_all = {
|
||||
description = "Node to node all ports/protocols"
|
||||
|
||||
@@ -92,6 +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_additional_rules = {
|
||||
ingress_self_all = {
|
||||
description = "Node to node all ports/protocols"
|
||||
|
||||
Reference in New Issue
Block a user