variable "tags" { description = "Tags to add to the resource (in addition to global standard tags)" type = map(any) default = {} } variable "moose_cloudwatch_log_groups" { type = map(any) default = {} description = <