mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-17 00:57:28 +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
|
self = true
|
||||||
}
|
}
|
||||||
# metrics-server
|
# metrics-server
|
||||||
ingress_cluster_8443_webhook = {
|
ingress_cluster_4443_webhook = {
|
||||||
description = "Cluster API to node 4443/tcp webhook"
|
description = "Cluster API to node 4443/tcp webhook"
|
||||||
protocol = "tcp"
|
protocol = "tcp"
|
||||||
from_port = 4443
|
from_port = 4443
|
||||||
|
|||||||
Reference in New Issue
Block a user