variable "ec_apikey" {
  type = string
}

variable "region" {
  type    = string
  default = "gcp-europe-west1"
}