Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.gitignore 369 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  1. # Terraform state
  2. *.tfstate
  3. *.tfstate.*
  4. # Crash logs
  5. crash.log
  6. # Terraform variable files (if containing secrets)
  7. *.tfvars
  8. *.tfvars.json
  9. # Terraform plan files
  10. *.tfplan
  11. # Sensitive override files
  12. override.tf
  13. override.tf.json
  14. *_override.tf
  15. *_override.tf.json
  16. # Local .terraform directory
  17. .terraform/
  18. # Provider plugin cache (Terraform >= 0.13)
  19. .terraform.lock.hcl
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...