Tell git to ignore .terraform directory (#4428)
The .terraform directory is populated when modules are downloaded: https://www.terraform.io/docs/commands/get.html "The modules are downloaded into a local .terraform folder. This folder should not be committed to version control."pull/4440/head
parent
8ad74404c9
commit
d8a023a92c
|
@ -8,6 +8,7 @@ temp
|
|||
*.bak
|
||||
*.tfstate
|
||||
*.tfstate.backup
|
||||
.terraform/
|
||||
contrib/terraform/aws/credentials.tfvars
|
||||
/ssh-bastion.conf
|
||||
**/*.sw[pon]
|
||||
|
|
Loading…
Reference in New Issue