fix: Add create_tfvars script and update pipeline configuration
This commit is contained in:
parent
2ab7872af1
commit
e0891f6c09
3 changed files with 54 additions and 0 deletions
13
gcloud/tf/terraform.tfvars.template
Normal file
13
gcloud/tf/terraform.tfvars.template
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue