Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL committed Dec 20, 2023
1 parent b48ef12 commit 446e8b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ resource "aws_security_group_rule" "node8" {
}

# module.eks.aws_security_group_rule.node["ingress_self_coredns_tcp"]:
resource "aws_security_group_rule" "node8" {
resource "aws_security_group_rule" "node9" {
description = "Node to node CoreDNS"
from_port = 53
protocol = "tcp"
Expand Down

0 comments on commit 446e8b5

Please sign in to comment.