data "aws_elasticache_cluster" "main" {
  cluster_id = "${local.name_prefix}-api"
}
