From e667411cc5cb5ec0445602c7d135ffbfd068be7e Mon Sep 17 00:00:00 2001 From: Jearvon Dharrie Date: Thu, 20 Apr 2017 12:36:34 -0400 Subject: [PATCH] website: Fix spacing of literal "terraform console" (#13807) --- website/source/docs/commands/console.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/console.html.markdown b/website/source/docs/commands/console.html.markdown index e6af2e780..e8e7778e8 100644 --- a/website/source/docs/commands/console.html.markdown +++ b/website/source/docs/commands/console.html.markdown @@ -52,7 +52,7 @@ $ echo "1 + 5" | terraform console ## 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 state reading in CI environments or other remote scenarios.