glam/infrastructure/terraform/.gitignore
2025-11-30 23:30:29 +01:00

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