2019-03-22 22:04:59 +01:00
|
|
|
---
|
2021-12-15 03:41:17 +01:00
|
|
|
page_title: 'Command: workspace show'
|
|
|
|
description: The terraform workspace show command is used to output the current workspace.
|
2019-03-22 22:04:59 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
# Command: workspace show
|
|
|
|
|
|
|
|
The `terraform workspace show` command is used to output the current workspace.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Usage: `terraform workspace show`
|
|
|
|
|
|
|
|
The command will display the current workspace.
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
|
|
|
```
|
|
|
|
$ terraform workspace show
|
|
|
|
development
|
|
|
|
```
|