terraform/terraform-workspace-select

Select Workspace

Switch to a different workspace

terraform
workspace
select

Command

terraform workspace select dev

Explanation

Switches Terraform to a different workspace, affecting which state file is used. Useful for environment switching.

Examples

Switch to production workspace

terraform workspace select prod