diff --git a/.github/contributing/pull_requests.md b/.github/contributing/pull_requests.md index 8852fb48c..53edccf2e 100644 --- a/.github/contributing/pull_requests.md +++ b/.github/contributing/pull_requests.md @@ -63,7 +63,7 @@ Below are some common items that will get flagged during documentation reviews: - [ ] __Reasoning for Change__: Documentation updates should include an explanation for why the update is needed. - [ ] __Prefer Scaleway Documentation__: Documentation about Scaleway service features and valid argument values that are likely to update over time should link to Scaleway service user guides and API references where possible. - You can find all those document at + You can find all those document at - [ ] __Terraform Configuration Language Features__: Individual resource documentation pages and examples should refrain from highlighting particular Terraform configuration language syntax workarounds or features such as `variable`, `local`, `count`, and built-in functions. ### Enhancement/Bugfix to a Resource diff --git a/docs/data-sources/baremetal_os.md b/docs/data-sources/baremetal_os.md index 1a18217d0..390182b38 100644 --- a/docs/data-sources/baremetal_os.md +++ b/docs/data-sources/baremetal_os.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_baremetal_os" # scaleway_baremetal_os Gets information about a baremetal operating system. -For more information, see [the documentation](https://developers.scaleway.com/en/products/baremetal/api). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/elastic-metal/#path-os-list-available-oses). You can also use the [scaleway-cli](https://github.com/scaleway/scaleway-cli) with `scw baremetal os list` to list all available operating systems. diff --git a/docs/guides/regions_and_zones.md b/docs/guides/regions_and_zones.md index 496bfc3af..5b487f546 100644 --- a/docs/guides/regions_and_zones.md +++ b/docs/guides/regions_and_zones.md @@ -52,4 +52,4 @@ If you need to retrieve the raw ID of the resource, you can either : --- -More information regarding zones and regions can be found [here](https://developers.scaleway.com/en/quickstart/#region-and-zone). +More information regarding zones and regions can be found [here](https://www.scaleway.com/en/developers/api/#regions-and-zones). diff --git a/docs/guides/using-vpc-bastion-ssh.md b/docs/guides/using-vpc-bastion-ssh.md index a846fd9d7..8164fb454 100644 --- a/docs/guides/using-vpc-bastion-ssh.md +++ b/docs/guides/using-vpc-bastion-ssh.md @@ -98,7 +98,7 @@ This is used to resolve your Instance on a Private Network. In order to resolve the Instances using your Bastion you should set the `dns_local_name` with `scaleway_vpc_private_network.pn.name`. -Please check our API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#dns-local-name-5b691b) for more details. +Please check our API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-dhcp-create-a-dhcp-configuration) for more details. ```hcl resource scaleway_vpc_public_gateway_dhcp "dhcp" { diff --git a/docs/resources/account_project.md b/docs/resources/account_project.md index 35d92f85e..24de7cf64 100644 --- a/docs/resources/account_project.md +++ b/docs/resources/account_project.md @@ -6,6 +6,7 @@ page_title: "Scaleway: scaleway_account_project" # Resource: scaleway_account_project Manages organization's projects on Scaleway. +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/account/project-api/). ## Example Usage diff --git a/docs/resources/baremetal_server.md b/docs/resources/baremetal_server.md index 7ceb9cac3..91d1929a7 100644 --- a/docs/resources/baremetal_server.md +++ b/docs/resources/baremetal_server.md @@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_baremetal_server" # Resource: scaleway_baremetal_server -Creates and manages Scaleway Compute Baremetal servers. For more information, see [the documentation](https://developers.scaleway.com/en/products/baremetal/api). +Creates and manages Scaleway Compute Baremetal servers. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/elastic-metal). ## Example Usage @@ -131,12 +131,12 @@ resource "scaleway_baremetal_server" "base" { The following arguments are supported: - `offer` - (Required) The offer name or UUID of the baremetal server. - Use [this endpoint](https://developers.scaleway.com/en/products/baremetal/api/#get-334154) to find the right offer. + Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#get-334154) to find the right offer. ~> **Important:** Updates to `offer` will recreate the server. - `os` - (Required) The UUID of the os to install on the server. - Use [this endpoint](https://developers.scaleway.com/en/products/baremetal/api/#get-87598a) to find the right OS ID. + Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#get-87598a) to find the right OS ID. ~> **Important:** Updates to `os` will reinstall the server. - `ssh_key_ids` - (Required) List of SSH keys allowed to connect to the server. - `user` - (Optional) User used for the installation. @@ -152,7 +152,7 @@ The following arguments are supported: - `tags` - (Optional) The tags associated with the server. - `options` - (Optional) The options to enable on the server. ~> The `options` block supports: - - `id` - (Required) The id of the option to enable. Use [this endpoint](https://developers.scaleway.com/en/products/baremetal/api/#get-012dcc) to find the available options IDs. + - `id` - (Required) The id of the option to enable. Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#get-012dcc) to find the available options IDs. - `expires_at` - (Optional) The auto expiration date for compatible options - `private_network` - (Required) The private networks to attach to the server. For more information, see [the documentation](https://www.scaleway.com/en/docs/compute/elastic-metal/how-to/use-private-networks/) - `id` - (Required) The id of the private network to attach. diff --git a/docs/resources/container.md b/docs/resources/container.md index e201aa634..a802f46a4 100644 --- a/docs/resources/container.md +++ b/docs/resources/container.md @@ -74,7 +74,7 @@ The following arguments are optional: - `timeout` - (Optional) The maximum amount of time in seconds during which your container can process a request before we stop it. Defaults to 300s. -- `privacy` - (Optional) The privacy type define the way to authenticate to your container. Please check our dedicated [section](https://developers.scaleway.com/en/products/containers/api/#protocol-9dd4c8). +- `privacy` - (Optional) The privacy type define the way to authenticate to your container. Please check our dedicated [section](https://www.scaleway.com/en/developers/api/serverless-containers/#protocol-9dd4c8). - `registry_image` - (Optional) The registry image address. e.g: **"rg.fr-par.scw.cloud/$NAMESPACE/$IMAGE"**. @@ -82,7 +82,7 @@ The following arguments are optional: - `max_concurrency` - (Optional) The maximum number of simultaneous requests your container can handle at the same time. Defaults to 50. -- `protocol` - (Optional) The communication [protocol](https://developers.scaleway.com/en/products/containers/api/#protocol-9dd4c8) http1 or h2c. Defaults to http1. +- `protocol` - (Optional) The communication [protocol](https://www.scaleway.com/en/developers/api/serverless-containers/#protocol-9dd4c8) http1 or h2c. Defaults to http1. - `port` - (Optional) The port to expose the container. Defaults to 8080. @@ -126,7 +126,7 @@ The supported protocols are: By default, creating a container will make it `public`, meaning that anybody knowing the endpoint could execute it. A container can be made `private` with the privacy parameter. -Please check our [authentication](https://developers.scaleway.com/en/products/containers/api/#protocol-9dd4c8) section +Please check our [authentication](https://www.scaleway.com/en/developers/api/serverless-containers/#protocol-9dd4c8) section ## Memory and vCPUs configuration diff --git a/docs/resources/container_cron.md b/docs/resources/container_cron.md index 05682a3d4..73db4b1d7 100644 --- a/docs/resources/container_cron.md +++ b/docs/resources/container_cron.md @@ -16,7 +16,7 @@ check [containers-limitations](https://www.scaleway.com/en/docs/compute/containe . You can check also -our [containers cron api documentation](https://developers.scaleway.com/en/products/containers/api/#crons-942bf4). +our [containers cron api documentation](https://www.scaleway.com/en/developers/api/serverless-containers/#crons-942bf4). ## Example Usage diff --git a/docs/resources/container_namespace.md b/docs/resources/container_namespace.md index d6643184b..df5f293d4 100644 --- a/docs/resources/container_namespace.md +++ b/docs/resources/container_namespace.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_container_namespace" # Resource: scaleway_container_namespace Creates and manages Scaleway Serverless Container Namespace. -For more information see [the documentation](https://developers.scaleway.com/en/products/containers/api/#namespaces-cdce79). +For more information see [the documentation](https://www.scaleway.com/en/developers/api/serverless-containers/#namespaces-cdce79). ## Example Usage diff --git a/docs/resources/container_token.md b/docs/resources/container_token.md index 262312112..cd5adfd4e 100644 --- a/docs/resources/container_token.md +++ b/docs/resources/container_token.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_container_token" # Resource: scaleway_container_token Creates and manages Scaleway Container Token. -For more information see [the documentation](https://developers.scaleway.com/en/products/containers/api/#tokens-26b085). +For more information see [the documentation](https://www.scaleway.com/en/developers/api/serverless-containers/#tokens-26b085). ## Example Usage diff --git a/docs/resources/flexible_ip.md b/docs/resources/flexible_ip.md index 0c2f2ac46..abddbd879 100644 --- a/docs/resources/flexible_ip.md +++ b/docs/resources/flexible_ip.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_flexible_ip" # Resource: scaleway_flexible_ip Creates and manages Scaleway flexible IPs. -For more information, see [the documentation](https://developers.scaleway.com/en/products/flexible-ip/api). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/elastic-metal-flexible-ip). ## Example Usage diff --git a/docs/resources/flexible_ip_mac_address.md b/docs/resources/flexible_ip_mac_address.md index 211a67395..8dcf349a7 100644 --- a/docs/resources/flexible_ip_mac_address.md +++ b/docs/resources/flexible_ip_mac_address.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_flexible_ip_mac_address" # Resource: scaleway_flexible_ip_mac_address Creates and manages Scaleway Flexible IP Mac Addresses. -For more information, see [the documentation](https://developers.scaleway.com/en/products/flexible-ip/api). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/elastic-metal-flexible-ip/). ## Example Usage diff --git a/docs/resources/function.md b/docs/resources/function.md index 7e6e89f24..7d428d147 100644 --- a/docs/resources/function.md +++ b/docs/resources/function.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_function" # Resource: scaleway_function Creates and manages Scaleway Functions. -For more information see [the documentation](https://developers.scaleway.com/en/products/functions/api/). +For more information see [the documentation](https://www.scaleway.com/en/developers/api/serverless-functions). ## Example Usage @@ -62,9 +62,9 @@ The following arguments are supported: - `secret_environment_variables` - (Optional) The [secret environment](https://www.scaleway.com/en/docs/compute/functions/concepts/#secrets) variables of the function. -- `privacy` - Privacy of the function. Can be either `private` or `public`. Read more on [authentication](https://developers.scaleway.com/en/products/functions/api/#authentication) +- `privacy` - Privacy of the function. Can be either `private` or `public`. Read more on [authentication](https://www.scaleway.com/en/developers/api/serverless-functions/#authentication) -- `runtime` - Runtime of the function. Runtimes can be fetched using [specific route](https://developers.scaleway.com/en/products/functions/api/#get-f7de6a) +- `runtime` - Runtime of the function. Runtimes can be fetched using [specific route](https://www.scaleway.com/en/developers/api/serverless-functions/#get-f7de6a - `min_scale` - Minimum replicas for your function, defaults to 0, Note that a function is billed when it gets executed, and using a min_scale greater than 0 will cause your function container to run constantly. @@ -72,7 +72,7 @@ The following arguments are supported: - `memory_limit` - Memory limit in MB for your function, defaults to 128MB -- `handler` - Handler of the function. Depends on the runtime ([function guide](https://developers.scaleway.com/en/products/functions/api/#create-a-function)) +- `handler` - Handler of the function. Depends on the runtime ([function guide](https://www.scaleway.com/en/developers/api/serverless-functions/#create-a-function)) - `timeout` - Holds the max duration (in seconds) the function is allowed for responding to a request @@ -98,7 +98,7 @@ In addition to all arguments above, the following attributes are exported: - `namespace_id` - The namespace ID the function is associated with. - `domain_name` - The native domain name of the function - `organization_id` - The organization ID the function is associated with. -- `cpu_limit` - The CPU limit in mCPU for your function. More infos on resources [here](https://developers.scaleway.com/en/products/functions/api/#functions) +- `cpu_limit` - The CPU limit in mCPU for your function. More infos on resources [here](https://www.scaleway.com/en/developers/api/serverless-functions/#functions) ## Import diff --git a/docs/resources/function_cron.md b/docs/resources/function_cron.md index 2e696c78a..d690fbbd6 100644 --- a/docs/resources/function_cron.md +++ b/docs/resources/function_cron.md @@ -11,7 +11,7 @@ For more details about the limitation check [functions-limitations](https://www.scaleway.com/en/docs/compute/functions/reference-content/functions-limitations/). You can check also -our [functions cron api documentation](https://developers.scaleway.com/en/products/functions/api/#crons-942bf4). +our [functions cron api documentation](https://www.scaleway.com/en/developers/api/serverless-functions/#crons-942bf4). ## Example Usage diff --git a/docs/resources/function_domain.md b/docs/resources/function_domain.md index 9554ccc0e..ed9e5b047 100644 --- a/docs/resources/function_domain.md +++ b/docs/resources/function_domain.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_function_domain" # Resource: scaleway_function_domain Creates and manages Scaleway Function Domain bindings. -For more information see [the documentation](https://developers.scaleway.com/en/products/functions/api/). +For more information see [the documentation](https://www.scaleway.com/en/developers/api/serverless-functions). ## Example Usage diff --git a/docs/resources/function_namespace.md b/docs/resources/function_namespace.md index 86c7c5550..e8661963a 100644 --- a/docs/resources/function_namespace.md +++ b/docs/resources/function_namespace.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_function_namespace" # Resource: scaleway_function_namespace Creates and manages Scaleway Function Namespace. -For more information see [the documentation](https://developers.scaleway.com/en/products/functions/api/). +For more information see [the documentation](https://www.scaleway.com/en/developers/api/serverless-functions/). ## Example Usage diff --git a/docs/resources/function_token.md b/docs/resources/function_token.md index 8300b94e0..c6ca0bad5 100644 --- a/docs/resources/function_token.md +++ b/docs/resources/function_token.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_function_token" # Resource: scaleway_function_token Creates and manages Scaleway Function Token. -For more information see [the documentation](https://developers.scaleway.com/en/products/functions/api/#tokens-26b085). +For more information see [the documentation](https://www.scaleway.com/en/developers/api/serverless-functions/#tokens-26b085). ## Example Usage diff --git a/docs/resources/iam_api_key.md b/docs/resources/iam_api_key.md index 970d4de60..1a3d3f776 100644 --- a/docs/resources/iam_api_key.md +++ b/docs/resources/iam_api_key.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_iam_api_key" # Resource: scaleway_iam_api_key Creates and manages Scaleway IAM API Keys. For more information, please -check [the documentation](https://developers.scaleway.com/en/products/iam/api/v1alpha1/#api-keys-3665ae) +check [the documentation](https://www.scaleway.com/en/developers/api/iam/#api-keys-3665ae) ## Example Usage diff --git a/docs/resources/iam_application.md b/docs/resources/iam_application.md index f953fe8af..10fb6b18e 100644 --- a/docs/resources/iam_application.md +++ b/docs/resources/iam_application.md @@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_iam_application" # Resource: scaleway_iam_application -Creates and manages Scaleway IAM Applications. For more information, see [the documentation](https://developers.scaleway.com/en/products/iam/api/v1alpha1/#applications-83ce5e). +Creates and manages Scaleway IAM Applications. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/iam/#applications-83ce5e). ## Example Usage diff --git a/docs/resources/iam_group.md b/docs/resources/iam_group.md index 554615669..71c97d214 100644 --- a/docs/resources/iam_group.md +++ b/docs/resources/iam_group.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_iam_group" # Resource: scaleway_iam_group Creates and manages Scaleway IAM Groups. -For more information, see [the documentation](https://developers.scaleway.com/en/products/iam/api/v1alpha1/#groups-f592eb). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/iam/#groups-f592eb). ## Example Usage diff --git a/docs/resources/iam_group_membership.md b/docs/resources/iam_group_membership.md index 9293df215..838eeb554 100644 --- a/docs/resources/iam_group_membership.md +++ b/docs/resources/iam_group_membership.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_iam_group_membership" # Resource: scaleway_iam_group_membership Add members to an IAM group. -For more information, see [the documentation](https://developers.scaleway.com/en/products/iam/api/v1alpha1/#groups-f592eb). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/iam/#groups-f592eb). ## Example Usage diff --git a/docs/resources/iam_policy.md b/docs/resources/iam_policy.md index f1fb1a807..f8f5f61b6 100644 --- a/docs/resources/iam_policy.md +++ b/docs/resources/iam_policy.md @@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_iam_policy" # Resource: scaleway_iam_policy -Creates and manages Scaleway IAM Policies. For more information, see [the documentation](https://developers.scaleway.com/en/products/iam/api/v1alpha1/#policies-54b8a7). +Creates and manages Scaleway IAM Policies. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/iam/#policies-54b8a7). ~> You can find a detailed list of all permission sets available at Scaleway in the permission sets [reference page](https://www.scaleway.com/en/docs/identity-and-access-management/iam/reference-content/permission-sets/). diff --git a/docs/resources/iam_ssh_key.md b/docs/resources/iam_ssh_key.md index 42c13471f..6cf428d8d 100644 --- a/docs/resources/iam_ssh_key.md +++ b/docs/resources/iam_ssh_key.md @@ -7,7 +7,7 @@ page_title: "Scaleway: scaleway_iam_ssh_key" Creates and manages Scaleway IAM SSH Keys. For more information, -see [the documentation](https://developers.scaleway.com/en/products/iam/api/v1alpha1/#ssh-keys-d8ccd4). +see [the documentation](https://www.scaleway.com/en/developers/api/iam/#ssh-keys-d8ccd4). ## Example Usage diff --git a/docs/resources/instance_image.md b/docs/resources/instance_image.md index 2358c64cc..9263c7c9f 100644 --- a/docs/resources/instance_image.md +++ b/docs/resources/instance_image.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_instance_image" # Resource: scaleway_instance_image Creates and manages Scaleway Compute Images. -For more information, see [the documentation](https://developers.scaleway.com/en/products/instance/api/#images-41389b). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/instance/#images-41389b). ## Example Usage diff --git a/docs/resources/instance_ip.md b/docs/resources/instance_ip.md index 40e750ac7..0f24167c5 100644 --- a/docs/resources/instance_ip.md +++ b/docs/resources/instance_ip.md @@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_instance_ip" # Resource: scaleway_instance_ip -Creates and manages Scaleway Compute Instance IPs. For more information, see [the documentation](https://developers.scaleway.com/en/products/instance/api/#ips-268151). +Creates and manages Scaleway Compute Instance IPs. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/instance/#ips-268151). ## Example Usage diff --git a/docs/resources/instance_placement_group.md b/docs/resources/instance_placement_group.md index 9e12952e4..1e7708e8a 100644 --- a/docs/resources/instance_placement_group.md +++ b/docs/resources/instance_placement_group.md @@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_instance_placement_group" # Resource: scaleway_instance_placement_group -Creates and manages Compute Instance Placement Groups. For more information, see [the documentation](https://developers.scaleway.com/en/products/instance/api/#placement-groups-d8f653). +Creates and manages Compute Instance Placement Groups. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/instance/#placement-groups-d8f653). ## Example Usage @@ -18,8 +18,8 @@ resource "scaleway_instance_placement_group" "availability_group" {} The following arguments are supported: - `name` - (Optional) The name of the placement group. -- `policy_type` - (Defaults to `max_availability`) The [policy type](https://developers.scaleway.com/en/products/instance/api/#placement-groups-d8f653) of the placement group. Possible values are: `low_latency` or `max_availability`. -- `policy_mode` - (Defaults to `optional`) The [policy mode](https://developers.scaleway.com/en/products/instance/api/#placement-groups-d8f653) of the placement group. Possible values are: `optional` or `enforced`. +- `policy_type` - (Defaults to `max_availability`) The [policy type](https://www.scaleway.com/en/developers/api/instance/#placement-groups-d8f653) of the placement group. Possible values are: `low_latency` or `max_availability`. +- `policy_mode` - (Defaults to `optional`) The [policy mode](https://www.scaleway.com/en/developers/api/instance/#placement-groups-d8f653) of the placement group. Possible values are: `optional` or `enforced`. - `zone` - (Defaults to [provider](../index.md#zone) `zone`) The [zone](../guides/regions_and_zones.md#zones) in which the placement group should be created. - `project_id` - (Defaults to [provider](../index.md#project_id) `project_id`) The ID of the project the placement group is associated with. - `tags` - (Optional) A list of tags to apply to the placement group. diff --git a/docs/resources/instance_private_nic.md b/docs/resources/instance_private_nic.md index 43b053992..a40ac1eb2 100644 --- a/docs/resources/instance_private_nic.md +++ b/docs/resources/instance_private_nic.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_instance_private_nic" # Resource: scaleway_instance_private_nic Creates and manages Scaleway Instance Private NICs. For more information, see -[the documentation](https://developers.scaleway.com/en/products/instance/api/#private-nics-a42eea). +[the documentation](https://www.scaleway.com/en/developers/api/instance/#private-nics-a42eea). ## Example Usage diff --git a/docs/resources/instance_security_group.md b/docs/resources/instance_security_group.md index 0f75ec223..a67f0b60b 100644 --- a/docs/resources/instance_security_group.md +++ b/docs/resources/instance_security_group.md @@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_instance_security_group" # Resource: scaleway_instance_security_group -Creates and manages Scaleway Compute Instance security groups. For more information, see [the documentation](https://developers.scaleway.com/en/products/instance/api/#security-groups-8d7f89). +Creates and manages Scaleway Compute Instance security groups. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/instance/#security-groups-8d7f89). ## Example Usage diff --git a/docs/resources/instance_security_group_rules.md b/docs/resources/instance_security_group_rules.md index da6e3b67a..66f86e799 100644 --- a/docs/resources/instance_security_group_rules.md +++ b/docs/resources/instance_security_group_rules.md @@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_instance_security_group_rules" # Resource: scaleway_instance_security_group_rules -Creates and manages Scaleway Compute Instance security group rules. For more information, see [the documentation](https://developers.scaleway.com/en/products/instance/api/#security-groups-8d7f89). +Creates and manages Scaleway Compute Instance security group rules. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/instance/#security-groups-8d7f89). This resource can be used to externalize rules from a `scaleway_instance_security_group` to solve circular dependency problems. When using this resource do not forget to set `external_rules = true` on the security group. diff --git a/docs/resources/instance_server.md b/docs/resources/instance_server.md index b559956c8..0d249646d 100644 --- a/docs/resources/instance_server.md +++ b/docs/resources/instance_server.md @@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_instance_server" # Resource: scaleway_instance_server -Creates and manages Scaleway Compute Instance servers. For more information, see [the documentation](https://developers.scaleway.com/en/products/instance/api/#servers-8bf7d7). +Creates and manages Scaleway Compute Instance servers. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/instance/#servers-8bf7d7). Please check our [FAQ - Instances](https://www.scaleway.com/en/docs/faq/instances). @@ -185,14 +185,14 @@ To retrieve more information by label please use: ```scw marketplace image get l - `tags` - (Optional) The tags associated with the server. -- `security_group_id` - (Optional) The [security group](https://developers.scaleway.com/en/products/instance/api/#security-groups-8d7f89) the server is attached to. +- `security_group_id` - (Optional) The [security group](https://www.scaleway.com/en/developers/api/instance/#security-groups-8d7f89) the server is attached to. -- `placement_group_id` - (Optional) The [placement group](https://developers.scaleway.com/en/products/instance/api/#placement-groups-d8f653) the server is attached to. +- `placement_group_id` - (Optional) The [placement group](https://www.scaleway.com/en/developers/api/instance/#placement-groups-d8f653) the server is attached to. ~> **Important:** When updating `placement_group_id` the `state` must be set to `stopped`, otherwise it will fail. -- `root_volume` - (Optional) Root [volume](https://developers.scaleway.com/en/products/instance/api/#volumes-7e8a39) attached to the server on creation. +- `root_volume` - (Optional) Root [volume](https://www.scaleway.com/en/developers/api/instance/#volumes-7e8a39) attached to the server on creation. - `volume_id` - (Optional) The volume ID of the root volume of the server, allows you to create server with an existing volume. If empty, will be computed to a created volume ID. - `size_in_gb` - (Required) Size of the root volume in gigabytes. To find the right size use [this endpoint](https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers) and @@ -203,7 +203,7 @@ To retrieve more information by label please use: ```scw marketplace image get l ~> **Important:** Updates to `root_volume.size_in_gb` will be ignored after the creation of the server. -- `additional_volume_ids` - (Optional) The [additional volumes](https://developers.scaleway.com/en/products/instance/api/#volumes-7e8a39) +- `additional_volume_ids` - (Optional) The [additional volumes](https://www.scaleway.com/en/developers/api/instance/#volumes-7e8a39) attached to the server. Updates to this field will trigger a stop/start of the server. ~> **Important:** If this field contains local volumes, the `state` must be set to `stopped`, otherwise it will fail. @@ -234,7 +234,7 @@ attached to the server. Updates to this field will trigger a stop/start of the s - Binary files using [filebase64](https://www.terraform.io/language/functions/filebase64). - `private_network` - (Optional) The private network associated with the server. - Use the `pn_id` key to attach a [private_network](https://developers.scaleway.com/en/products/instance/api/#private-nics-a42eea) on your instance. + Use the `pn_id` key to attach a [private_network](https://www.scaleway.com/en/developers/api/instance/#private-nics-a42eea) on your instance. - `boot_type` - The boot Type of the server. Possible values are: `local`, `bootscript` or `rescue`. diff --git a/docs/resources/instance_snapshot.md b/docs/resources/instance_snapshot.md index 4e8517309..f899e8f76 100644 --- a/docs/resources/instance_snapshot.md +++ b/docs/resources/instance_snapshot.md @@ -7,7 +7,7 @@ page_title: "Scaleway: scaleway_instance_snapshot" Creates and manages Scaleway Compute Snapshots. For more information, -see [the documentation](https://developers.scaleway.com/en/products/instance/api/#snapshots-756fae). +see [the documentation](https://www.scaleway.com/en/developers/api/instance/#snapshots-756fae). ## Example Usage diff --git a/docs/resources/instance_user_data.md b/docs/resources/instance_user_data.md index e530be7a5..05809ca36 100644 --- a/docs/resources/instance_user_data.md +++ b/docs/resources/instance_user_data.md @@ -11,7 +11,7 @@ User data is a key value store API you can use to provide data from and to your The typical use case is to pass something like a shell script or a configuration file as user data. -For more information about [user_data](https://developers.scaleway.com/en/products/instance/api/#patch-9ef3ec) check our documentation guide [here](https://www.scaleway.com/en/docs/compute/instances/how-to/use-boot-modes/#how-to-use-cloud-init). +For more information about [user_data](https://www.scaleway.com/en/developers/api/instance/#patch-9ef3ec) check our documentation guide [here](https://www.scaleway.com/en/docs/compute/instances/how-to/use-boot-modes/#how-to-use-cloud-init). About cloud-init documentation please check this [link](https://cloudinit.readthedocs.io/en/latest/). diff --git a/docs/resources/instance_volume.md b/docs/resources/instance_volume.md index a3730cada..846a0a50d 100644 --- a/docs/resources/instance_volume.md +++ b/docs/resources/instance_volume.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_instance_volume" # Resource: scaleway_instance_volume Creates and manages Scaleway Compute Instance Volumes. -For more information, see [the documentation](https://developers.scaleway.com/en/products/instance/api/#volumes-7e8a39). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/instance/#volumes-7e8a39). ## Example Usage diff --git a/docs/resources/iot_device.md b/docs/resources/iot_device.md index b14d95114..e53f93c1e 100644 --- a/docs/resources/iot_device.md +++ b/docs/resources/iot_device.md @@ -7,7 +7,7 @@ page_title: "Scaleway: scaleway_iot_device" -> **Note:** This terraform resource is currently in beta and might include breaking change in future releases. -Creates and manages Scaleway IoT Hub Instances. For more information, see [the documentation](https://developers.scaleway.com/en/products/iot/api). +Creates and manages Scaleway IoT Hub Instances. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/iot/). ## Example Usage diff --git a/docs/resources/iot_hub.md b/docs/resources/iot_hub.md index 2acbb0e04..e38690a0d 100644 --- a/docs/resources/iot_hub.md +++ b/docs/resources/iot_hub.md @@ -7,7 +7,7 @@ page_title: "Scaleway: scaleway_iot_hub" -> **Note:** This terraform resource is currently in beta and might include breaking change in future releases. -Creates and manages Scaleway IoT Hub Instances. For more information, see [the documentation](https://developers.scaleway.com/en/products/iot/api). +Creates and manages Scaleway IoT Hub Instances. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/iot). ## Example Usage diff --git a/docs/resources/iot_network.md b/docs/resources/iot_network.md index 97cdd6c80..ac269743a 100644 --- a/docs/resources/iot_network.md +++ b/docs/resources/iot_network.md @@ -9,7 +9,7 @@ page_title: "Scaleway: scaleway_iot_network" Creates and manages Scaleway IoT Networks. For more information, see the following: -- [API documentation](https://developers.scaleway.com/en/products/iot/api). +- [API documentation](https://www.scaleway.com/en/developers/api/iot/). - [Product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-networks/) For more step-by-step instructions on how to setup the networks on the external providers backends, you can follow these guides: diff --git a/docs/resources/iot_route.md b/docs/resources/iot_route.md index 77cbd7269..d3f3a2e25 100644 --- a/docs/resources/iot_route.md +++ b/docs/resources/iot_route.md @@ -9,7 +9,7 @@ page_title: "Scaleway: scaleway_iot_route" Creates and manages Scaleway IoT Routes. For more information, see the following: -- [API documentation](https://developers.scaleway.com/en/products/iot/api). +- [API documentation](https://www.scaleway.com/en/developers/api/iot/). - [Product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/) ## Example Usage diff --git a/docs/resources/k8s_cluster.md b/docs/resources/k8s_cluster.md index d3896d8a0..a7b50922c 100644 --- a/docs/resources/k8s_cluster.md +++ b/docs/resources/k8s_cluster.md @@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_k8s_cluster" # Resource: scaleway_k8s_cluster -Creates and manages Scaleway Kubernetes clusters. For more information, see [the documentation](https://developers.scaleway.com/en/products/k8s/api/). +Creates and manages Scaleway Kubernetes clusters. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/kubernetes/). ## Example Usage diff --git a/docs/resources/k8s_pool.md b/docs/resources/k8s_pool.md index 75232b166..e3bc76f75 100644 --- a/docs/resources/k8s_pool.md +++ b/docs/resources/k8s_pool.md @@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_k8s_pool" # Resource: scaleway_k8s_pool -Creates and manages Scaleway Kubernetes cluster pools. For more information, see [the documentation](https://developers.scaleway.com/en/products/k8s/api/). +Creates and manages Scaleway Kubernetes cluster pools. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/kubernetes/). ## Example Usage @@ -55,7 +55,7 @@ The following arguments are supported: - `tags` - (Optional) The tags associated with the pool. > Note: As mentionned in [this document](https://github.com/scaleway/scaleway-cloud-controller-manager/blob/master/docs/tags.md#taints), taints of a pool's nodes are applied using tags. (Example: "taint=taintName=taineValue:Effect") -- `placement_group_id` - (Optional) The [placement group](https://developers.scaleway.com/en/products/instance/api/#placement-groups-d8f653) the nodes of the pool will be attached to. +- `placement_group_id` - (Optional) The [placement group](https://www.scaleway.com/en/developers/api/instance/#placement-groups-d8f653) the nodes of the pool will be attached to. ~> **Important:** Updates to this field will recreate a new resource. - `autoscaling` - (Defaults to `false`) Enables the autoscaling feature for this pool. diff --git a/docs/resources/object_bucket.md b/docs/resources/object_bucket.md index 0c2873aad..00403c4ee 100644 --- a/docs/resources/object_bucket.md +++ b/docs/resources/object_bucket.md @@ -123,7 +123,7 @@ The following arguments are supported: Keep in mind that if you make any change to your bucket's tags using the console, it will overwrite them with the format `value/value`. * `acl` - (Optional)(Deprecated) The canned ACL you want to apply to the bucket. -* `region` - (Optional) The [region](https://developers.scaleway.com/en/quickstart/#region-definition) in which the bucket should be created. +* `region` - (Optional) The [region](https://www.scaleway.com/en/developers/api/#region-definition) in which the bucket should be created. * `versioning` - (Optional) A state of [versioning](https://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html) (documented below) * `cors_rule` - (Optional) A rule of [Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html) (documented below). * `force_destroy` - (Optional) Enable deletion of objects in bucket before destroying, locked objects or under legal hold are also deleted and **not** recoverable diff --git a/docs/resources/object_bucket_acl.md b/docs/resources/object_bucket_acl.md index b21711ad9..d8a041fd0 100644 --- a/docs/resources/object_bucket_acl.md +++ b/docs/resources/object_bucket_acl.md @@ -66,7 +66,7 @@ The following arguments are supported: * `acl` - (Optional) The canned ACL you want to apply to the bucket. * `access_control_policy` - (Optional, Conflicts with acl) A configuration block that sets the ACL permissions for an object per grantee documented below. * `expected_bucket_owner` - (Optional, Forces new resource) The project ID of the expected bucket owner. -* `region` - (Optional) The [region](https://developers.scaleway.com/en/quickstart/#region-definition) in which the bucket should be created. +* `region` - (Optional) The [region](https://www.scaleway.com/en/developers/api/#regions-and-zones) in which the bucket should be created. * `project_id` - (Defaults to [provider](../index.md#arguments-reference) `project_id`) The ID of the project the bucket is associated with. ~> **Important:** The `project_id` attribute has a particular behavior with s3 products because the s3 API is scoped by project. diff --git a/docs/resources/rdb_acl.md b/docs/resources/rdb_acl.md index 25ddbbc25..4184ab5e7 100644 --- a/docs/resources/rdb_acl.md +++ b/docs/resources/rdb_acl.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_rdb_acl" # Resource: scaleway_rdb_acl Creates and manages Scaleway Database instance authorized IPs. -For more information, see [the documentation](https://developers.scaleway.com/en/products/rdb/api/#acl-rules-allowed-ips). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/#acl-rules-allowed-ips). ## Example Usage diff --git a/docs/resources/rdb_database.md b/docs/resources/rdb_database.md index c6e67ec9d..05356cbc3 100644 --- a/docs/resources/rdb_database.md +++ b/docs/resources/rdb_database.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_rdb_database" # Resource: scaleway_rdb_database Creates and manages Scaleway RDB database. -For more information, see [the documentation](https://developers.scaleway.com/en/products/rdb/api). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/). ## Example Usage diff --git a/docs/resources/rdb_database_backup.md b/docs/resources/rdb_database_backup.md index 6dc4eaf46..7a0b28411 100644 --- a/docs/resources/rdb_database_backup.md +++ b/docs/resources/rdb_database_backup.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_rdb_database_backup" # Resource: scaleway_rdb_database_backup Creates and manages Scaleway RDB database backup. -For more information, see [the documentation](https://developers.scaleway.com/en/products/rdb/api). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/). ## Example Usage diff --git a/docs/resources/rdb_instance.md b/docs/resources/rdb_instance.md index e81471d74..a04f41a39 100644 --- a/docs/resources/rdb_instance.md +++ b/docs/resources/rdb_instance.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_rdb_instance" # Resource: scaleway_rdb_instance Creates and manages Scaleway Database Instances. -For more information, see [the documentation](https://developers.scaleway.com/en/products/rdb/api). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/). ## Example Usage diff --git a/docs/resources/rdb_privilege.md b/docs/resources/rdb_privilege.md index 3a57005cb..ea466cac3 100644 --- a/docs/resources/rdb_privilege.md +++ b/docs/resources/rdb_privilege.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_rdb_privilege" # Resource: scaleway_rdb_privilege Create and manage Scaleway RDB database privilege. -For more information, see [the documentation](https://developers.scaleway.com/en/products/rdb/api/#user-and-permissions). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/#user-and-permissions). ## Example Usage diff --git a/docs/resources/rdb_read_replica.md b/docs/resources/rdb_read_replica.md index 726c5b70a..353a08799 100644 --- a/docs/resources/rdb_read_replica.md +++ b/docs/resources/rdb_read_replica.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_rdb_read_replica" # Resource: scaleway_rdb_read_replica Creates and manages Scaleway Database read replicas. -For more information, see [the documentation](https://developers.scaleway.com/en/products/rdb/api). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/). ## Example Usage diff --git a/docs/resources/rdb_user.md b/docs/resources/rdb_user.md index 8f3673dc2..6a7348714 100644 --- a/docs/resources/rdb_user.md +++ b/docs/resources/rdb_user.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_rdb_user" # Resource: scaleway_rdb_user Creates and manages Scaleway Database Users. -For more information, see [the documentation](https://developers.scaleway.com/en/products/rdb/api). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/). ## Example Usage diff --git a/docs/resources/redis_cluster.md b/docs/resources/redis_cluster.md index 26e216e4f..1000c6e78 100644 --- a/docs/resources/redis_cluster.md +++ b/docs/resources/redis_cluster.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_redis_cluster" # Resource: scaleway_redis_cluster Creates and manages Scaleway Redis Clusters. -For more information, see [the documentation](https://developers.scaleway.com/en/products/redis/api/v1alpha1/). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/managed-database-redis). ## Example Usage diff --git a/docs/resources/registry_namespace.md b/docs/resources/registry_namespace.md index aa30a3e14..70983fc4d 100644 --- a/docs/resources/registry_namespace.md +++ b/docs/resources/registry_namespace.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_registry_namespace" # Resource: scaleway_registry_namespace Creates and manages Scaleway Container Registry. -For more information see [the documentation](https://developers.scaleway.com/en/products/registry/api/). +For more information see [the documentation](https://www.scaleway.com/en/developers/api/registry). ## Example Usage diff --git a/docs/resources/secret.md b/docs/resources/secret.md index 8e2a689f3..70feca367 100644 --- a/docs/resources/secret.md +++ b/docs/resources/secret.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_secret" # Resource: scaleway_secret Creates and manages Scaleway Secrets. -For more information, see [the documentation](https://developers.scaleway.com/en/products/secret_manager/api/v1alpha1/). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/secret-manager/). ## Example Usage diff --git a/docs/resources/secret_version.md b/docs/resources/secret_version.md index 5bfe21935..0ca7126b3 100644 --- a/docs/resources/secret_version.md +++ b/docs/resources/secret_version.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_secret_version" # Resource: scaleway_secret_version Creates and manages Scaleway Secret Versions. -For more information, see [the documentation](https://developers.scaleway.com/en/products/secret_manager/api/v1alpha1/#secret-versions-079501). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/secret-manager/#secret-versions-079501). ## Example Usage diff --git a/docs/resources/tem_domain.md b/docs/resources/tem_domain.md index 7fe7abe61..33838f437 100644 --- a/docs/resources/tem_domain.md +++ b/docs/resources/tem_domain.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_tem_domain" # Resource: scaleway_tem_domain Creates and manages Scaleway Transactional Email Domains. -For more information see [the documentation](https://developers.scaleway.com/en/products/transactional_email/api/). +For more information see [the documentation](https://www.scaleway.com/en/developers/api/transactional-email). ## Example Usage diff --git a/docs/resources/vpc_gateway_network.md b/docs/resources/vpc_gateway_network.md index fc96e1b81..5449a8b29 100644 --- a/docs/resources/vpc_gateway_network.md +++ b/docs/resources/vpc_gateway_network.md @@ -7,7 +7,7 @@ page_title: "Scaleway: scaleway_vpc_gateway_network" Creates and manages Scaleway VPC Public Gateway Network. It allows attaching Private Networks to the VPC Public Gateway and your DHCP config -For more information, see [the documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#step-3-attach-private-networks-to-the-vpc-public-gateway). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/public-gateway/#step-3-attach-private-networks-to-the-vpc-public-gateway). ## Example Usage diff --git a/docs/resources/vpc_private_network.md b/docs/resources/vpc_private_network.md index 81179fc2a..b7150fc05 100644 --- a/docs/resources/vpc_private_network.md +++ b/docs/resources/vpc_private_network.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_vpc_private_network" # Resource: scaleway_vpc_private_network Creates and manages Scaleway VPC Private Networks. -For more information, see [the documentation](https://developers.scaleway.com/en/products/vpc/api/#private-networks-ac2df4). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/vpc/#private-networks-ac2df4). ## Example Usage diff --git a/docs/resources/vpc_public_gateway.md b/docs/resources/vpc_public_gateway.md index fa88ce16d..b3305d524 100644 --- a/docs/resources/vpc_public_gateway.md +++ b/docs/resources/vpc_public_gateway.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_vpc_public_gateway" # Resource: scaleway_vpc_public_gateway Creates and manages Scaleway VPC Public Gateway. -For more information, see [the documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/public-gateway). ## Example Usage diff --git a/docs/resources/vpc_public_gateway_dhcp.md b/docs/resources/vpc_public_gateway_dhcp.md index f3d1c7121..234a40d91 100644 --- a/docs/resources/vpc_public_gateway_dhcp.md +++ b/docs/resources/vpc_public_gateway_dhcp.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_vpc_public_gateway_dhcp" # Resource: scaleway_vpc_public_gateway_dhcp Creates and manages Scaleway VPC Public Gateway DHCP. -For more information, see [the documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#dhcp-c05544). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/public-gateway/#dhcp-c05544). ## Example Usage diff --git a/docs/resources/vpc_public_gateway_dhcp_reservation.md b/docs/resources/vpc_public_gateway_dhcp_reservation.md index cc8197526..6ca3610d5 100644 --- a/docs/resources/vpc_public_gateway_dhcp_reservation.md +++ b/docs/resources/vpc_public_gateway_dhcp_reservation.md @@ -11,9 +11,9 @@ The static associations are used to assign IP addresses based on the MAC address Statically assigned IP addresses should fall within the configured subnet, but be outside of the dynamic range. -For more information, see [the documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#dhcp-c05544) and [configuration guide](https://www.scaleway.com/en/docs/network/vpc/how-to/configure-a-public-gateway/#how-to-review-and-configure-dhcp). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/public-gateway/#dhcp-c05544) and [configuration guide](https://www.scaleway.com/en/docs/network/vpc/how-to/configure-a-public-gateway/#how-to-review-and-configure-dhcp). -[DHCP reservations](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#dhcp-entries-e40fb6) hold both dynamic DHCP leases (IP addresses dynamically assigned by the gateway to instances) and static user-created DHCP reservations. +[DHCP reservations](https://www.scaleway.com/en/developers/api/public-gateway/#dhcp-entries-e40fb6) hold both dynamic DHCP leases (IP addresses dynamically assigned by the gateway to instances) and static user-created DHCP reservations. ## Example Usage diff --git a/docs/resources/vpc_public_gateway_ip.md b/docs/resources/vpc_public_gateway_ip.md index 68c67e009..95749b3e5 100644 --- a/docs/resources/vpc_public_gateway_ip.md +++ b/docs/resources/vpc_public_gateway_ip.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_vpc_public_gateway_ip" # Resource: scaleway_vpc_public_gateway_ip Creates and manages Scaleway VPC Public Gateway IP. -For more information, see [the documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#ips-268151). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/public-gateway/#ips-268151). ## Example Usage diff --git a/docs/resources/vpc_public_gateway_ip_reverse_dns.md b/docs/resources/vpc_public_gateway_ip_reverse_dns.md index d3a3f2193..363b0bae3 100644 --- a/docs/resources/vpc_public_gateway_ip_reverse_dns.md +++ b/docs/resources/vpc_public_gateway_ip_reverse_dns.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_vpc_public_gateway_ip_reverse_dns" # Resource: scaleway_vpc_public_gateway_ip_reverse_dns Manages Scaleway VPC Public Gateways IPs reverse DNS. -For more information, see [the documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#ips-268151). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/public-gateway/#ips-268151). ## Example Usage diff --git a/docs/resources/vpc_public_gateway_pat_rule.md b/docs/resources/vpc_public_gateway_pat_rule.md index f7898c9ab..aa34419fd 100644 --- a/docs/resources/vpc_public_gateway_pat_rule.md +++ b/docs/resources/vpc_public_gateway_pat_rule.md @@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_vpc_public_gateway_pat_rule" # Resource: scaleway_vpc_public_gateway_pat_rule Creates and manages Scaleway VPC Public Gateway PAT (Port Address Translation). -For more information, see [the documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1#pat-rules-e75d10). +For more information, see [the documentation](https://www.scaleway.com/en/developers/api/public-gateway/#pat-rules-e75d10). ## Example Usage