Преглед на файлове

Ignore lock info files in terraform `.gitignore`

This is recommended by the official Style Guide here:
https://developer.hashicorp.com/terraform/language/style#gitignore.
Gianluca Recchia преди 1 година
родител
ревизия
3249072f3b
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      Terraform.gitignore

+ 3 - 0
Terraform.gitignore

@@ -23,6 +23,9 @@ override.tf.json
 *_override.tf
 *_override.tf.json
 
+# Ignore transient lock info files created by terraform apply
+.terraform.tfstate.lock.info
+
 # Include override files you do wish to add to version control using negated pattern
 # !example_override.tf