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: docs/data-sources/lb_frontends.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,11 @@ In addition to all arguments above, the following attributes are exported:
40
40
~> **Important:** LB frontend IDs are [zoned](../guides/regions_and_zones.md#resource-ids), which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
41
41
-`inbound_port` - TCP port the frontend listens to.
42
42
-`created_at` - The date on which the frontend was created (RFC 3339 format).
43
-
-`update_at` - The date aont which the frontend was last updated (RFC 3339 format).
43
+
-`update_at` - The date on which the frontend was last updated (RFC 3339 format).
44
44
-`backend_id` - The Load Balancer backend ID this frontend is attached to.
45
45
~> **Important:** Load Balancer backend IDs are [zoned](../guides/regions_and_zones.md#resource-ids), which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
46
46
-`timeout_client` - Maximum inactivity time on the client side.
47
47
-`certificate_ids` - List of certificate IDs that are used by the frontend.
48
48
-`enable_http3` - Whether HTTP/3 protocol is activated.
49
+
-`connection_rate_limit` - The rate limit for new connections established on this frontend. Use 0 value to disable, else value is connections per second.
50
+
-`enable_access_logs` - Defines whether to enable access logs on the frontend.
0 commit comments