terraform-azurerm-database/.gitignore

70 строки
980 B
Plaintext

# Variable files
terraform.tfvars
### https://raw.github.com/github/gitignore/abad92dac5a4306f72242dae3bca6e277bce3615/Terraform.gitignore
# Compiled files
*.tfstate
*.tfstate.backup
*.tfvars
**/.terraform.lock.hcl
# Terraform directory
.terraform/
terraform.tfstate.d/
logs/
# Go vendor directory
vendor/
# 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
tfmod-scaffold/
scripts
test/go.sum
/TestRecord
**/TestRecord.md.tmp
tfvmmakefile