feat: Add support for specifiying NTP address to use private Amazon Time Sync Service (#2125)

This commit is contained in:
Bryant Biggs
2022-06-28 12:16:20 -04:00
committed by GitHub
parent 62b776f142
commit 4543ab454b
5 changed files with 22 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"