Skip to content

Commit 9a2e4c8

Browse files
authored
Update README.md
1 parent fa1a1b0 commit 9a2e4c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# terraform-module-cf-tcp-lb
22
Terraform to create the load balancer for CF TCP Routing
33

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.
55

66
Inputs - Required:
77

@@ -12,13 +12,14 @@ Inputs - Required:
1212
- `route53_zone_id` - Route53 zone id
1313
- `private_cidrs` - CIDR ranges of all non-public ipv4 addresses
1414
- `security_groups ` - security group ids for bosh & deployments
15-
16-
1715

1816
Inputs - Optional:
1917

2018
- `enable_route_53` - Disable if using CloudFlare or other DNS (default = 1, to disable, set = 0)
2119
- `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" )
2223

2324
Outputs:
2425

0 commit comments

Comments
 (0)