variable "team_name" {
  type    = string
  default = "devops"
}

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

variable "environment" {
  default = "qa"
}

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

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