aboutsummaryrefslogtreecommitdiffstats
path: root/Terraform.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* docs: update Terraform.gitignore (#2998)Viet Nguyen2019-03-141-0/+3
|
* Minor imporvements to terraform ignore fileAlastair Crabtree2018-09-041-1/+6
| | | | * Fix Typo * Add example to include overrides
* Update Terraform.gitignoreOussama BOUNAIM2018-08-191-0/+6
| | | | | | Ignore override files as they are usually used locally to override resources or variables without changing the code More info: https://www.terraform.io/docs/configuration/override.html
* Ignore Terraform crash log filesTobi Fuhrimann2018-05-261-1/+4
|
* Update Terraform.gitignoreJosh Kodroff2018-05-131-0/+6
|
* Remove tfvars files from Terraform.gitignoreJosh Kodroff2018-04-041-3/+0
| | | | | | | | | | | | | | | `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.
* Update Terraform.gitignoreHan Tuzun2017-10-291-8/+7
| | | | | | | Improvements: * `.terraform` directories could be created in any subdirectory when user runs `terraform init`. * Quite an interesting variations of`.tfstate` files are created by Terraform such as `.*.tfstate.d` or `.*.tfstate.lock.info`. It's best not to name any file with `*.tfstate.*` pattern. * `*.tfvars` files often contain private data and not supposed to be committed.
* Merge pull request #2429 from yetanotherchris/patch-1Brendan Forster2017-09-091-0/+3
|\ | | | | Update Terraform.gitignore - ignore terraform.tfvars
| * Update Terraform.gitignoreChris S2017-07-141-0/+3
| | | | | | Added .tfvars file so for example AWS credentials aren't committed.
* | '*.tfstate.*.backup' added to Terraform.gitignorePei-lun2017-08-141-0/+1
|/
* Ignore terraform module directoryDesmond O. Chang2016-07-141-0/+3
| | | | See <https://www.terraform.io/docs/commands/get.html>
* adding terraform state filesaaron caito2016-02-261-0/+3