vars.tf 140 B

12345678910
  1. variable "project" {
  2. type = string
  3. default = "homelab-support-400822"
  4. }
  5. variable "region" {
  6. type = string
  7. default = "us-east1"
  8. }