variable "ec_apikey" {
  type = string
}

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

variable "psc_connection_id" {
  type = string
}

### Cluster
variable "cluster_name" {
  type    = string
  default = "elastic-for-gke-magento"
}