Skip to content

Commit 680795f

Browse files
committed
fix(mongodb): add trademark in docs
1 parent ad14126 commit 680795f

File tree

3 files changed

+39
-39
lines changed

3 files changed

+39
-39
lines changed

docs/data-sources/mongodb_instance.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
subcategory: "MongoDB"
2+
subcategory: "MongoDB"
33
page_title: "Scaleway: scaleway_mongodb_instance"
44
---
55

66
# scaleway_mongodb_instance
77

8-
Gets information about a MongoDB Instance.
8+
Gets information about a MongoDB Instance.
99

10-
For further information refer to the Managed Databases for MongoDB [API documentation](https://developers.scaleway.com/en/products/mongodb/api/)
10+
For further information refer to the Managed Databases for MongoDB [API documentation](https://developers.scaleway.com/en/products/mongodb/api/)
1111

1212
## Example Usage
1313

@@ -31,31 +31,31 @@ output "mongodb_version" {
3131

3232
## Argument Reference
3333

34-
- `name` - (Optional) The name of the MongoDB instance.
34+
- `name` - (Optional) The name of the MongoDB instance.
3535

36-
- `instance_id` - (Optional) The MongoDB instance ID.
36+
- `instance_id` - (Optional) The MongoDB instance ID.
3737

3838
-> **Note** You must specify at least one: `name` or `instance_id`.
3939

40-
- `project_id` - (Optional) The ID of the project the MongoDB instance is in. Can be used to filter instances when using `name`.
40+
- `project_id` - (Optional) The ID of the project the MongoDB instance is in. Can be used to filter instances when using `name`.
4141

42-
- `region` - (Defaults to [provider](../index.md#region) `region`) The [region](../guides/regions_and_zones.md#zones) in which the MongoDB Instance exists.
42+
- `region` - (Defaults to [provider](../index.md#region) `region`) The [region](../guides/regions_and_zones.md#zones) in which the MongoDB Instance exists.
4343

44-
- `organization_id` - (Defaults to [provider](../index.md#organization_id) `organization_id`) The ID of the organization the MongoDB instance is in.
44+
- `organization_id` - (Defaults to [provider](../index.md#organization_id) `organization_id`) The ID of the organization the MongoDB instance is in.
4545

4646
## Attributes Reference
4747

4848
In addition to all above arguments, the following attributes are exported:
4949

50-
- `id` - The ID of the MongoDB Instance.
51-
- `name` - The name of the MongoDB instance.
52-
- `version` - The version of MongoDB running on the instance.
53-
- `node_type` - The type of MongoDB node.
54-
- `node_number` - The number of nodes in the MongoDB cluster.
55-
- `created_at` - The date and time the MongoDB instance was created.
50+
- `id` - The ID of the MongoDB Instance.
51+
- `name` - The name of the MongoDB instance.
52+
- `version` - The version of MongoDB running on the instance.
53+
- `node_type` - The type of MongoDB node.
54+
- `node_number` - The number of nodes in the MongoDB cluster.
55+
- `created_at` - The date and time the MongoDB instance was created.
5656
- `project_id` - The ID of the project the instance belongs to.
57-
- `tags` - A list of tags attached to the MongoDB instance.
58-
- `volume_type` - The type of volume attached to the MongoDB instance.
57+
- `tags` - A list of tags attached to the MongoDB instance.
58+
- `volume_type` - The type of volume attached to the MongoDB instance.
5959
- `volume_size_in_gb` - The size of the attached volume, in GB.
6060
- `public_network` - The details of the public network configuration, if applicable.
6161

docs/resources/mongodb_instance.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
subcategory: "MongoDB"
2+
subcategory: "MongoDB"
33
page_title: "Scaleway: scaleway_mongodb_instance"
44
---
55

@@ -42,24 +42,24 @@ resource "scaleway_mongodb_instance" "restored_instance" {
4242

4343
The following arguments are supported:
4444

45-
- `version` - (Optional) MongoDB version of the instance.
46-
- `node_type` - (Required) The type of MongoDB intance to create.
45+
- `version` - (Optional) MongoDB version of the instance.
46+
- `node_type` - (Required) The type of MongoDB intance to create.
4747
- `user_name` - (Optional) Name of the user created when the intance is created.
4848
- `password` - (Optional) Password of the user.
49-
- `name` - (Optional) Name of the MongoDB instance.
50-
- `tags` - (Optional) List of tags attached to the MongoDB instance.
49+
- `name` - (Optional) Name of the MongoDB instance.
50+
- `tags` - (Optional) List of tags attached to the MongoDB instance.
5151
- `volume_type` - (Optional) Volume type of the instance.
5252
- `volume_size_in_gb` - (Optional) Volume size in GB.
53-
- `snapshot_id` - (Optional) Snapshot ID to restore the MongoDB instance from.
53+
- `snapshot_id` - (Optional) Snapshot ID to restore the MongoDB instance from.
5454
- `public_network` - (Optional) Public network specs details.
5555

5656
## Attributes Reference
5757

5858
In addition to all arguments above, the following attributes are exported:
5959

60-
- `id` - The ID of the MongoDB instance.
61-
- `created_at` - The date and time of the creation of the MongoDB instance.
62-
- `updated_at` - The date and time of the last update of the MongoDB instance.
60+
- `id` - The ID of the MongoDB instance.
61+
- `created_at` - The date and time of the creation of the MongoDB instance.
62+
- `updated_at` - The date and time of the last update of the MongoDB instance.
6363

6464
## Import
6565

docs/resources/mongodb_snapshot.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
subcategory: "MongoDB"
2+
subcategory: "MongoDB"
33
page_title: "Scaleway: scaleway_mongodb_snapshot"
44
---
55

66
# Resource: scaleway_mongodb_snapshot
77

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

1111
## Example Usage
@@ -25,37 +25,37 @@ resource "scaleway_mongodb_snapshot" "main" {
2525

2626
The following arguments are supported:
2727

28-
- `instance_id` - (Required) The ID of the MongoDB instance from which the snapshot was created.
28+
- `instance_id` - (Required) The ID of the MongoDB instance from which the snapshot was created.
2929

30-
- `name` - (Optional) The name of the MongoDB snapshot.
30+
- `name` - (Optional) The name of the MongoDB snapshot.
3131

32-
- `expires_at` - (Required) The expiration date of the MongoDB snapshot in ISO 8601 format (e.g. `2024-12-31T23:59:59Z`).
32+
- `expires_at` - (Required) The expiration date of the MongoDB snapshot in ISO 8601 format (e.g. `2024-12-31T23:59:59Z`).
3333

3434
~> **Important:** Once set, `expires_at` cannot be removed.
3535

36-
- `region` - (Defaults to [provider](../index.md) `region`) The [region](../guides/regions_and_zones.md#regions) in which the MongoDB snapshot should be created.
36+
- `region` - (Defaults to [provider](../index.md) `region`) The [region](../guides/regions_and_zones.md#regions) in which the MongoDB snapshot should be created.
3737

3838
## Attributes Reference
3939

4040
In addition to all arguments above, the following attributes are exported:
4141

42-
- `id` - The unique identifier of the MongoDB snapshot.
42+
- `id` - The unique identifier of the MongoDB snapshot.
4343

44-
- `instance_name` - The name of the MongoDB instance from which the snapshot was created.
44+
- `instance_name` - The name of the MongoDB instance from which the snapshot was created.
4545

46-
- `size` - The size of the MongoDB snapshot in bytes.
46+
- `size` - The size of the MongoDB snapshot in bytes.
4747

48-
- `node_type` - The type of node associated with the MongoDB snapshot.
48+
- `node_type` - The type of node associated with the MongoDB snapshot.
4949

50-
- `volume_type` - The type of volume used for the MongoDB snapshot.
50+
- `volume_type` - The type of volume used for the MongoDB snapshot.
5151

52-
- `created_at` - The date and time when the MongoDB snapshot was created.
52+
- `created_at` - The date and time when the MongoDB snapshot was created.
5353

54-
- `updated_at` - The date and time of the last update of the MongoDB snapshot.
54+
- `updated_at` - The date and time of the last update of the MongoDB snapshot.
5555

5656
## Import
5757

58-
MongoDB snapshots can be imported using the `{region}/{id}`, e.g.
58+
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

0 commit comments

Comments
 (0)