blob: 548573ebbab151454cba6f38e83aabe7c690d873 [file] [log] [blame]
---
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
```