- Complete CloudFront distribution setup with origin.servidor.it.com - WAF v2 integration for security protection - S3 backend for Terraform state management - CloudFront logging to S3 - HTTP-only origin protocol configuration (resolves 504 Gateway Timeout) - Comprehensive documentation with deployment guide 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
38 lines
429 B
Plaintext
38 lines
429 B
Plaintext
# Terraform/OpenTofu files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.tfvars
|
|
!terraform.tfvars.example
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# AWS credentials
|
|
.aws/
|
|
credentials
|
|
config
|
|
|
|
# S3 backend files (already stored remotely)
|
|
terraform.tfstate
|
|
terraform.tfstate.backup |