You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Terraform 607B

1234567891011121314151617181920212223242526
  1. # Local .terraform directories
  2. **/.terraform/*
  3. # .tfstate files
  4. *.tfstate
  5. *.tfstate.*
  6. # Crash log files
  7. crash.log
  8. # Ignore any .tfvars files that are generated automatically for each Terraform run. Most
  9. # .tfvars files are managed as part of configuration and so should be included in
  10. # version control.
  11. #
  12. # example.tfvars
  13. # Ignore override files as they are usually used to override resources locally and so
  14. # are not checked in
  15. override.tf
  16. override.tf.json
  17. *_override.tf
  18. *_override.tf.json
  19. # Include override files you do wish to add to version control using negated pattern
  20. #
  21. # !example_override.tf