variable "aws_region" {
  default = "us-east-1"
}

variable "service_name" {
  default = "ds-tadas"
}

variable "application_family" {
  type        = string
  description = "The name of the application family."
  default     = "insights"
}
