# Terraform files
.terraform/
.terraform.lock.hcl
terraform.tfstate
terraform.tfstate.backup
*.tfvars
!terraform.tfvars.example
# Provider-specific tfvars files (not committed - copy to terraform.tfvars to use)
# terraform.tfvars.keycloak
# terraform.tfvars.entra
# terraform.tfvars.okta

# Crash logs
crash.log
crash.*.log

# Override files
override.tf
override.tf.json
*_override.tf
*_override.tf.json

# CLI configuration
.terraformrc
terraform.rc
*.tfstate*
*.backup
*.backup

# Terraform plan files (contain sensitive data)
*.tfplan
*.tfplan.json
