diff --git a/website/source/docs/commands/console.html.markdown b/website/source/docs/commands/console.html.markdown index c8b12c0649..9a70f1757f 100644 --- a/website/source/docs/commands/console.html.markdown +++ b/website/source/docs/commands/console.html.markdown @@ -31,7 +31,7 @@ to function. The command-line flags are all optional. The list of available flags are: -* `-state=path` - Path to the state file. Defaults to "terraform.tfstate". +* `-state=path` - Path to the state file. Defaults to `terraform.tfstate`. A state file doesn't need to exist. You can close the console with the `exit` command or by using Control-C