You are viewing documentation for version v1.1 and earlier. View latest version.
The terraform workspace list
command is used to list all existing workspaces.
Usage: terraform workspace list [DIR]
The command will list all existing workspaces. The current workspace is
indicated using an asterisk (*
) marker.
$ terraform workspace list default * development jsmith-test
$ terraform workspace list
default
* development
jsmith-test