terraform/terraform-workspace-new

Create New Workspace

Create a new Terraform workspace

terraform
workspace
create

Command

terraform workspace new dev

Explanation

Creates a new workspace for isolated state management. Useful for managing multiple environments in one configuration.

Examples

Create staging workspace

terraform workspace new staging