page_title | description |
---|---|
terraform workspace list command reference |
The terraform workspace list command lists all existing workspaces. |
The terraform workspace list
command lists 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