45 lines
478 B
Plaintext
45 lines
478 B
Plaintext
|
|
# Local .terraform directories
|
|
**/.terraform/*
|
|
|
|
# .tfstate files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
|
|
# Crash log files
|
|
crash.log
|
|
crash.*.log
|
|
|
|
# Exclude all .tfvars files, which might contain sensitive data
|
|
*.tfvars
|
|
*.tfvars.json
|
|
|
|
# Ignore override files
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
|
|
# SSH keys
|
|
*.pem
|
|
*.key
|
|
ssh_key*
|
|
|
|
# Lock files
|
|
.terraform.lock.hcl
|
|
|
|
# Backup files
|
|
*.backup
|
|
*.bak
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|