Command: workspace list
Edit this page on GitHub
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