Skip to content

Commit 8fa2651

Browse files
committed
added terraform git ignored files of secrets and sensitive data
1 parent 1565adf commit 8fa2651

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,11 @@ vagrant/*.pem
2323

2424
# ignore Vagrant state
2525
vagrant/.vagrant
26+
27+
# ignore Terraform files
28+
.terraform/
29+
*.tfstate
30+
*.tfstate.backup
31+
*.tfvars
32+
*.pem
33+
*.key

0 commit comments

Comments
 (0)