Skip to content

Commit cd4a365

Browse files
authored
fix(docs): fix straggling docs (#2617)
* fix(mnq): fix last data source * fix(docs): last bits of cleanup
1 parent ea513ac commit cd4a365

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/data-sources/ipam_ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ data "scaleway_ipam_ip" "by_id" {
2222

2323
### Instance Private Network IP
2424

25-
Get an Instance's IP on a private network.
25+
Get an Instance's IP on a Private Network.
2626

2727
```terraform
2828
# Connect your instance to a private network using a private nic.

docs/data-sources/mnq_sqs.md

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

66
# scaleway_mnq_sqs
77

8-
Gets information about SQS for a project
8+
Gets information about SQS for a Project
99

1010
## Examples
1111

@@ -25,17 +25,17 @@ data "scaleway_mnq_sqs" "for_project" {
2525

2626
The following arguments are supported:
2727

28-
- `region` - (Defaults to [provider](../index.md#region) `region`). The [region](../guides/regions_and_zones.md#regions) in which sqs is enabled.
28+
- `region` - (Defaults to [provider](../index.md#region) `region`). The [region](../guides/regions_and_zones.md#regions) in which SQS is enabled.
2929

30-
- `project_id` - (Defaults to [provider](../index.md#project_id) `project_id`) The ID of the project for which sqs is enabled.
30+
- `project_id` - (Defaults to [provider](../index.md#project_id) `project_id`) The ID of the Project in which SQS is enabled.
3131

3232

3333
## Attributes Reference
3434

3535
In addition to all arguments above, the following attributes are exported:
3636

37-
- `id` - The ID of the project
37+
- `id` - The ID of the Project
3838

3939
~> **Important:** Messaging and Queueing sqs' IDs are [regional](../guides/regions_and_zones.md#resource-ids), which means they are of the form `{region}/{id}`, e.g. `fr-par/11111111-1111-1111-1111-111111111111`
4040

41-
- `endpoint` - The endpoint of the SQS service for this project.
41+
- `endpoint` - The endpoint of the SQS service for this Project.

docs/data-sources/vpc_gateway_network.md

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

66
# scaleway_vpc_gateway_network
77

8-
Gets information about a GatewayNetwork (a connection between a Public Gateway and a Private Network)/
8+
Gets information about a GatewayNetwork (a connection between a Public Gateway and a Private Network).
99

1010
## Example Usage
1111

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

0 commit comments

Comments
 (0)