# Copy this file to terraform.tfvars and fill in your values github_repository = "https://github.com/yourusername/filamenteka" github_token = "ghp_your_github_token_here" # Admin Authentication jwt_secret = "your-secret-key-at-least-32-characters-long" admin_username = "admin" admin_password_hash = "bcrypt-hash-generated-by-generate-password-hash.js" # Optional: Custom domain # domain_name = "filamenteka.yourdomain.com"