Skip to content

Commit

Permalink
fix: typo in security rule description
Browse files Browse the repository at this point in the history
Closes #819

Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
  • Loading branch information
hyder committed Oct 4, 2023
1 parent 9be3d74 commit 8dc91b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/network/nsg-loadbalancers-int.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ locals {
"Allow TCP egress from internal load balancers to workers for Node Ports" : {
protocol = local.tcp_protocol, port_min = local.node_port_min, port_max = local.node_port_max, destination = local.worker_nsg_id, destination_type = local.rule_type_nsg,
},
"Allow ICMP egress from internal load balancersto worker nodes for path discovery" : {
"Allow ICMP egress from internal load balancers to worker nodes for path discovery" : {
protocol = local.icmp_protocol, port = local.all_ports, destination = local.worker_nsg_id, destination_type = local.rule_type_nsg,
},
"Allow TCP egress from internal load balancers to workers for health checks" : {
Expand Down

0 comments on commit 8dc91b1

Please sign in to comment.