Skip to content

Commit be27158

Browse files
committed
add comment for example additional ingress rules
1 parent c7aafb6 commit be27158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/complete/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ module "vpc_connection_security_group" {
315315
"kafka-broker-tcp",
316316
"kafka-broker-tls-tcp"
317317
]
318+
# multi-VPC network load balancer is listening on the 14001-14100 port ranges
318319
ingress_with_cidr_blocks = [
319320
{
320321
from_port = 14001

0 commit comments

Comments
 (0)