Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekcldr committed Dec 16, 2024
1 parent e098518 commit 0b95051
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/resources/dw_vw_impala.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "cdp_dw_vw_impala Resource - terraform-provider-cdp"
subcategory: ""
subcategory: "Data Warehouse"
description: |-
A Impala Virtual Warehouse is service which is able to run low-latency SQL queries.
---

# cdp_dw_vw_impala (Resource)


A Impala Virtual Warehouse is service which is able to run low-latency SQL queries.

## Example Usage

Expand Down Expand Up @@ -58,5 +57,3 @@ Optional:
- `async` (Boolean) Boolean value that specifies if Terraform should wait for resource creation/deletion.
- `call_failure_threshold` (Number) Threshold value that specifies how many times should a single call failure happen before giving up the polling.
- `polling_timeout` (Number) Timeout value in minutes that specifies for how long should the polling go for resource creation/deletion.


1 change: 1 addition & 0 deletions resources/dw/virtualwarehouse/impala/schema_impala_vw.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
)

var impalaSchema = schema.Schema{
MarkdownDescription: "A Impala Virtual Warehouse is service which is able to run low-latency SQL queries.",
Attributes: map[string]schema.Attribute{
"id": schema.StringAttribute{
Computed: true,
Expand Down
File renamed without changes.

0 comments on commit 0b95051

Please sign in to comment.