Fix a code sample that uses incorrect syntax. (#12781)
This commit is contained in:
parent
50760374e0
commit
38e84f1a78
|
@ -34,7 +34,7 @@ to switch environments you can use `terraform env select`, etc.
|
|||
For example, creating an environment:
|
||||
|
||||
```
|
||||
$ terraform env create bar
|
||||
$ terraform env new bar
|
||||
Created and switched to environment "bar"!
|
||||
|
||||
You're now on a new, empty environment. Environments isolate their state,
|
||||
|
|
Loading…
Reference in New Issue