mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-16 00:34:31 +01:00
fix: Correct map name for security group rule 4443/tcp (#2354)
This commit is contained in:
@@ -116,7 +116,7 @@ locals {
|
||||
self = true
|
||||
}
|
||||
# metrics-server
|
||||
ingress_cluster_8443_webhook = {
|
||||
ingress_cluster_4443_webhook = {
|
||||
description = "Cluster API to node 4443/tcp webhook"
|
||||
protocol = "tcp"
|
||||
from_port = 4443
|
||||
|
||||
Reference in New Issue
Block a user