Skip to content

Commit 8929c7e

Browse files
authored
docs: consistent way of referencing API documentation (#2928)
Sometimes it's referenced as 'API documentation', while other times it's referenced as 'documentation' only. - Some whitespaces were automatically stripped along the way - Fix one grammar issue
1 parent 74233b4 commit 8929c7e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+65
-68
lines changed

docs/data-sources/baremetal_offer.md

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

66
# scaleway_baremetal_offer
77

8-
Gets information about a baremetal offer. For more information, see [the documentation](https://developers.scaleway.com/en/products/baremetal/api).
8+
Gets information about a baremetal offer. For more information, see the [API documentation](https://developers.scaleway.com/en/products/baremetal/api).
99

1010
## Example Usage
1111

docs/data-sources/baremetal_option.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ page_title: "Scaleway: scaleway_baremetal_option"
66
# scaleway_baremetal_option
77

88
Gets information about a baremetal option.
9-
For more information, see [the documentation](https://developers.scaleway.com/en/products/baremetal/api).
9+
For more information, see the [API documentation](https://developers.scaleway.com/en/products/baremetal/api).
1010

1111
## Example Usage
1212

1313
```hcl
14-
# Get info by option name
14+
# Get info by option name
1515
data "scaleway_baremetal_option" "by_name" {
1616
name = "Remote Access"
1717
}
@@ -37,4 +37,4 @@ In addition to all above arguments, the following attributes are exported:
3737
~> **Important:** Baremetal options' 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`
3838

3939
- `name` - The name of the option.
40-
- `manageable` - Is false if the option could not be added or removed.
40+
- `manageable` - Is false if the option could not be added or removed.

docs/data-sources/baremetal_os.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_baremetal_os"
66
# scaleway_baremetal_os
77

88
Gets information about a baremetal operating system.
9-
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/elastic-metal/#path-os-list-available-oses).
9+
For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/elastic-metal/#path-os-list-available-oses).
1010

1111
You can also use the [scaleway-cli](https://github.com/scaleway/scaleway-cli) with `scw baremetal os list` to list all available operating systems.
1212

docs/data-sources/baremetal_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_baremetal_server"
66
# scaleway_baremetal_server
77

88
Gets information about a baremetal server.
9-
For more information, see [the documentation](https://developers.scaleway.com/en/products/baremetal/api).
9+
For more information, see the [API documentation](https://developers.scaleway.com/en/products/baremetal/api).
1010

1111
## Example Usage
1212

docs/data-sources/k8s_version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_k8s_version"
66
# scaleway_k8s_version
77

88
Gets information about a Kubernetes version.
9-
For more information, see [the documentation](https://developers.scaleway.com/en/products/k8s/api).
9+
For more information, see the [API documentation](https://developers.scaleway.com/en/products/k8s/api).
1010

1111
You can also use the [scaleway-cli](https://github.com/scaleway/scaleway-cli) with `scw k8s version list` to list all available versions.
1212

@@ -43,4 +43,4 @@ In addition to all above arguments, the following attributes are exported:
4343

4444
- `available_cnis` - The list of supported Container Network Interface (CNI) plugins for this version.
4545
- `available_container_runtimes` - The list of supported container runtimes for this version.
46-
- `available_feature_gates` - The list of supported feature gates for this version.
46+
- `available_feature_gates` - The list of supported feature gates for this version.

docs/data-sources/vpc_public_gateway_dhcp_reservation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_vpc_public_gateway_dhcp_reservation"
66
# scaleway_vpc_public_gateway_dhcp_reservation
77

88
Gets information about a DHCP entry. For further information, please see the
9-
API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-dhcp-entries-list-dhcp-entries)/
9+
[API documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-dhcp-entries-list-dhcp-entries).
1010

1111
## Example Dynamic
1212

docs/data-sources/vpc_public_gateway_ip.md

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

88
Gets information about a Public Gateway public flexible IP address.
99

10-
For further information, please see the API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-ips-list-ips).
10+
For further information, please see the [API documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-ips-list-ips).
1111

1212
## Example Usage
1313

docs/data-sources/vpc_public_gateway_pat_rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_vpc_public_gateway_pat_rule"
66
# scaleway_vpc_public_gateway_pat_rule
77

88
Gets information about a Public Gateway PAT rule. For further information, please see the
9-
API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-pat-rules-list-pat-rules).
9+
[API documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-pat-rules-list-pat-rules).
1010

1111
## Example Usage
1212

docs/resources/apple_silicon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_apple_silicon"
66
# Resource: scaleway_apple_silicon
77

88
Creates and manages Scaleway Apple silicon. For more information,
9-
see [the documentation](https://www.scaleway.com/en/developers/api/apple-silicon/).
9+
see the [API documentation](https://www.scaleway.com/en/developers/api/apple-silicon/).
1010

1111
## Example Usage
1212

docs/resources/baremetal_server.md

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

66
# Resource: scaleway_baremetal_server
77

8-
Creates and manages Scaleway Compute Baremetal servers. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/elastic-metal/).
8+
Creates and manages Scaleway Compute Baremetal servers. For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/elastic-metal/).
99

1010
## Example Usage
1111

docs/resources/flexible_ip.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_flexible_ip"
66
# Resource: scaleway_flexible_ip
77

88
Creates and manages Scaleway flexible IPs.
9-
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/elastic-metal-flexible-ip).
9+
For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/elastic-metal-flexible-ip).
1010

1111
## Example Usage
1212

@@ -45,13 +45,13 @@ resource "scaleway_account_ssh_key" "main" {
4545
data "scaleway_baremetal_os" "by_id" {
4646
zone = "fr-par-2"
4747
name = "Ubuntu"
48-
version = "20.04 LTS (Focal Fossa)"
48+
version = "20.04 LTS (Focal Fossa)"
4949
}
5050
5151
data "scaleway_baremetal_offer" "my_offer" {
5252
zone = "fr-par-2"
5353
name = "EM-A210R-HDD"
54-
}
54+
}
5555
5656
resource "scaleway_baremetal_server" "base" {
5757
zone = "fr-par-2"

docs/resources/flexible_ip_mac_address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_flexible_ip_mac_address"
66
# Resource: scaleway_flexible_ip_mac_address
77

88
Creates and manages Scaleway Flexible IP Mac Addresses.
9-
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/elastic-metal-flexible-ip/).
9+
For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/elastic-metal-flexible-ip/).
1010

1111
## Example Usage
1212

docs/resources/iam_user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_iam_user"
66
# Resource: scaleway_iam_user
77

88
Creates and manages Scaleway IAM Users.
9-
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/iam/#path-users-list-users-of-an-organization).
9+
For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/iam/#path-users-list-users-of-an-organization).
1010

1111
## Example Usage
1212

docs/resources/inference_deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_inference_deployment"
66
# Resource: scaleway_inference_deployment
77

88
Creates and manages Scaleway Managed Inference deployments.
9-
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/inference/).
9+
For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/inference/).
1010

1111
## Example Usage
1212

docs/resources/instance_image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_instance_image"
66
# Resource: scaleway_instance_image
77

88
Creates and manages Scaleway Compute Images.
9-
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/instance/#path-images-list-instance-images).
9+
For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/instance/#path-images-list-instance-images).
1010

1111
## Example Usage
1212

@@ -120,7 +120,7 @@ In addition to all arguments above, the following attributes are exported:
120120
- `state` - State of the volume.
121121
- `zone` - The [zone](../guides/regions_and_zones.md#zones) in which the volume is.
122122
- `server` - Description of the server containing the volume (in case the image is a backup from a server).
123-
123+
124124
-> The `server` block contains :
125125
- `id` - ID of the server containing the volume.
126126
- `name` - Name of the server containing the volume.

docs/resources/instance_ip.md

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

66
# Resource: scaleway_instance_ip
77

8-
Creates and manages Scaleway compute Instance IPs. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/instance/#path-ips-list-all-flexible-ips).
8+
Creates and manages Scaleway compute Instance IPs. For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/instance/#path-ips-list-all-flexible-ips).
99

1010
## Example Usage
1111

docs/resources/instance_placement_group.md

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

66
# Resource: scaleway_instance_placement_group
77

8-
Creates and manages Compute Instance Placement Groups. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/instance/#path-placement-groups-list-placement-groups).
8+
Creates and manages Compute Instance Placement Groups. For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/instance/#path-placement-groups-list-placement-groups).
99

1010
## Example Usage
1111

docs/resources/instance_private_nic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_instance_private_nic"
66
# Resource: scaleway_instance_private_nic
77

88
Creates and manages Scaleway Instance Private NICs. For more information, see
9-
[the documentation](https://www.scaleway.com/en/developers/api/instance/#path-private-nics-list-all-private-nics).
9+
the [API documentation](https://www.scaleway.com/en/developers/api/instance/#path-private-nics-list-all-private-nics).
1010

1111
## Example Usage
1212

@@ -71,7 +71,7 @@ resource "scaleway_instance_private_nic" "pnic01" {
7171
private_network_id = scaleway_vpc_private_network.pn01.id
7272
server_id = scaleway_instance_server.server01.id
7373
ipam_ip_ids = [scaleway_ipam_ip.ip01.id]
74-
}
74+
}
7575
```
7676

7777
## Argument Reference

docs/resources/instance_security_group.md

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

66
# Resource: scaleway_instance_security_group
77

8-
Creates and manages Scaleway compute Instance security groups. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/instance/#path-security-groups-list-security-groups).
8+
Creates and manages Scaleway compute Instance security groups. For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/instance/#path-security-groups-list-security-groups).
99

1010
## Example Usage
1111

docs/resources/instance_security_group_rules.md

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

66
# Resource: scaleway_instance_security_group_rules
77

8-
Creates and manages Scaleway compute Instance security group rules. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/instance/#path-security-groups-list-security-groups).
8+
Creates and manages Scaleway compute Instance security group rules. For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/instance/#path-security-groups-list-security-groups).
99

1010
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.
1111

docs/resources/instance_server.md

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

66
# Resource: scaleway_instance_server
77

8-
Creates and manages Scaleway compute Instances. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/instance/#path-instances-list-all-instances).
8+
Creates and manages Scaleway compute Instances. For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/instance/#path-instances-list-all-instances).
99

1010
Please check our [FAQ - Instances](https://www.scaleway.com/en/docs/faq/instances).
1111

docs/resources/instance_snapshot.md

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

88
Creates and manages Scaleway Compute Snapshots.
99
For more information,
10-
see [the documentation](https://www.scaleway.com/en/developers/api/instance/#path-snapshots-list-snapshots).
10+
see the [API documentation](https://www.scaleway.com/en/developers/api/instance/#path-snapshots-list-snapshots).
1111

1212
## Example Usage
1313

docs/resources/instance_user_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ User data is a key value store API you can use to provide data from and to your
1111

1212
The typical use case is to pass something like a shell script or a configuration file as user data.
1313

14-
For more information about [user_data](https://www.scaleway.com/en/developers/api/instance/#path-user-data-list-user-data) check our documentation guide [here](https://www.scaleway.com/en/docs/compute/instances/how-to/use-boot-modes/#how-to-use-cloud-init).
14+
For more information about [user_data](https://www.scaleway.com/en/developers/api/instance/#path-user-data-list-user-data) check our documentation guide [here](https://www.scaleway.com/en/docs/compute/instances/how-to/use-boot-modes/#how-to-use-cloud-init).
1515

1616
About cloud-init documentation please check this [link](https://cloudinit.readthedocs.io/en/latest/).
1717

docs/resources/instance_volume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_instance_volume"
66
# Resource: scaleway_instance_volume
77

88
Creates and manages Scaleway compute Instance Volumes.
9-
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/instance/#path-volumes-list-volumes).
9+
For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/instance/#path-volumes-list-volumes).
1010

1111
## Example Usage
1212

docs/resources/iot_device.md

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

88
-> **Note:** This terraform resource is currently in beta and might include breaking change in future releases.
99

10-
Creates and manages Scaleway IoT Hub Instances. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/iot/).
10+
Creates and manages Scaleway IoT Hub Instances. For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/iot/).
1111

1212
## Example Usage
1313

docs/resources/iot_hub.md

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

88
-> **Note:** This terraform resource is currently in beta and might include breaking change in future releases.
99

10-
Creates and manages Scaleway IoT Hub Instances. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/iot).
10+
Creates and manages Scaleway IoT Hub Instances. For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/iot).
1111

1212
## Example Usage
1313

docs/resources/job_definition.md

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

66
# Resource: scaleway_job_definition
77

8-
Creates and manages a Scaleway Serverless Job Definition. For more information, see [the documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/jobs/v1alpha1).
8+
Creates and manages a Scaleway Serverless Job Definition. For more information, see the [Go API documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/jobs/v1alpha1).
99

1010
## Example Usage
1111

docs/resources/k8s_cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_k8s_cluster"
55

66
# Resource: scaleway_k8s_cluster
77

8-
Creates and manages Scaleway Kubernetes clusters. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/kubernetes/).
8+
Creates and manages Scaleway Kubernetes clusters. For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/kubernetes/).
99

1010
## Example Usage
1111

@@ -127,7 +127,7 @@ provider "kubernetes" {
127127
}
128128
```
129129

130-
The `null_resource` is needed because when the cluster is created, it's status is `pool_required`, but the kubeconfig can already be downloaded.
130+
The `null_resource` is needed because when the cluster is created, its status is `pool_required`, but the kubeconfig can already be downloaded.
131131
It leads the `kubernetes` provider to start creating its objects, but the DNS entry for the Kubernetes master is not yet ready, that's why it's needed to wait for at least a pool.
132132

133133
### With the Helm provider

docs/resources/k8s_pool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_k8s_pool"
55

66
# Resource: scaleway_k8s_pool
77

8-
Creates and manages Scaleway Kubernetes cluster pools. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/kubernetes/).
8+
Creates and manages Scaleway Kubernetes cluster pools. For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/kubernetes/).
99

1010
## Example Usage
1111

@@ -118,7 +118,7 @@ Please note that a pool belongs to only one cluster, in the same region.`region`
118118
If you are working with cluster type `multicloud` please set the `zone` where your placement group is e.g:
119119

120120
```terraform
121-
resource "scaleway_instance_placement_group" "placement_group" {
121+
resource "scaleway_instance_placement_group" "placement_group" {
122122
name = "pool-placement-group"
123123
policy_type = "max_availability"
124124
policy_mode = "optional"

docs/resources/lb_acl.md

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

88
Creates and manages Scaleway Load Balancer ACLs.
99

10-
For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/acls/) or [API reference](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-acls-get-an-acl).
10+
For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/acls/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-acls-get-an-acl).
1111

1212
## Example Usage
1313

docs/resources/mongodb_instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_mongodb_instance"
66
# Resource: scaleway_mongodb_instance
77

88
Creates and manages Scaleway MongoDB® instance.
9-
For more information refer to [the API documentation](https://www.scaleway.com/en/docs/managed-mongodb-databases/).
9+
For more information refer to the [product documentation](https://www.scaleway.com/en/docs/managed-mongodb-databases/).
1010

1111
## Example Usage
1212

@@ -67,4 +67,4 @@ MongoDB® instance can be imported using the `id`, e.g.
6767

6868
```bash
6969
terraform import scaleway_mongodb_instance.main fr-par-1/11111111-1111-1111-1111-111111111111
70-
```
70+
```

docs/resources/mongodb_snapshot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_mongodb_snapshot"
66
# Resource: scaleway_mongodb_snapshot
77

88
Creates and manages Scaleway MongoDB® snapshots.
9-
For more information refer to [the API documentation](https://www.scaleway.com/en/docs/managed-mongodb-databases/).
9+
For more information refer to the [product documentation](https://www.scaleway.com/en/docs/managed-mongodb-databases/).
1010

1111
## Example Usage
1212

@@ -59,4 +59,4 @@ MongoDB® snapshots can be imported using the `{region}/{id}`, e.g.
5959

6060
```bash
6161
terraform import scaleway_mongodb_snapshot.main fr-par-1/11111111-1111-1111-1111-111111111111
62-
```
62+
```

docs/resources/rdb_database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_rdb_database"
66
# Resource: scaleway_rdb_database
77

88
Creates and manages databases.
9-
For more information, refer to [the API documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/).
9+
For more information, refer to the [API documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/).
1010

1111
## Example Usage
1212

docs/resources/rdb_database_backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_rdb_database_backup"
66
# Resource: scaleway_rdb_database_backup
77

88
Creates and manages database backups.
9-
For more information, refer to [the API documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/).
9+
For more information, refer to the [API documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/).
1010

1111
## Example Usage
1212

0 commit comments

Comments
 (0)