Fix a code sample that uses incorrect syntax. (#12781)

This commit is contained in:
Jeff Wang 2017-03-16 14:16:04 -07:00 committed by Radek Simko
parent 50760374e0
commit 38e84f1a78
1 changed files with 1 additions and 1 deletions

View File

@ -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,