Sazabi
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

AttributeTypeBehaviorDescription
connection_idstringRequiredThe MCP connector connection UUID. Immutable.
enabledboolRequiredWhether read-only mode is enabled.
project_idstringOptionalRequired for an organization-scoped secret key; defaults to the secret key's project scope. Immutable.

On this page