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

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

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     = "supply-chain"
}

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