]> source.dussan.org Git - gitignore.git/commitdiff
Update Terraform.gitignore 2785/head
authorOussama BOUNAIM <oussama@bounaim.net>
Sun, 19 Aug 2018 07:55:53 +0000 (09:55 +0200)
committerOussama BOUNAIM <oussama@bounaim.net>
Sun, 19 Aug 2018 08:31:44 +0000 (10:31 +0200)
Ignore override files as they are usually used locally
to override resources or variables without changing the code
More info: https://www.terraform.io/docs/configuration/override.html

Terraform.gitignore

index d9397e2d7d994d2b07af0b88a94cdade51d8dc5b..e699fc278d40505b8ce606d00a12c814917537b2 100644 (file)
@@ -13,3 +13,9 @@ crash.log
 # 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