variable "aws_region" {
  description = "Region to deploy to"
  default     = "us-east-1"
}

variable "environment" {
  description = "Environment key for namespacing infra"
}

variable "aws_profile" {
  description = "The AWS profile to use."
}

variable "service_name" {
  default = "split"
}

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