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

variable "environment" {
  default = "backup"
}

variable "account_group" {
  description = "The name of the account group that the account belongs to"
  default     = "orcd"
}

variable "application_family" {
  default = "security-tools"
}
