locals {
service_name = "forum"
owner = "Community Team"
}
common_tags = {
Service = local.service_name
Owner = local.owner