variable "environment" {
  type    = string
  default = "prod"
}

variable "application_family" {
  type    = string
  default = "devops"
}

variable "team_name" {
  type    = string
  default = "devops"
}

variable "env" {
  description = "Name of the environment, e.g. dev, qa, prod"
  default     = "qa"
}
