From fb3a7bb5f28182ace26d4a221eaf3b262e115c09 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 20 Mar 2025 19:42:37 -0400 Subject: [PATCH] update sg naming --- security_groups.tf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/security_groups.tf b/security_groups.tf index e62c641..5fc9024 100644 --- a/security_groups.tf +++ b/security_groups.tf @@ -100,14 +100,6 @@ resource "aws_security_group" "extra_cluster_sg" { cidr_blocks = concat(var.census_private_cidr, ["10.0.0.0/8"]) } - # kubectl logs - ingress { - from_port = 10250 - to_port = 10250 - protocol = "tcp" - cidr_blocks = concat(var.census_private_cidr, ["10.0.0.0/8"]) - } - egress { from_port = 0 to_port = 0