Homec4science

Remove tfvars files from Terraform.gitignore

Authored by Josh Kodroff <jkodroff@users.noreply.github.com> on Apr 4 2018, 19:59.

Description

Remove tfvars files from Terraform.gitignore

tfvars files should not be gitignore-d as they are used to parameterize a Terraform root for multiple environments, e.g.:

bash
$ tree terraform/roots/vpc
terraform/roots/vpc
├── env
│   ├── production.tfvars
│   ├── qa.tfvars
│   └── staging.tfvars
└── main.tf

There may be a use case where a particular tfvars file should be ignored, but there's no naming convention I'm aware of to easily designate such a file.

Details

Committed
GitHub <noreply@github.com>Apr 4 2018, 19:59
Pushed
aubortJul 2 2018, 16:12
Parents
rGITIGNORE07c730e1fccf: Merge pull request #2644 from Terik23/ignore_idea_caches
Branches
Unknown
Tags
Unknown

Event Timeline

GitHub <noreply@github.com> committed rGITIGNORE18bdb8848434: Remove tfvars files from Terraform.gitignore (authored by Josh Kodroff <jkodroff@users.noreply.github.com>).Apr 4 2018, 19:59