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
terraform workspace select dev
Switches Terraform to a different workspace, affecting which state file is used. Useful for environment switching.
Switch to production workspace
terraform workspace select prod