Added exit command mention

This commit is contained in:
James Turnbull 2016-11-17 04:23:50 -05:00
parent 81125f6aeb
commit e34be68633
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ The command-line flags are all optional. The list of available flags are:
* `-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
or Control-D.
## Scripting
The `terraform console` command can be used in non-interactive scripts