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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ This software is released under the MIT License (see `LICENSE`).
96
96
| lb\_healthcheck\_timeout | Timeout in seconds for LB to use when connecting health checks (default 5) | string |`5`| no |
97
97
| lb\_healthcheck\_unhealthy\_threshold | Number of consecutive failed health checks before marking service as unhealthy (default 2) | string |`5`| no |
98
98
| lb\_internal | Configure LB as internal-only | string |`true`| no |
99
+
| lb\_ports | Ports load balancer should listen on | string |`80`| no |
| lb\_subnet\_ids | VPC subnet IDs in which to create the LB (unnecessary if neither lb_enable_https or lb_enable_http are true) | list |`<list>`| no |
101
102
| lb\_type | Type of LB to create: application, network | string |`application`| no |
0 commit comments