fix: Correct map name for security group rule 4443/tcp (#2354)

This commit is contained in:
Bryant Biggs
2022-12-18 13:31:45 -05:00
committed by GitHub
parent 2b0a283a4e
commit 13a9542dad

View File

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