Browse Source

exclude terraform.tfstate backups in .gitignore (#10216)

Newer versions of Terraform use timestamps in the backup name, e.g. `terraform.tfstate.1614728479.backup`
pull/10219/head
R. P. Taylor 1 year ago
committed by GitHub
parent
commit
280e4e3b57
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      .gitignore

2
.gitignore

@ -11,7 +11,7 @@ contrib/offline/offline-files.tar.gz
.cache
*.bak
*.tfstate
*.tfstate.backup
*.tfstate*backup
*.lock.hcl
.terraform/
contrib/terraform/aws/credentials.tfvars

Loading…
Cancel
Save