Skip to content

Commit 9a59bee

Browse files
committed
markdown lint
1 parent 7fed6c7 commit 9a59bee

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

docs/data-sources/vpc_public_gateway_dhcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_vpc_public_gateway_dhcp"
55

66
# scaleway_vpc_public_gateway_dhcp
77

8-
~> **Important:** The data source `scaleway_vpc_public_gateway_dhcp` has been deprecated and will no longer be supported.
8+
~> **Important:** The data source `scaleway_vpc_public_gateway_dhcp` has been deprecated and will no longer be supported.
99
In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP resources are now no longer needed.
1010

1111
Gets information about a Public Gateway DHCP configuration.

docs/data-sources/vpc_public_gateway_dhcp_reservation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_vpc_public_gateway_dhcp_reservation"
55

66
# scaleway_vpc_public_gateway_dhcp_reservation
77

8-
~> **Important:** The data source `scaleway_vpc_public_gateway_dhcp_reservation` has been deprecated and will no longer be supported.
8+
~> **Important:** The data source `scaleway_vpc_public_gateway_dhcp_reservation` has been deprecated and will no longer be supported.
99
In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP resources are now no longer needed.
1010
You can use IPAM to manage your IPs.
1111

docs/resources/vpc_gateway_network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ The following arguments are supported:
8787
- `gateway_id` - (Required) The ID of the Public Gateway.
8888
- `private_network_id` - (Required) The ID of the Private Network.
8989
- `ipam_config` - Auto-configure the GatewayNetwork using Scaleway's IPAM (IP address management service). Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
90-
- `push_default_route` - Defines whether to enable the default route on the GatewayNetwork.
91-
- `ipam_ip_id` - Use this IPAM-booked IP ID as the Gateway's IP in this Private Network.
90+
- `push_default_route` - Defines whether to enable the default route on the GatewayNetwork.
91+
- `ipam_ip_id` - Use this IPAM-booked IP ID as the Gateway's IP in this Private Network.
9292
- `enable_masquerade` - (Defaults to true) Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork
9393
- `dhcp_id` - (Deprecated) Please use `ipam_config`. The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
9494
- `enable_dhcp` - (Deprecated) Please use `ipam_config`. Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.

docs/resources/vpc_public_gateway_dhcp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ page_title: "Scaleway: scaleway_vpc_public_gateway_dhcp"
55

66
# Resource: scaleway_vpc_public_gateway_dhcp
77

8-
~> **Important:** The resource `scaleway_vpc_public_gateway_dhcp` has been deprecated and will no longer be supported. In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP resources are now no longer needed.
8+
~> **Important:** The resource `scaleway_vpc_public_gateway_dhcp` has been deprecated and will no longer be supported.
9+
In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP resources are now no longer needed.
910

1011
Creates and manages Scaleway VPC Public Gateway DHCP configurations.
1112
For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/public-gateway/#dhcp-c05544).

docs/resources/vpc_public_gateway_dhcp_reservation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_vpc_public_gateway_dhcp_reservation"
55

66
# Resource: scaleway_vpc_public_gateway_dhcp_reservation
77

8-
~> **Important:** The resource `scaleway_vpc_public_gateway_dhcp_reservation` has been deprecated and will no longer be supported.
8+
~> **Important:** The resource `scaleway_vpc_public_gateway_dhcp_reservation` has been deprecated and will no longer be supported.
99
In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP resources are now no longer needed.
1010
You can use IPAM to manage your IPs.
1111

0 commit comments

Comments
 (0)