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/resources/vpc_public_gateway_dhcp.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: |-
7
7
# scaleway_vpc_public_gateway_dhcp
8
8
9
9
Creates and manages Scaleway VPC Public Gateway DHCP.
10
-
For more information, see [the documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1).
10
+
For more information, see [the documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#dhcp-c05544).
11
11
12
12
## Example
13
13
@@ -29,7 +29,7 @@ The following arguments are supported:
29
29
-`pool_high` - (Optional) High IP (excluded) of the dynamic address pool. Defaults to the last address of the subnet.
30
30
-`enable_dynamic` - (Optional) Whether to enable dynamic pooling of IPs. By turning the dynamic pool off, only pre-existing DHCP reservations will be handed out. Defaults to `true`.
31
31
-`valid_lifetime` - (Optional) For how long, in seconds, will DHCP entries will be valid. Defaults to 1h (3600s).
32
-
-`renew_timer` - (Optional) After how long, in seconds, a renew will be attempted. Must be 30s lower than `rebind_timer`. Defaults to 50m (3000s).
32
+
-`renew_timer` - (Optional) After how long, in seconds, a renewal will be attempted. Must be 30s lower than `rebind_timer`. Defaults to 50m (3000s).
33
33
-`rebind_timer` - (Optional) After how long, in seconds, a DHCP client will query for a new lease if previous renews fail. Must be 30s lower than `valid_lifetime`. Defaults to 51m (3060s).
34
34
-`push_default_route` - (Optional) Whether the gateway should push a default route to DHCP clients or only hand out IPs. Defaults to `true`.
35
35
-`push_dns_server` - (Optional) Whether the gateway should push custom DNS servers to clients. This allows for instance hostname -> IP resolution. Defaults to `true`.
Description: "Address: address of the DHCP server. This will be the gateway's address in the private network. Defaults to the first address of the subnet",
38
+
Description: "The address of the DHCP server. This will be the gateway's address in the private network. Defaults to the first address of the subnet",
0 commit comments