locals {
  family      = var.family != "" ? var.family : "datadog-agent-task"
  name_prefix = "${var.env_prefix}-${var.project_group}"
}
