Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert #4451 | Cliff Li | 2024-06-03 | 1 | -3/+0 |
| | |||||
* | Update Terraform.gitignore to ignore .hcl files | Krishnadhas N K | 2024-05-30 | 1 | -0/+3 |
| | |||||
* | Ignore lock info files in terraform `.gitignore` | Gianluca Recchia | 2024-04-22 | 1 | -0/+3 |
| | | | | This is recommended by the official Style Guide here: https://developer.hashicorp.com/terraform/language/style#gitignore. | ||||
* | Merge pull request #3965 from imomaliev/patch-1 | Brian Douglas | 2022-02-10 | 1 | -2/+0 |
|\ | | | | | Remove empty line comments in Terraform.gitignore | ||||
| * | Remove empty line comments in Terraform.gitignore | Sardorbek Imomaliev | 2022-01-31 | 1 | -2/+0 |
| | | |||||
* | | feat(terraform): adds tfvars.json to gitignore | Deepak | 2022-02-10 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'main' into packer-pkrvars.hcl | Troy Lindsay | 2022-01-30 | 1 | -0/+1 |
|\ | |||||
| * | Merge pull request #3784 from msharma24/fix/add-wild-card-tf-crash-log | Brian Douglas | 2021-12-10 | 1 | -0/+1 |
| |\ | | | | | | | Added wildcard to crash.log because the newer versions of Terraform c… | ||||
| | * | Ignore crash.log and crash.*.log files generated by Terraform debugging | Mukesh Sharma | 2021-07-13 | 1 | -0/+1 |
| | | | |||||
| | * | Added wildcard to crash.log because the newer versions of Terraform creates ↵ | Mukesh Sharma | 2021-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | crash log with random numbers in between example crash.105189318.log | ||||
| * | | Remove trailing whitespace | GrpeApple | 2021-07-11 | 1 | -2/+2 |
| |/ | |||||
* / | Fix typos | Troy Lindsay | 2020-08-30 | 1 | -1/+1 |
|/ | | | | s/sentitive/sensitive/ | ||||
* | Exclude *.tfvars files (#3452) | Kevin Cochran | 2020-07-06 | 1 | -4/+5 |
| | | | Co-authored-by: Kevin Cochran <kcochran@hashicorp.com> | ||||
* | Ignore Terraform CLI configuration files (#3359) | Loo Zheng Yuan | 2020-04-04 | 1 | -0/+4 |
| | |||||
* | docs: update Terraform.gitignore (#2998) | Viet Nguyen | 2019-03-14 | 1 | -0/+3 |
| | |||||
* | Minor imporvements to terraform ignore file | Alastair Crabtree | 2018-09-04 | 1 | -1/+6 |
| | | | | * Fix Typo * Add example to include overrides | ||||
* | Update Terraform.gitignore | Oussama BOUNAIM | 2018-08-19 | 1 | -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 files | Tobi Fuhrimann | 2018-05-26 | 1 | -1/+4 |
| | |||||
* | Update Terraform.gitignore | Josh Kodroff | 2018-05-13 | 1 | -0/+6 |
| | |||||
* | Remove tfvars files from Terraform.gitignore | Josh Kodroff | 2018-04-04 | 1 | -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.gitignore | Han Tuzun | 2017-10-29 | 1 | -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-1 | Brendan Forster | 2017-09-09 | 1 | -0/+3 |
|\ | | | | | Update Terraform.gitignore - ignore terraform.tfvars | ||||
| * | Update Terraform.gitignore | Chris S | 2017-07-14 | 1 | -0/+3 |
| | | | | | | Added .tfvars file so for example AWS credentials aren't committed. | ||||
* | | '*.tfstate.*.backup' added to Terraform.gitignore | Pei-lun | 2017-08-14 | 1 | -0/+1 |
|/ | |||||
* | Ignore terraform module directory | Desmond O. Chang | 2016-07-14 | 1 | -0/+3 |
| | | | | See <https://www.terraform.io/docs/commands/get.html> | ||||
* | adding terraform state files | aaron caito | 2016-02-26 | 1 | -0/+3 |