variable "aws_region" {
  description = "The AWS region to deploy resources in."
  default     = "us-east-1"
}

variable "environment" {
  description = "The environment to deploy resources in."
  default     = "prod"
}

variable "application_family" {
  description = "The name of the application family."
  default     = "devops"
}

variable "service_name" {
  description = "The name of the service."
  default     = "ses"
}
