File tree Expand file tree Collapse file tree 2 files changed +37
-34
lines changed
Expand file tree Collapse file tree 2 files changed +37
-34
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,40 @@ Untitled.ipynb
1818extras /autograder /results /
1919extras /autograder /submission /
2020autograder.zip
21+
22+ # # Terraform
23+
24+ # Local .terraform directories
25+ ** /.terraform /*
26+
27+ # .tfstate files
28+ * .tfstate
29+ * .tfstate. *
30+
31+ # Crash log files
32+ crash.log
33+
34+ # Exclude all .tfvars files, which are likely to contain sentitive data, such as
35+ # password, private keys, and other secrets. These should not be part of version
36+ # control as they are data points which are potentially sensitive and subject
37+ # to change depending on the environment.
38+ #
39+ * .tfvars
40+
41+ # Ignore override files as they are usually used to override resources locally and so
42+ # are not checked in
43+ override.tf
44+ override.tf.json
45+ * _override.tf
46+ * _override.tf.json
47+
48+ # Include override files you do wish to add to version control using negated pattern
49+ #
50+ # !example_override.tf
51+
52+ # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
53+ # example: *tfplan*
54+
55+ # Ignore CLI configuration files
56+ .terraformrc
57+ terraform.rc
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments