13 lines
301 B
Text
13 lines
301 B
Text
// Your GCP project name
|
|
// it will be refererred as the project id
|
|
// in Google Cloud
|
|
// ----------------------------------
|
|
project_name = "${PROJECT_NAME}"
|
|
|
|
// where to deploy to
|
|
// region
|
|
region = "us-central1"
|
|
zone = "us-central1-a"
|
|
|
|
// application name
|
|
app_name = "${PROJECT_NAME}-k3s-cluster"
|