Merge pull request #4434 from brainplot/patch-1
Ignore lock info files in terraform `.gitignore`
This commit is contained in:
commit
a8237b3b9d
@ -23,6 +23,9 @@ override.tf.json
|
|||||||
*_override.tf
|
*_override.tf
|
||||||
*_override.tf.json
|
*_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
|
# Include override files you do wish to add to version control using negated pattern
|
||||||
# !example_override.tf
|
# !example_override.tf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user