From 834cc533af9288703172a049ddcfdefe7de7ee61 Mon Sep 17 00:00:00 2001 From: Christopher Eck Date: Tue, 20 Aug 2024 09:03:15 -0700 Subject: [PATCH] Auto-gen documentation --- docs/resources/cortex_search_service.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/resources/cortex_search_service.md b/docs/resources/cortex_search_service.md index 6b566d0e4c..f849280703 100644 --- a/docs/resources/cortex_search_service.md +++ b/docs/resources/cortex_search_service.md @@ -2,12 +2,15 @@ page_title: "snowflake_cortex_search_service Resource - terraform-provider-snowflake" subcategory: "" description: |- + --- !> **Disclaimer for Cortex Search service** Note that Cortex Search is a Private Preview feature as such, should be used only with non-production data even when using Snowflake's Terraform Provider. Also, note that the Terraform Provider is not covered by Snowflake's support team; the Product and Engineering teams are available for any questions. However, please contact the Cortex Search team for any issues with this object. # snowflake_cortex_search_service (Resource) + + ## Example Usage ```terraform @@ -52,7 +55,6 @@ resource "snowflake_cortex_search_service" "test" { ``` - ## Schema ### Required @@ -69,6 +71,7 @@ resource "snowflake_cortex_search_service" "test" { - `attributes` (Set of String) Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. - `comment` (String) Specifies a comment for the Cortex search service. +- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts)) ### Read-Only @@ -76,14 +79,12 @@ resource "snowflake_cortex_search_service" "test" { - `id` (String) The ID of this resource. - ### Nested Schema for `timeouts` Optional: - `create` (String) - `update` (String) -- `delete` (String) ## Import