github.com/hugorut/terraform@v1.1.3/website/docs/cli/commands/workspace/show.mdx (about) 1 --- 2 page_title: 'Command: workspace show' 3 description: The terraform workspace show command is used to output the current workspace. 4 --- 5 6 # Command: workspace show 7 8 The `terraform workspace show` command is used to output the current workspace. 9 10 ## Usage 11 12 Usage: `terraform workspace show` 13 14 The command will display the current workspace. 15 16 ## Example 17 18 ``` 19 $ terraform workspace show 20 development 21 ```