-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: provider config support insecureMode (#1703)
* provider-config * make docs * go fmt * Update pkg/provider/provider.go Co-authored-by: Nathan Gaberel <nathan.gaberel@snowflake.com> * rerun make docs --------- Co-authored-by: Nathan Gaberel <nathan.gaberel@snowflake.com>
- Loading branch information
1 parent
12d62d5
commit e269925
Showing
4 changed files
with
59 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "snowflake_shares Data Source - terraform-provider-snowflake" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# snowflake_shares (Data Source) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `pattern` (String) Filters the command output by object name. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
- `shares` (List of Object) List of all the shares available in the system. (see [below for nested schema](#nestedatt--shares)) | ||
|
||
<a id="nestedatt--shares"></a> | ||
### Nested Schema for `shares` | ||
|
||
Read-Only: | ||
|
||
- `comment` (String) | ||
- `kind` (String) | ||
- `name` (String) | ||
- `owner` (String) | ||
- `to` (String) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters