Переглянути джерело

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