variable "service_tags" {
  description = "Tags to apply to all resources"
  type        = map(string)
  default     = {}
}
