sotoon_workspace (Data Source)

Retrieves a workspace

Example Usage

data "sotoon_workspace" "mycompany" {
  id = "ee6f89b5-e07c-42f1-9462-05cec9cd92d8" # Workspace ID
}

output "workspace_name" {
  description = "Name of my workspace"
  value       = data.sotoon_workspace.mycompany.name
}

Schema

Required

  • id (String) ID of the workspace.

Read-Only

  • name (String) Name of the workspace.
  • organization_id (String) The organization ID.