A user creates three workspaces from the command line - prod, dev, and test. Which of the following
commands will the user run to switch to the dev workspace?
B
Explanation:
The terraform workspace select command is used to choose a different workspace to use for further
operations.
https://www.terraform.io/docs/commands/workspace/select.html
terraform workspace select dev