34 lines
429 B
Text
34 lines
429 B
Text
# Terraform state files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
|
|
# Terraform variable files with secrets
|
|
terraform.tfvars
|
|
*.auto.tfvars
|
|
|
|
# Crash log files
|
|
crash.log
|
|
crash.*.log
|
|
|
|
# Override files
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
|
|
# CLI configuration files
|
|
.terraformrc
|
|
terraform.rc
|
|
|
|
# SSH keys
|
|
*.pem
|
|
*.key
|
|
id_rsa*
|
|
|
|
# Local .terraform directories
|
|
**/.terraform/*
|
|
|
|
# Backup files
|
|
*.backup
|