github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/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 ```