15 lines
308 B
Text
15 lines
308 B
Text
|
|
// Your GCP project name
|
||
|
|
// it will be refererred as the project id
|
||
|
|
// in Google Cloud
|
||
|
|
// ----------------------------------
|
||
|
|
project_name = "<your gpc project name>"
|
||
|
|
|
||
|
|
// application name
|
||
|
|
app_name = "your-projects-k3s-cluster"
|
||
|
|
|
||
|
|
// where to deploy to
|
||
|
|
// region
|
||
|
|
region = "us-central1"
|
||
|
|
zone = "us-central1-a"
|
||
|
|
|