Command
terraform workspace select devExplanation
Switches Terraform to a different workspace, affecting which state file is used. Useful for environment switching.
Examples
Switch to production workspace
terraform workspace select prodterraform workspace select devSwitches Terraform to a different workspace, affecting which state file is used. Useful for environment switching.
Switch to production workspace
terraform workspace select prod