Merge pull request #10190 from jamtur01/console

Minor fixes to the console docs
This commit is contained in:
Paul Stack 2016-11-17 13:45:10 +02:00 committed by GitHub
commit 3774b162f2
1 changed files with 4 additions and 1 deletions

View File

@ -31,9 +31,12 @@ 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
or Control-D.
## Scripting
The `terraform console` command can be used in non-interactive scripts