This website requires JavaScript.
Explore
Help
Sign In
docs
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore
synced
2024-11-05 03:18:51 +01:00
Code
Issues
Releases
Wiki
Activity
18bdb88484
gitignore
/
Terraform.gitignore
7 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update Terraform.gitignore Improvements: * `.terraform` directories could be created in any subdirectory when user runs `terraform init`. * Quite an interesting variations of`.tfstate` files are created by Terraform such as `.*.tfstate.d` or `.*.tfstate.lock.info`. It's best not to name any file with `*.tfstate.*` pattern. * `*.tfvars` files often contain private data and not supposed to be committed.
2017-10-29 21:26:00 +01:00
# Local .terraform directories
**/.terraform/*
Ignore terraform module directory See <https://www.terraform.io/docs/commands/get.html>
2016-07-14 08:34:04 +02:00
Update Terraform.gitignore Improvements: * `.terraform` directories could be created in any subdirectory when user runs `terraform init`. * Quite an interesting variations of`.tfstate` files are created by Terraform such as `.*.tfstate.d` or `.*.tfstate.lock.info`. It's best not to name any file with `*.tfstate.*` pattern. * `*.tfvars` files often contain private data and not supposed to be committed.
2017-10-29 21:26:00 +01:00
# .tfstate files
*.tfstate
*.tfstate.*
Reference in New Issue
Copy Permalink