fix: Add create_tfvars script and update pipeline configuration

This commit is contained in:
jon brookes 2025-10-03 15:46:30 +01:00
parent 2ab7872af1
commit e0891f6c09
3 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,13 @@
// 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"