Skip to content

Commit 13483b5

Browse files
committed
website: clarify ".terraform" location for hashicorp#7301
1 parent 9e5d1f1 commit 13483b5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

website/source/docs/commands/get.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ The `terraform get` command is used to download and update
1616
Usage: `terraform get [options] [dir]`
1717

1818
The modules are downloaded into a local `.terraform` folder. This
19-
folder should not be committed to version control.
19+
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.
2022

2123
If a module is already downloaded and the `-update` flag is _not_ set,
2224
Terraform will do nothing. As a result, it is safe (and fast) to run this

0 commit comments

Comments
 (0)