variable "require_mfa" {
  type        = bool
  description = "Boolean to determine whether the role should require users assuming it to have MFA enabled"
  default     = true
}

variable "application_family" {
  type    = string
  default = ""
}

variable "region" {
  type    = string
  default = "us-east-1"
}
