Skip to content

Commit 4a32e01

Browse files
committed
Only .gitignore actual terraform variables, not symlinks
1 parent 90a122e commit 4a32e01

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,7 @@ crash.log
3838
**/.kitchen.local.yml
3939
**/Gemfile.lock
4040

41-
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
42-
# .tfvars files are managed as part of configuration and so should be included in
43-
# version control.
44-
#
45-
# example.tfvars
46-
**/terraform.tfvars
41+
test/fixtures/shared/terraform.tfvars
4742

4843
test/integration/gcloud/config.sh
4944
test/integration/tmp

0 commit comments

Comments
 (0)