You are viewing documentation for version v1.1 and earlier. View latest version.
The terraform workspace select
command is used to choose a different
workspace to use for further operations.
Usage: terraform workspace select NAME [DIR]
This command will select another workspace. The named workspace must already exist.
$ terraform workspace list
default
* development
jsmith-test
$ terraform workspace select default
Switched to workspace "default".