From 953e534b8c14d2813f2ce33fe6873f7087a7c896 Mon Sep 17 00:00:00 2001 From: Anna Headley <845363+hackartisan@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:41:20 -0500 Subject: [PATCH] Try a clean index, version 3 --- config/deploy/staging.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy/staging.hcl b/config/deploy/staging.hcl index f3165bcc..db2d7fdf 100644 --- a/config/deploy/staging.hcl +++ b/config/deploy/staging.hcl @@ -12,7 +12,7 @@ variable "solr_read_collection" { } variable "index_cache_collections" { type = string - default = "cache_version:1,write_collection:dpulc-staging1;cache_version:2,write_collection:dpulc-staging2" + default = "cache_version:1,write_collection:dpulc-staging1;cache_version:3,write_collection:dpulc-staging3" } variable "solr_config_set" { type = string