# General variables
variable "environment" {
  type        = string
  description = "The environment prefix"
  default     = "prod"
}

variable "application_family" {
  default = "devops"
}

variable "service_name" {
  default = "terraform-github"
}

variable "team_name" {
  default = "devops"
}
