Skip to content

Commit

Permalink
Tell git to ignore .terraform directory (kubernetes-sigs#4428)
Browse files Browse the repository at this point in the history
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."
  • Loading branch information
rptaylor authored and k8s-ci-robot committed Apr 5, 2019
1 parent 8ad7440 commit d8a023a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ temp
*.bak
*.tfstate
*.tfstate.backup
.terraform/
contrib/terraform/aws/credentials.tfvars
/ssh-bastion.conf
**/*.sw[pon]
Expand Down

0 comments on commit d8a023a

Please sign in to comment.