variable "environment" {
  description = "The environment to configure AWS Config for"
  default     = "prod"
}

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

variable "aggregated_logs_bucket" {
  default = "shared-orcd-awsconfig"
}

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