71 строка
1.0 KiB
Plaintext
71 строка
1.0 KiB
Plaintext
# Variable files
|
|
terraform.tfvars
|
|
|
|
### https://raw.github.com/github/gitignore/abad92dac5a4306f72242dae3bca6e277bce3615/Terraform.gitignore
|
|
|
|
# Compiled files
|
|
*.tfstate
|
|
*.tfstate.backup
|
|
*.tfvars
|
|
|
|
**/.terraform.lock.hcl
|
|
|
|
# Go vendor directory
|
|
vendor/
|
|
|
|
# Terraform directory
|
|
.terraform/
|
|
terraform.tfstate.d/
|
|
logs/
|
|
|
|
# Files generated by terratest
|
|
.test-data/
|
|
|
|
# Terraform log file
|
|
terraform.log
|
|
|
|
### https://raw.github.com/github/gitignore/abad92dac5a4306f72242dae3bca6e277bce3615/Global/Vim.gitignore
|
|
|
|
# swap
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
# session
|
|
Session.vim
|
|
# temporary
|
|
.netrwhist
|
|
*~
|
|
# auto-generated tag files
|
|
tags
|
|
|
|
# IDE configs
|
|
.idea
|
|
|
|
# Ruby download package lock file.
|
|
Gemfile.lock
|
|
|
|
# mac folder attribute file
|
|
.DS_Store
|
|
.terraform.tfstate.lock.info
|
|
|
|
# SSH Key
|
|
private_ssh_key
|
|
|
|
# generated readme by the pr-check job
|
|
|
|
README-generated.md
|
|
|
|
**/override.tf
|
|
|
|
.tflint.hcl
|
|
.tflint_example.hcl
|
|
.tflint.merged.hcl
|
|
.tflint_example.merged.hcl
|
|
|
|
tfmod-scaffold/
|
|
scripts
|
|
test/go.sum
|
|
|
|
/TestRecord
|
|
**/TestRecord.md.tmp
|
|
|
|
tfvmmakefile |