flutter-vienna-hackathon-25/wien_talks_server/deploy/gcp/terraform_gce/config.auto.tfvars
2025-08-17 11:57:58 +02:00

23 lines
864 B
HCL

# This is the main configuration file. You can deploy your Serverpod by only
# doing changes to this file. Serverpod uses a minimal setup by default, but
# you can edit the main.tf file to choose higher tiers for database and your
# managed instances or enable additional services like Redis.
#
# You can find complete setup instructions at:
# https://docs.serverpod.dev/
# The Project ID from the Google Cloud Console.
project = "<GOOGLE CLOUD PROJECT ID>"
# The service account email address authorized by your Google Cloud Console.
service_account_email = "<SERVICE ACCOUNT EMAIL>"
# The name of your DNS zone.
dns_managed_zone = "<MANAGED ZONE>"
# The top domain of your DNS zone. e.g. "examplepod.com"
top_domain = "<YOUR DOMAIN NAME>"
# The region and zone to use for the deployment. Default values work.
region = "us-central1"
zone = "us-central1-c"