website: Fix spacing of literal "terraform console" (#13807)
This commit is contained in:
parent
72f2a31298
commit
e667411cc5
|
@ -52,7 +52,7 @@ $ echo "1 + 5" | terraform console
|
||||||
|
|
||||||
## Remote State
|
## Remote State
|
||||||
|
|
||||||
The `terraform console `command will read configured state even if it
|
The `terraform console` command will read configured state even if it
|
||||||
is [remote](/docs/state/remote.html). This is great for scripting
|
is [remote](/docs/state/remote.html). This is great for scripting
|
||||||
state reading in CI environments or other remote scenarios.
|
state reading in CI environments or other remote scenarios.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue