Show available Terraform CLI workspaces for the current configuration.

Section: Workspaces

List workspaces

bash
bash
terraform workspace list
Explanation

Show available Terraform CLI workspaces for the current configuration.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Workspaces
Show current workspace
Print the current Terraform CLI workspace name.
OpenIn sheetbashsame section
Create workspace
Create and switch to a new workspace.
OpenIn sheetbashsame section
Select workspace
Switch to an existing workspace.
OpenIn sheetbashsame section
Delete workspace
Delete a Terraform CLI workspace.
OpenIn sheetbashsame section
List module resources
List resources beneath a specific module path.
OpenIn sheetbash2 tag match
Import existing object
Associate an existing infrastructure object with a resource address in state.
OpenIn sheetbash1 tag match