aboutsummaryrefslogtreecommitdiffstats
path: root/Terraform.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Revert #4451Cliff Li2024-06-031-3/+0
|
* Update Terraform.gitignore to ignore .hcl filesKrishnadhas N K2024-05-301-0/+3
|
* Ignore lock info files in terraform `.gitignore`Gianluca Recchia2024-04-221-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-1Brian Douglas2022-02-101-2/+0
|\ | | | | Remove empty line comments in Terraform.gitignore
| * Remove empty line comments in Terraform.gitignoreSardorbek Imomaliev2022-01-311-2/+0
| |
* | feat(terraform): adds tfvars.json to gitignoreDeepak2022-02-101-0/+1
|/
* Merge branch 'main' into packer-pkrvars.hclTroy Lindsay2022-01-301-0/+1
|\
| * Merge pull request #3784 from msharma24/fix/add-wild-card-tf-crash-logBrian Douglas2021-12-101-0/+1
| |\ | | | | | | Added wildcard to crash.log because the newer versions of Terraform c…
| | * Ignore crash.log and crash.*.log files generated by Terraform debuggingMukesh Sharma2021-07-131-0/+1
| | |
| | * Added wildcard to crash.log because the newer versions of Terraform creates ↵Mukesh Sharma2021-07-131-1/+1
| | | | | | | | | | | | crash log with random numbers in between example crash.105189318.log
| * | Remove trailing whitespaceGrpeApple2021-07-111-2/+2
| |/
* / Fix typosTroy Lindsay2020-08-301-1/+1
|/ | | | s/sentitive/sensitive/
* Exclude *.tfvars files (#3452)Kevin Cochran2020-07-061-4/+5
| | | Co-authored-by: Kevin Cochran <kcochran@hashicorp.com>
* Ignore Terraform CLI configuration files (#3359)Loo Zheng Yuan2020-04-041-0/+4
|
* 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