Added wildcard to crash.log because the newer versions of Terraform creates crash log with random numbers in between example crash.105189318.log

This commit is contained in:
Mukesh Sharma 2021-07-13 22:32:32 +12:00
parent 991e760c1c
commit e2a1bb8ee2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
*.tfstate.*
# Crash log files
crash.log
crash.*.log
# Exclude all .tfvars files, which are likely to contain sentitive data, such as
# password, private keys, and other secrets. These should not be part of version