mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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:
|
For example, creating an environment:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ terraform env create bar
|
$ terraform env new bar
|
||||||
Created and switched to environment "bar"!
|
Created and switched to environment "bar"!
|
||||||
|
|
||||||
You're now on a new, empty environment. Environments isolate their state,
|
You're now on a new, empty environment. Environments isolate their state,
|
||||||
|
Loading…
Reference in New Issue
Block a user