variable "environment" {
  description = "The environment to create the logs bucket for"
  default     = "backup"
}

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