workspace
workspace list
workspace select
workspace new
workspace delete
workspace show
You are viewing documentation for version v1.6.x. View latest version.
The terraform workspace list command is used to list all existing workspaces.
terraform workspace list
Usage: terraform workspace list [DIR]
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
On this page: