53 строки
836 B
Plaintext
53 строки
836 B
Plaintext
# Local .terraform directories
|
|
**/.terraform/*
|
|
terraform.tfstate.d/
|
|
logs/
|
|
.terraform.lock.hcl
|
|
|
|
# Variable files
|
|
terraform.tfvars
|
|
local.tfvars
|
|
|
|
# .tfstate files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
|
|
# Crash log files
|
|
crash.log
|
|
|
|
# Go vendor directory
|
|
vendor/
|
|
|
|
# Files generated by terratest
|
|
.test-data/
|
|
|
|
# Terraform log file
|
|
terraform.log
|
|
|
|
# Ignore override files as they are usually used to override resources locally and so
|
|
# are not checked in
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
|
|
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
|
|
# example: *tfplan*
|
|
*.plan
|
|
|
|
# Golang
|
|
go.sum
|
|
.vscode/
|
|
|
|
# IDE configs
|
|
.idea
|
|
|
|
# Ruby download package lock file.
|
|
Gemfile.lock
|
|
|
|
# Mac folder attribute file
|
|
.DS_Store
|
|
|
|
# a developer can copy his/her own files in a me/ folder without having them in git
|
|
**/me/
|