We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5d1f1 commit 13483b5Copy full SHA for 13483b5
1 file changed
website/source/docs/commands/get.html.markdown
@@ -16,7 +16,9 @@ The `terraform get` command is used to download and update
16
Usage: `terraform get [options] [dir]`
17
18
The modules are downloaded into a local `.terraform` folder. This
19
-folder should not be committed to version control.
+folder should not be committed to version control. The `.terraform`
20
+folder is created relative to your current working directory
21
+regardless of the `dir` argument given to this command.
22
23
If a module is already downloaded and the `-update` flag is _not_ set,
24
Terraform will do nothing. As a result, it is safe (and fast) to run this
0 commit comments