Skip to content

Commit 53031f1

Browse files
committed
add doc
1 parent 1bfe737 commit 53031f1

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

docs/data-sources/lb_routes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ In addition to all arguments above, the following attributes are exported:
3838
- `backend_id` - The backend ID to redirect to
3939
- `created_at` - The date on which the route was created (RFC 3339 format).
4040
- `update_at` - The date on which the route was last updated (RFC 3339 format).
41+
- `match_subdomains` - If true, all subdomains will match.
4142
- `match_sni` - Server Name Indication TLS extension field from an incoming connection made via an SSL/TLS transport layer.
4243
- `match_host_header` - Specifies the host of the server to which the request is being sent.

docs/resources/lb_frontend.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ The following arguments are supported:
171171

172172
- `enable_http3` - (Default: `false`) Activates HTTP/3 protocol.
173173

174+
- `connection_rate_limit` - (Optional) The rate limit for new connections established on this frontend. Use 0 value to disable, else value is connections per second.
175+
174176
- `acl` - (Optional) A list of ACL rules to apply to the Load Balancer frontend. Defined below.
175177

176178
## acl

docs/resources/lb_route.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ The following arguments are supported:
7979

8080
- `backend_id` - (Required) The ID of the backend the route is associated with.
8181
- `frontend_id` - (Required) The ID of the frontend the route is associated with.
82+
- `match_subdomains` - (Default: `false`) If true, all subdomains will match.
8283
- `match_sni` - The Server Name Indication (SNI) value to match. Value to match in the Server Name Indication TLS extension (SNI) field from an incoming connection made via an SSL/TLS transport layer.
8384
Only one of `match_sni` and `match_host_header` should be specified.
8485

0 commit comments

Comments
 (0)