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

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

variable "account_group" {
  description = "Account Group"
  default     = "infra"
}

variable "environment" {
  description = "The name of the environment"
  default     = "dev"
}

variable "service_name" {
  description = "Name of service"
  default     = "infra"
}
