variable "buckets" {
  type = map(object({
    name = string
  }))
  description = "Map of S3 bucket configurations keyed by a logical name"
}

variable "service_tags" {
  type        = map(string)
  description = "Resource tags"
  default     = {}
}
