You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# terraform-module-cf-tcp-lb
2
2
Terraform to create the load balancer for CF TCP Routing
3
3
4
-
This module will spin an ELB for CF TCP Routing. This could also be a NLB but there is a hard limit on the number of listeners much lower than for ELBs.
4
+
This module will spin an ELB (default) or NLB for CF TCP Routing. Note that there is a hard limit on the number of listeners for NLBs which is much lower than for ELBs.
5
5
6
6
Inputs - Required:
7
7
@@ -12,13 +12,14 @@ Inputs - Required:
12
12
-`route53_zone_id` - Route53 zone id
13
13
-`private_cidrs` - CIDR ranges of all non-public ipv4 addresses
14
14
-`security_groups ` - security group ids for bosh & deployments
15
-
16
-
17
15
18
16
Inputs - Optional:
19
17
20
18
-`enable_route_53` - Disable if using CloudFlare or other DNS (default = 1, to disable, set = 0)
21
19
-`internal_lb` - Determine whether the load balancer is internal-only facing (default = true)
20
+
-`start_port` - The starting range of ports to use for an ELB ( default = 40000 )
21
+
-`end_port` - The starting range of ports to use for a NLB ( default = 40010 )
22
+
-`type` - Choose your adventure on ELB v NLB ( default = "elb" )
0 commit comments