You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/website/docs/cli/commands/workspace/show.mdx

22 lines
403 B

---
page_title: terraform workspace show command reference
description: The terraform workspace show command outputs the current workspace.
---
# `terraform workspace show` command
The `terraform workspace show` command outputs the current workspace.
## Usage
Usage: `terraform workspace show`
The command displays the current workspace.
## Example
```
$ terraform workspace show
development
```