File tree Expand file tree Collapse file tree 5 files changed +37
-0
lines changed
Expand file tree Collapse file tree 5 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ # Created by https://www.gitignore.io/api/terraform
3+ # Edit at https://www.gitignore.io/?templates=terraform
4+
5+ # ## Terraform ###
6+ # Local .terraform directories
7+ ** /.terraform /*
8+
9+ # .tfstate files
10+ * .tfstate
11+ * .tfstate. *
12+
13+ # Crash log files
14+ crash.log
15+
16+ # Ignore any .tfvars files that are generated automatically for each Terraform run. Most
17+ # .tfvars files are managed as part of configuration and so should be included in
18+ # version control.
19+ #
20+ # example.tfvars
21+
22+ # Ignore override files as they are usually used to override resources locally and so
23+ # are not checked in
24+ override.tf
25+ override.tf.json
26+ * _override.tf
27+ * _override.tf.json
28+
29+ # Include override files you do wish to add to version control using negated pattern
30+ # !example_override.tf
31+
32+ # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
33+ # example: *tfplan*
34+
35+ # End of https://www.gitignore.io/api/terraform
36+
37+ tfplan.out
You can’t perform that action at this time.
0 commit comments