github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/website/docs/cli/commands/workspace/show.html.md (about) 1 --- 2 layout: "docs" 3 page_title: "Command: workspace show" 4 sidebar_current: "docs-commands-workspace-sub-show" 5 description: |- 6 The terraform workspace show command is used to output the current workspace. 7 --- 8 9 # Command: workspace show 10 11 The `terraform workspace show` command is used to output the current workspace. 12 13 ## Usage 14 15 Usage: `terraform workspace show` 16 17 The command will display the current workspace. 18 19 ## Example 20 21 ``` 22 $ terraform workspace show 23 development 24 ```