Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj committed Dec 17, 2024
1 parent 07006dc commit 57b5a06
Showing 1 changed file with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 57b5a06

Please sign in to comment.