Command
terraform workspace list
Explanation
Lists all workspaces in the configuration. Workspaces allow multiple isolated state environments, e.g., dev, staging, prod.
Examples
Show current workspace
terraform workspace show
terraform workspace list
Lists all workspaces in the configuration. Workspaces allow multiple isolated state environments, e.g., dev, staging, prod.
Show current workspace
terraform workspace show