aboutsummaryrefslogtreecommitdiff
path: root/terraform/.gitignore
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-10-22 04:02:44 -0700
committerJakob Odersky <jakob@odersky.com>2018-10-22 04:02:44 -0700
commit4d7a93c535ceeb720dc1873bfa61531099b611cb (patch)
tree5aa2c02bf756f72fecb5d7bf695a98edfdb417b2 /terraform/.gitignore
downloadinfra-4d7a93c535ceeb720dc1873bfa61531099b611cb.tar.gz
infra-4d7a93c535ceeb720dc1873bfa61531099b611cb.tar.bz2
infra-4d7a93c535ceeb720dc1873bfa61531099b611cb.zip
Initial commit
Diffstat (limited to 'terraform/.gitignore')
-rw-r--r--terraform/.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/terraform/.gitignore b/terraform/.gitignore
new file mode 100644
index 0000000..4aa60fc
--- /dev/null
+++ b/terraform/.gitignore
@@ -0,0 +1,22 @@
+# Local .terraform directories
+**/.terraform/*
+terraform.d/
+
+# .tfstate files
+*.tfstate
+*.tfstate.*
+
+# Crash log files
+crash.log
+
+# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
+# .tfvars files are managed as part of configuration and so should be included in
+# version control.
+#
+# example.tfvars
+
+# Ignore override files as they are usually used to override ressources locally
+override.tf
+override.tf.json
+*_override.tf
+*_override.tf.json \ No newline at end of file