Skip to content

Commit

Permalink
Updated terraform to be a more complete install experience
Browse files Browse the repository at this point in the history
  • Loading branch information
emalinowski committed Dec 18, 2024
1 parent a97a4c9 commit e4055f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_files/aws/modules/eks/cloud.tf
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ resource "aws_security_group_rule" "https_nodes_to_plane" {
}

# CSOC talk to Control plane
resource "aws_security_group_rule" "https_nodes_to_plane" {
resource "aws_security_group_rule" "https_csoc_to_plane" {
count = var.csoc_managed ? 1 : 0
type = "ingress"
from_port = 443
Expand Down

0 comments on commit e4055f3

Please sign in to comment.