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
terraform workspace new dev
Creates a new workspace for isolated state management. Useful for managing multiple environments in one configuration.
Create staging workspace
terraform workspace new staging