.gitignore 929 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Standard TF .gitignore
  2. # Local .terraform directories
  3. **/.terraform/*
  4. # .tfstate files
  5. *.tfstate
  6. *.tfstate.*
  7. # Crash log files
  8. crash.log
  9. crash.*.log
  10. # Exclude all .tfvars files, which are likely to contain sensitive data, such as
  11. # password, private keys, and other secrets. These should not be part of version
  12. # control as they are data points which are potentially sensitive and subject
  13. # to change depending on the environment.
  14. *.tfvars
  15. *.tfvars.json
  16. # Ignore override files as they are usually used to override resources locally and so
  17. # are not checked in
  18. override.tf
  19. override.tf.json
  20. *_override.tf
  21. *_override.tf.json
  22. # Include override files you do wish to add to version control using negated pattern
  23. # !example_override.tf
  24. # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
  25. # example: *tfplan*
  26. # Ignore CLI configuration files
  27. .terraformrc
  28. terraform.rc
  29. *.pem
  30. *.pkrvars.hcl