variable "environment" {
  type        = string
  description = "The name of the environment"
  default     = "qa"
}
