Skip to content

Commit

Permalink
chore: update .gitignore for test with 'tf state mv'
Browse files Browse the repository at this point in the history
'terraform state mv * *' command generates files such
as terraform.tfstate.1665841410.backup which were not
ignored by .gitignore
  • Loading branch information
dixneuf19 authored and busser committed Oct 21, 2022
1 parent 6a4b048 commit 7b8090b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@
**/.terraform
**/.terraform.lock.hcl
**/terraform.tfstate
**/terraform.tfstate.*.backup

# Compiled binaries
bin/
Expand Down

0 comments on commit 7b8090b

Please sign in to comment.