# Copy this to terraform.tfvars and fill in values # Required letsencrypt_email = "your-email@example.com" auth_secret = "generate-with-openssl-rand-base64-32" # Optional - AI features (flowchart generation, etc.) # openai_api_key = "sk-..." # Optional overrides # app_domain = "abaci.one" # app_image = "ghcr.io/antialias/soroban-abacus-flashcards:latest" # app_replicas = 2 # use_staging_certs = true # Set to true when testing to avoid rate limits