Homec4science

Update Terraform.gitignore

Authored by Han Tuzun <hantuzun@users.noreply.github.com> on Oct 29 2017, 21:26.

Description

Update Terraform.gitignore

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.

Details

Committed
GitHub <noreply@github.com>Oct 29 2017, 21:26
Pushed
aubortJul 2 2018, 16:12
Parents
rGITIGNORE982268df0484: Merge pull request #2504 from Yousha/master
Branches
Unknown
Tags
Unknown

Event Timeline

GitHub <noreply@github.com> committed rGITIGNOREdca471d597d3: Update Terraform.gitignore (authored by Han Tuzun <hantuzun@users.noreply.github.com>).Oct 29 2017, 21:26