Skip to content

Commit

Permalink
Auto-gen documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-codaio committed Aug 20, 2024
1 parent 0520c80 commit 834cc53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/resources/cortex_search_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -52,7 +55,6 @@ resource "snowflake_cortex_search_service" "test" {
```

<!-- schema generated by tfplugindocs -->

## Schema

### Required
Expand All @@ -69,21 +71,20 @@ 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

- `created_on` (String) Creation date for the given Cortex search service.
- `id` (String) The ID of this resource.

<a id="nestedblock--timeouts"></a>

### Nested Schema for `timeouts`

Optional:

- `create` (String)
- `update` (String)
- `delete` (String)

## Import

Expand Down

0 comments on commit 834cc53

Please sign in to comment.