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 24 / 37

Switching Workspaces with terraform workspace select

When you want to move to an existing workspace, use terraform workspace select.

The syntax is terraform workspace select name.

Running terraform workspace select default switches back to the default workspace and its state.

A common stumble is running new when you meant select, creating a duplicate empty workspace by accident.

In real work, switching is always paired with a plan before any apply, so you can confirm you are where you think you are.

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

🧑‍💻 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)