Skip to content

Commit 9da1b5d

Browse files
authored
Merge pull request #2509 from hantuzun/patch-1
Update Terraform.gitignore
2 parents c075973 + dca471d commit 9da1b5d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Terraform.gitignore

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# Compiled files
2-
*.tfstate
3-
*.tfstate.*.backup
4-
*.tfstate.backup
1+
# Local .terraform directories
2+
**/.terraform/*
53

6-
# Module directory
7-
.terraform/
4+
# .tfstate files
5+
*.tfstate
6+
*.tfstate.*
87

9-
# Variable values for development
10-
terraform.tfvars
8+
# .tfvars files
9+
*.tfvars

0 commit comments

Comments
 (0)