Documentation
Workspaces Overview
Workspaces Overview
Workspaces are Terraform environments that live inside a Project. Each workspace has its own Terraform state, configuration files, and chat history.
What is a Workspace? - A workspace represents a specific Terraform environment (e.g., 'dev', 'staging', 'prod') - Each workspace has its own isolated Terraform state - Chat conversations in the AI assistant are scoped per workspace - Multiple team members can work in the same workspace
Workspace Types
- Standard: Uses local state storage (default)
- Remote: Uses a configured remote state bucket (e.g., AWS S3, Azure Blob Storage) — shown when a state_bucket is configured
Workspaces List Page
- Shows all workspaces within a project
- Displayed as a grid of workspace cards
- Each card shows the workspace name, type, and creation date
- Buttons for Edit, Delete, and Open workspace editor