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 8a3d6e6 commit aa65235
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ resource "aws_security_group_rule" "rule5" {
security_group_id = aws_security_group.eks_security_group_master.id
}

resource "aws_security_group_rule" "rule5" {
resource "aws_security_group_rule" "rule6" {
description = "Node to node CoreDNS"
type = "ingress"
from_port = 53
Expand All @@ -93,7 +93,7 @@ resource "aws_security_group_rule" "rule5" {
security_group_id = aws_security_group.eks_security_group_master.id
}

resource "aws_security_group_rule" "rule6" {
resource "aws_security_group_rule" "rule7" {
count = length(local.aws_eks_management_cidr)
description = "Allow workstation or EC2 to communicate with the cluster API Server"
type = "ingress"
Expand Down

0 comments on commit aa65235

Please sign in to comment.