Ad space (banner)
AD

Got the fundamentals? A structured Terraform course is a fast way to level up.

Find Terraform courses on Udemy

Affiliate link. Costs you nothing extra.

Lesson 22 / 37

Listing Workspaces with terraform workspace list

When you want to know which workspaces exist and which one you are in, use terraform workspace list.

The syntax is terraform workspace list.

Running it prints each workspace name, with an asterisk marking the currently selected one.

A common stumble is missing the asterisk and assuming you are somewhere you are not. It is the only thing distinguishing the active workspace in this output.

In real work, it is a quick safety check before any apply, particularly on a machine you share.

Terraform
Try it (type this into the pseudo terminal)
terraform workspace list

🧑‍💻 You can type this command into the Terraform pseudo terminal to try it yourself (this page itself has no interactive terminal).

Ad space (banner)
Ad space (in-article)