Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 505 Bytes

File metadata and controls

24 lines (17 loc) · 505 Bytes
page_title description
terraform workspace list command reference
The terraform workspace list command lists all existing workspaces.

terraform workspace list command

The terraform workspace list command lists all existing workspaces.

Usage

Usage: terraform workspace list [DIR]

The command will list all existing workspaces. The current workspace is indicated using an asterisk (*) marker.

Example

$ terraform workspace list
  default
* development
  jsmith-test