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."
This commit is contained in:
rptaylor 2019-04-05 01:27:18 -07:00 committed by Kubernetes Prow Robot
parent 8ad74404c9
commit d8a023a92c

1
.gitignore vendored
View file

@ -8,6 +8,7 @@ temp
*.bak
*.tfstate
*.tfstate.backup
.terraform/
contrib/terraform/aws/credentials.tfvars
/ssh-bastion.conf
**/*.sw[pon]