github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/website/docs/commands/workspace/show.html.md (about) 1 --- 2 layout: "commands-workspace" 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 ```