From eca28c1ccab498c2cc5591cf10e5431baa9a1a28 Mon Sep 17 00:00:00 2001 From: Jan Rose Date: Wed, 22 Jul 2026 12:56:00 +0200 Subject: [PATCH] Update terraform vector search index reference commit hash Co-authored-by: Isaac --- bundle/direct/dresources/vector_search_index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/direct/dresources/vector_search_index.go b/bundle/direct/dresources/vector_search_index.go index 48ee6f0f968..2d6fab31081 100644 --- a/bundle/direct/dresources/vector_search_index.go +++ b/bundle/direct/dresources/vector_search_index.go @@ -24,7 +24,7 @@ const deleteIndexTimeout = 15 * time.Minute // createIndexTimeout caps the wait for an index to become ready after creation. // Delta sync indexes do an initial sync from the source table, which can stretch // out for large tables. Matches the terraform provider's defaultIndexProvisionTimeout. -// https://github.com/databricks/terraform-provider-databricks/blob/c61a32300445f84efb2bb6827dee35e6e523f4ff/vectorsearch/resource_vector_search_index.go#L19 +// https://github.com/databricks/terraform-provider-databricks/blob/c79d82d9582ab6670468bbff303199906d47905f/vectorsearch/resource_vector_search_index.go#L19 const createIndexTimeout = 75 * time.Minute // VectorSearchIndexState tracks the UUID of the endpoint the index is attached