Skip to content

Commit

Permalink
fix: Correct map name for security group rule 4443/tcp (#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs authored Dec 18, 2022
1 parent 2b0a283 commit 13a9542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13a9542

Please sign in to comment.