// Your GCP project name // it will be refererred as the project id // in Google Cloud // ---------------------------------- project_name = "" // application name app_name = "your-projects-k3s-cluster" // where to deploy to // region region = "us-central1" zone = "us-central1-a"