We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81125f6 commit e34be68Copy full SHA for e34be68
1 file changed
website/source/docs/commands/console.html.markdown
@@ -34,6 +34,9 @@ The command-line flags are all optional. The list of available flags are:
34
* `-state=path` - Path to the state file. Defaults to "terraform.tfstate".
35
A state file doesn't need to exist.
36
37
+You can close the console with the `exit` command or by using Control-C
38
+or Control-D.
39
+
40
## Scripting
41
42
The `terraform console` command can be used in non-interactive scripts
0 commit comments