- 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
14 lines
530 B
Plaintext
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"
|
|
|