Terraform provider
sazabi_mcp_connector_read_only
Terraform resource toggling read-only mode on an existing MCP connector.
Manages read-only mode on an existing MCP connector without owning its lifecycle. Unlike sazabi_mcp_connector, it never creates or destroys the connector; it only toggles the read-only flag, including on preset and OAuth connectors. Deleting the resource stops managing the flag but leaves its value untouched.
Arguments
| Attribute | Type | Behavior | Description |
|---|---|---|---|
connection_id | string | Required | The MCP connector connection UUID. Immutable. |
enabled | bool | Required | Whether read-only mode is enabled. |
project_id | string | Optional | Required for an organization-scoped secret key; defaults to the secret key's project scope. Immutable. |