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.
Copy file name to clipboardExpand all lines: docs/resources/lb_frontend.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,8 @@ The following arguments are supported:
173
173
174
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
175
176
+
-`enable_access_logs` - (Default: `false`) Defines whether to enable access logs on the frontend.
177
+
176
178
-`acl` - (Optional) A list of ACL rules to apply to the Load Balancer frontend. Defined below.
177
179
178
180
## acl
@@ -221,6 +223,9 @@ In addition to all arguments above, the following attributes are exported:
221
223
222
224
-`certificate_id` - (Deprecated, use `certificate_ids` instead) First certificate ID used by the frontend.
223
225
226
+
-`created_at` - The date and time the frontend was created.
227
+
228
+
-`updated_at` - The date and time the frontend resource was updated.
0 commit comments