variable "region" {
  default     = "us-east-1"
  description = "aws resources region"
}

variable "service_name" {
  default = "split-synchronizer"
}

variable "env" {
  default = "qa"
}

variable "application_family" {
  description = "Application family of which this is a component. Used for tagging"
  default     = "split"
}

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