| --- | |
| page_title: terraform workspace show command reference | |
| description: The terraform workspace show command outputs the current workspace. | |
| --- | |
| # `terraform workspace show` command | |
| The `terraform workspace show` command outputs the current workspace. | |
| ## Usage | |
| Usage: `terraform workspace show` | |
| The command displays the current workspace. | |
| ## Example | |
| ``` | |
| $ terraform workspace show | |
| development | |
| ``` |