variable "project" {
  type        = string
  description = "The ID of the GCP project."
  default     = "looker-432507"
}

variable "aws_region" {
  type        = string
  description = "The AWS region (for terraform state)"
  default     = "us-east-1"
}

variable "gcp_region" {
  type        = string
  description = "The GCP region"
  default     = "us-east1"
}

variable "looker_support_users" {
  type        = set(string)
  description = "List of users that need to be able to submit Looker support cases."
  default = [
    "agraig@theorchard.com",
    "asingh@theorchard.com",
    "ehenningsson@theorchard.com",
    "mchar@theorchard.com",
    "tallman@theorchard.com",
    "vsingh@theorchard.com",
  ]
}
