Skip to content
Snippets Groups Projects
Commit d8a023a9 authored by rptaylor's avatar rptaylor Committed by Kubernetes Prow Robot
Browse files

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."
parent 8ad74404
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ temp ...@@ -8,6 +8,7 @@ temp
*.bak *.bak
*.tfstate *.tfstate
*.tfstate.backup *.tfstate.backup
.terraform/
contrib/terraform/aws/credentials.tfvars contrib/terraform/aws/credentials.tfvars
/ssh-bastion.conf /ssh-bastion.conf
**/*.sw[pon] **/*.sw[pon]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment