variable "aws_region" {
  default     = "us-east-1"
  description = "Name of AWS region"
}

variable "environment" {
  description = "Available values:  dev, qa, prod."
  default     = "prod"
}

variable "application_family" {
  description = "Application family to which this service belongs"
  default     = "security-tools"
}
