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

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

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