]> source.dussan.org Git - gitignore.git/commit
Remove tfvars files from Terraform.gitignore
authorJosh Kodroff <jkodroff@users.noreply.github.com>
Wed, 4 Apr 2018 17:59:50 +0000 (13:59 -0400)
committerGitHub <noreply@github.com>
Wed, 4 Apr 2018 17:59:50 +0000 (13:59 -0400)
commit18bdb8848434d872279292c7e90e99fe192169bb
treeea24be0c395a16505d8e3b219bbb161bd10b8297
parent07c730e1fccfe0f92b29e039ba149d20bfb332e7
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.
Terraform.gitignore