From 57b5a06260d81f2c82312deda0172409754366d9 Mon Sep 17 00:00:00 2001 From: Dominic Robinson Date: Tue, 17 Dec 2024 15:36:16 +0000 Subject: [PATCH] - --- .../locals_security_groups.tf | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/terraform/environments/corporate-staff-rostering/locals_security_groups.tf b/terraform/environments/corporate-staff-rostering/locals_security_groups.tf index 2635a3d3a2c..cda542d61f8 100644 --- a/terraform/environments/corporate-staff-rostering/locals_security_groups.tf +++ b/terraform/environments/corporate-staff-rostering/locals_security_groups.tf @@ -160,14 +160,14 @@ locals { security_groups = ["app", "database"] # NOTE: csr_clientaccess will need to be added here to cidr_blocks } - #rpc_tcp_web2 = { - # description = "135: TCP MS-RPC allow ingress from app and db servers" - # from_port = 135 - # to_port = 135 - # protocol = "TCP" - # security_groups = ["app", "database"] - # # NOTE: csr_clientaccess will need to be added here to cidr_blocks - #} + rpc_tcp_web2 = { + description = "135: TCP MS-RPC allow ingress from app and db servers" + from_port = 135 + to_port = 135 + protocol = "TCP" + security_groups = ["app", "database"] + # NOTE: csr_clientaccess will need to be added here to cidr_blocks + } https_web = { description = "443: enduserclient https ingress" from_port = 443 @@ -296,14 +296,14 @@ locals { security_groups = ["web", "database"] # NOTE: csr_clientaccess will need to be added here to cidr_blocks } - #rpc_tcp_app2 = { - # description = "135: TCP MS-RPC allow ingress from app and db servers" - # from_port = 135 - # to_port = 135 - # protocol = "TCP" - # security_groups = ["web", "database"] - # # NOTE: csr_clientaccess will need to be added here to cidr_blocks - #} + rpc_tcp_app2 = { + description = "135: TCP MS-RPC allow ingress from app and db servers" + from_port = 135 + to_port = 135 + protocol = "TCP" + security_groups = ["web", "database"] + # NOTE: csr_clientaccess will need to be added here to cidr_blocks + } smb_tcp_app = { description = "445: TCP SMB allow ingress from app and db servers" from_port = 445