Skip to content

Commit f629237

Browse files
authored
chore(serverless): bump sdk go + deprecate MnqNamespaceID on trigger sqs (#2474)
* bump sdk go * feat(serverless): deprecate MnqNamespaceID on trigger sqs * go mod tidy * update secret cassettes * delete documentdb docs deak links
1 parent df9ee23 commit f629237

19 files changed

+581
-601
lines changed

docs/data-sources/documentdb_database.md

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

66
# scaleway_documentdb_database
77

8-
Gets information about DocumentDB database. More on our official [site](https://www.scaleway.com/en/developers/api/document_db/)
8+
Gets information about DocumentDB database.
99

1010
## Example Usage
1111

docs/data-sources/documentdb_instance.md

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

66
# scaleway_documentdb_instance
77

8-
Gets information about an DocumentDB instance. For further information see our [developers website](https://www.scaleway.com/en/developers/api/document_db/)
8+
Gets information about an DocumentDB instance.
99

1010
## Example Usage
1111

docs/resources/container_trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following arguments are supported:
5151
- `description` (Optional) The description of the trigger.
5252

5353
- `sqs` The configuration of the Scaleway's SQS used by the trigger
54-
- `namespace_id` (Optional) ID of the mnq namespace. Deprecated.
54+
- `namespace_id` (Deprecated) ID of the mnq namespace. Deprecated.
5555
- `queue` (Required) Name of the queue
5656
- `project_id` (Optional) ID of the project where sqs is enabled, defaults to provider's project
5757
- `region` (Optional) Region where sqs is enabled, defaults to provider's region

docs/resources/documentdb_database.md

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

88
Creates and manages Scaleway DocumentDB database.
9-
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/document_db).
109

1110
## Example Usage
1211

docs/resources/documentdb_instance.md

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

88
Creates and manages Scaleway Database Instances.
9-
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/document_db/).
109

1110
## Example Usage
1211

docs/resources/documentdb_private_network_endpoint.md

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

88
Creates and manages Scaleway Database Private Network Endpoint.
9-
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/document_db/).
109

1110
## Example Usage
1211

docs/resources/documentdb_privilege.md

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

88
Create and manage Scaleway DocumentDB database privilege.
9-
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/document_db/).
109

1110
## Example Usage
1211

docs/resources/documentdb_read_replica.md

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

88
Creates and manages Scaleway DocumentDB Database read replicas.
9-
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/document_db/).
109

1110
## Example Usage
1211

docs/resources/documentdb_user.md

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

88
Creates and manages Scaleway Database DocumentDB Users.
9-
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/document_db/).
109

1110
## Example Usage
1211

docs/resources/function_trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following arguments are supported:
5151
- `description` (Optional) The description of the trigger.
5252

5353
- `sqs` The configuration of the Scaleway's SQS used by the trigger
54-
- `namespace_id` (Optional) ID of the mnq namespace. Deprecated.
54+
- `namespace_id` (Deprecated) ID of the mnq namespace. Deprecated.
5555
- `queue` (Required) Name of the queue
5656
- `project_id` (Optional) ID of the project that contain the mnq namespace, defaults to provider's project
5757
- `region` (Optional) Region where the mnq namespace is, defaults to provider's region

0 commit comments

Comments
 (0)