mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-09 05:44:19 +01:00
23 lines
864 B
HCL
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"
|