Skip to content

Commit cabd3d6

Browse files
committed
[3.2.0] Multi-organization support added
1 parent 0815689 commit cabd3d6

File tree

3 files changed

+1
-153
lines changed

3 files changed

+1
-153
lines changed

docs/guides/multi-organization-support.md

Lines changed: 0 additions & 148 deletions
This file was deleted.

docs/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,6 @@ Bye
337337

338338
Run `terraform destroy` to destroy the service.
339339

340-
## Guides
341-
342-
- [Multi-Organization Support](guides/multi-organization-support.md) - Learn how to manage services across multiple SkySQL organizations
343-
344340
## SkySQL provider configuration
345341

346342
Configuration for the SkySQL provider can be derived from several sources,

docs/resources/skysql_service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ resource "skysql_service" "default" {
6363
- `maxscale_size` (String) The size of the MaxScale nodes. Valid values are: sky-2x4, sky-2x8 etc
6464
- `nodes` (Number) The number of nodes
6565
- `nosql_enabled` (Boolean) Whether to enable NoSQL. Valid values are: true or false
66-
- `org_id` (String) The organization ID to create the service in. When specified, adds the X-MDB-Org header to API requests. **Note:** Changing this value will destroy and recreate the service. See the [Multi-Organization Support guide](../guides/multi-organization-support.md) for more information.
66+
- `org_id` (String) The organization ID to use for this service. When specified, all API requests will include the X-MDB-Org header to operate in this organization's context. This allows managing services across multiple organizations.
6767
- `primary_host` (String) The primary host of the service
6868
- `project_id` (String) The ID of the project to create the service in
6969
- `replication_enabled` (Boolean) Whether to enable global replication. Valid values are: true or false. Works for xpand-direct topology only

0 commit comments

Comments
 (0)