Skip to content

Commit

Permalink
fix suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Davis committed Mar 12, 2020
1 parent 3067116 commit ba9fff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "aws_security_group_rule" "cluster_private_access" {
from_port = 443
to_port = 443
protocol = "tcp"
cidr_blocks = [var.cluster_endpoint_public_access]
cidr_blocks = var.cluster_endpoint_private_access_cidrs

security_group_id = aws_eks_cluster.this[0].vpc_config[0].cluster_security_group_id
depends_on = [aws_eks_cluster.this[0]]
Expand Down

0 comments on commit ba9fff4

Please sign in to comment.