video-accessibility/infra/cloud-cdn/terraform.tfvars.example
2025-08-24 16:28:33 -05:00

13 lines
No EOL
428 B
Text

# Terraform variables for Cloud CDN SPA hosting
# Copy this file to terraform.tfvars and fill in your values
project_id = "your-gcp-project-id"
region = "us-central1"
domain_name = "your-domain.com" # Optional: leave empty to use IP address
environment = "prod"
# Example values:
# project_id = "accessible-video-platform"
# region = "us-central1"
# domain_name = "app.accessible-video.com"
# environment = "prod"