mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-26 06:00:17 -05:00
535 B
535 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| commands-env | Command: env list | docs-env-sub-list | The terraform env list command is used to list all created state environments. |
Command: env list
The terraform env list command is used to list all created state environments.
Usage
Usage: terraform env list
The command will list all created environments. The current environment
will have an asterisk (*) next to it.
Example
$ terraform env list
default
* development
mitchellh-test