From c34ec5faad1b0f8dbd56fe4cc5c6ecaef432f3ce Mon Sep 17 00:00:00 2001 From: Nathan Gaberel Date: Fri, 12 May 2023 10:02:26 -0700 Subject: [PATCH] Update docs --- docs/resources/warehouse.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/resources/warehouse.md b/docs/resources/warehouse.md index 4137481f9c5..317a86b78e2 100644 --- a/docs/resources/warehouse.md +++ b/docs/resources/warehouse.md @@ -42,7 +42,6 @@ resource "snowflake_warehouse" "warehouse" { - `scaling_policy` (String) Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. - `statement_queued_timeout_in_seconds` (Number) Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. - `statement_timeout_in_seconds` (Number) Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system -- `tag` (Block List, Deprecated) Definitions of a tag to associate with the resource. (see [below for nested schema](#nestedblock--tag)) - `wait_for_provisioning` (Boolean) Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. - `warehouse_size` (String) Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). - `warehouse_type` (String) Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse @@ -51,19 +50,6 @@ resource "snowflake_warehouse" "warehouse" { - `id` (String) The ID of this resource. - -### Nested Schema for `tag` - -Required: - -- `name` (String) Tag name, e.g. department. -- `value` (String) Tag value, e.g. marketing_info. - -Optional: - -- `database` (String) Name of the database that the tag was created in. -- `schema` (String) Name of the schema that the tag was created in. - ## Import Import is supported using the following syntax: