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

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

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

# Account group is account ID for disaster recovery
variable "account_group" {
  description = "The name of the account group that the account belongs to"
  default     = "682033496752"
}
