Files
rothbard/terraform/terraform.tfvars.example
bryce fa2bbad5ba Add comprehensive Terraform infrastructure with Firebase automation
- Create Firebase project, web app, and Firestore database
- Automate Firebase Authentication with email templates
- Configure security rules for user data isolation
- Support Cloud Run and App Engine hosting options
- Add professional email templates for password reset and verification
- Include deployment scripts and comprehensive documentation
- Implement service accounts with minimal required permissions
- Add Docker configuration for containerized deployment

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 15:46:43 -07:00

9 lines
335 B
Plaintext

# Copy this file to terraform.tfvars and fill in your values
gcp_project_id = "your-gcp-project-id"
domain_name = "rothbard.yourdomain.com"
# Optional: Override defaults
# gcp_region = "us-central1"
# firestore_location = "us-central1"
# hosting_option = "cloud_run" # Options: cloud_run, app_engine, gcs
# environment = "production"