terraform workspace list 命令列出当前存在的工作区。
terraform workspace list
terraform workspace list [DIR]
该命令会打印出存在的工作区。当前工作会使用 * 号标记:
*
$ terraform workspace list default * development jsmith-test