Files
Sankofa/cloudflare/terraform/terraform.tfvars.example
defiQUG 6f28146ac3 Initial Phoenix Sankofa Cloud setup
- Complete project structure with Next.js frontend
- GraphQL API backend with Apollo Server
- Portal application with NextAuth
- Crossplane Proxmox provider
- GitOps configurations
- CI/CD pipelines
- Testing infrastructure (Vitest, Jest, Go tests)
- Error handling and monitoring
- Security hardening
- UI component library
- Documentation
2025-11-28 12:54:33 -08:00

14 lines
530 B
Plaintext

# Copy this file to terraform.tfvars and fill in your values
# terraform.tfvars should be in .gitignore
cloudflare_api_token = "your-cloudflare-api-token"
zone_id = "your-zone-id"
account_id = "your-account-id"
# Generate secrets with: openssl rand -base64 32
tunnel_secret_control_plane = "your-control-plane-tunnel-secret"
tunnel_secret_site_1 = "your-site-1-tunnel-secret"
tunnel_secret_site_2 = "your-site-2-tunnel-secret"
tunnel_secret_site_3 = "your-site-3-tunnel-secret"