data "aws_elasticache_replication_group" "images_api_cache" {
  replication_group_id = "${local.name_prefix}-images-api-cache"
}
