diff --git a/README.md b/README.md
index 7b190ab60..fdd553cdd 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# CDKTF prebuilt bindings for Snowflake-Labs/snowflake provider version 1.0.1
+# CDKTF prebuilt bindings for Snowflake-Labs/snowflake provider version 1.0.2
-This repo builds and publishes the [Terraform snowflake provider](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/1.0.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
+This repo builds and publishes the [Terraform snowflake provider](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/1.0.2/docs) bindings for [CDK for Terraform](https://cdk.tf).
## Available Packages
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform snowflake provider version
These are the upstream dependencies:
- [CDK for Terraform](https://cdk.tf)
-- [Terraform snowflake provider](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/1.0.1)
+- [Terraform snowflake provider](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/1.0.2)
- [Terraform Engine](https://terraform.io)
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
diff --git a/docs/account.csharp.md b/docs/account.csharp.md
index a6dcc4cd3..1763f4e9d 100644
--- a/docs/account.csharp.md
+++ b/docs/account.csharp.md
@@ -4,7 +4,7 @@
### Account
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account snowflake_account}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account snowflake_account}.
#### Initializers
@@ -544,7 +544,7 @@ The construct id used in the generated config for the Account to import.
The id of the existing Account that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#import import section} in the documentation of this resource for the id to use
---
@@ -1168,7 +1168,7 @@ new AccountConfig {
| AdminUserType | string | Used for setting the type of the first user that is assigned the ACCOUNTADMIN role during account creation. |
| Comment | string | Specifies a comment for the account. |
| FirstName | string | First name of the initial administrative user of the account. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}. |
| IsOrgAdmin | string | Sets an account property that determines whether the ORGADMIN role is enabled in the account. |
| LastName | string | Last name of the initial administrative user of the account. |
| MustChangePassword | string | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. |
@@ -1259,7 +1259,7 @@ Login name of the initial administrative user of the account.
A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_name Account#admin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_name Account#admin_name}
---
@@ -1275,7 +1275,7 @@ Snowflake Edition of the account.
See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#edition Account#edition}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#edition Account#edition}
---
@@ -1291,7 +1291,7 @@ Email address of the initial administrative user of the account.
This email address is used to send any notifications about the account. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#email Account#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#email Account#email}
---
@@ -1307,7 +1307,7 @@ Specifies the number of days during which the account can be restored (“undrop
The minimum is 3 days and the maximum is 90 days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#grace_period_in_days Account#grace_period_in_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#grace_period_in_days Account#grace_period_in_days}
---
@@ -1321,7 +1321,7 @@ public string Name { get; set; }
Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#name Account#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#name Account#name}
---
@@ -1337,7 +1337,7 @@ Password for the initial administrative user of the account.
Either admin_password or admin_rsa_public_key has to be specified. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_password Account#admin_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_password Account#admin_password}
---
@@ -1353,7 +1353,7 @@ Assigns a public key to the initial administrative user of the account.
Either admin_password or admin_rsa_public_key has to be specified. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key}
---
@@ -1369,7 +1369,7 @@ Used for setting the type of the first user that is assigned the ACCOUNTADMIN ro
Valid options are: `PERSON` | `SERVICE` | `LEGACY_SERVICE` External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_user_type Account#admin_user_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_user_type Account#admin_user_type}
---
@@ -1383,7 +1383,7 @@ public string Comment { get; set; }
Specifies a comment for the account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#comment Account#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#comment Account#comment}
---
@@ -1399,7 +1399,7 @@ First name of the initial administrative user of the account.
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#first_name Account#first_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#first_name Account#first_name}
---
@@ -1411,7 +1411,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1430,7 +1430,7 @@ Sets an account property that determines whether the ORGADMIN role is enabled in
Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#is_org_admin Account#is_org_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#is_org_admin Account#is_org_admin}
---
@@ -1446,7 +1446,7 @@ Last name of the initial administrative user of the account.
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#last_name Account#last_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#last_name Account#last_name}
---
@@ -1462,7 +1462,7 @@ Specifies whether the new user created to administer the account is forced to ch
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#must_change_password Account#must_change_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#must_change_password Account#must_change_password}
---
@@ -1476,7 +1476,7 @@ public string Region { get; set; }
[Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region Account#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region Account#region}
---
@@ -1492,7 +1492,7 @@ ID of the region group where the account is created.
To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region_group Account#region_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region_group Account#region_group}
---
diff --git a/docs/account.go.md b/docs/account.go.md
index 19c8ff469..0a3769cc9 100644
--- a/docs/account.go.md
+++ b/docs/account.go.md
@@ -4,7 +4,7 @@
### Account
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account snowflake_account}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account snowflake_account}.
#### Initializers
@@ -544,7 +544,7 @@ The construct id used in the generated config for the Account to import.
The id of the existing Account that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#import import section} in the documentation of this resource for the id to use
---
@@ -1168,7 +1168,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/account"
| AdminUserType | *string | Used for setting the type of the first user that is assigned the ACCOUNTADMIN role during account creation. |
| Comment | *string | Specifies a comment for the account. |
| FirstName | *string | First name of the initial administrative user of the account. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}. |
| IsOrgAdmin | *string | Sets an account property that determines whether the ORGADMIN role is enabled in the account. |
| LastName | *string | Last name of the initial administrative user of the account. |
| MustChangePassword | *string | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. |
@@ -1259,7 +1259,7 @@ Login name of the initial administrative user of the account.
A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_name Account#admin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_name Account#admin_name}
---
@@ -1275,7 +1275,7 @@ Snowflake Edition of the account.
See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#edition Account#edition}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#edition Account#edition}
---
@@ -1291,7 +1291,7 @@ Email address of the initial administrative user of the account.
This email address is used to send any notifications about the account. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#email Account#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#email Account#email}
---
@@ -1307,7 +1307,7 @@ Specifies the number of days during which the account can be restored (“undrop
The minimum is 3 days and the maximum is 90 days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#grace_period_in_days Account#grace_period_in_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#grace_period_in_days Account#grace_period_in_days}
---
@@ -1321,7 +1321,7 @@ Name *string
Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#name Account#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#name Account#name}
---
@@ -1337,7 +1337,7 @@ Password for the initial administrative user of the account.
Either admin_password or admin_rsa_public_key has to be specified. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_password Account#admin_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_password Account#admin_password}
---
@@ -1353,7 +1353,7 @@ Assigns a public key to the initial administrative user of the account.
Either admin_password or admin_rsa_public_key has to be specified. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key}
---
@@ -1369,7 +1369,7 @@ Used for setting the type of the first user that is assigned the ACCOUNTADMIN ro
Valid options are: `PERSON` | `SERVICE` | `LEGACY_SERVICE` External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_user_type Account#admin_user_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_user_type Account#admin_user_type}
---
@@ -1383,7 +1383,7 @@ Comment *string
Specifies a comment for the account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#comment Account#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#comment Account#comment}
---
@@ -1399,7 +1399,7 @@ First name of the initial administrative user of the account.
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#first_name Account#first_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#first_name Account#first_name}
---
@@ -1411,7 +1411,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1430,7 +1430,7 @@ Sets an account property that determines whether the ORGADMIN role is enabled in
Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#is_org_admin Account#is_org_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#is_org_admin Account#is_org_admin}
---
@@ -1446,7 +1446,7 @@ Last name of the initial administrative user of the account.
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#last_name Account#last_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#last_name Account#last_name}
---
@@ -1462,7 +1462,7 @@ Specifies whether the new user created to administer the account is forced to ch
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#must_change_password Account#must_change_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#must_change_password Account#must_change_password}
---
@@ -1476,7 +1476,7 @@ Region *string
[Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region Account#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region Account#region}
---
@@ -1492,7 +1492,7 @@ ID of the region group where the account is created.
To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region_group Account#region_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region_group Account#region_group}
---
diff --git a/docs/account.java.md b/docs/account.java.md
index 3b7c447d1..1d1dcc16d 100644
--- a/docs/account.java.md
+++ b/docs/account.java.md
@@ -4,7 +4,7 @@
### Account
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account snowflake_account}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account snowflake_account}.
#### Initializers
@@ -63,7 +63,7 @@ Account.Builder.create(Construct scope, java.lang.String id)
| adminUserType | java.lang.String | Used for setting the type of the first user that is assigned the ACCOUNTADMIN role during account creation. |
| comment | java.lang.String | Specifies a comment for the account. |
| firstName | java.lang.String | First name of the initial administrative user of the account. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}. |
| isOrgAdmin | java.lang.String | Sets an account property that determines whether the ORGADMIN role is enabled in the account. |
| lastName | java.lang.String | Last name of the initial administrative user of the account. |
| mustChangePassword | java.lang.String | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. |
@@ -140,7 +140,7 @@ Login name of the initial administrative user of the account.
A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_name Account#admin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_name Account#admin_name}
---
@@ -152,7 +152,7 @@ Snowflake Edition of the account.
See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#edition Account#edition}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#edition Account#edition}
---
@@ -164,7 +164,7 @@ Email address of the initial administrative user of the account.
This email address is used to send any notifications about the account. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#email Account#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#email Account#email}
---
@@ -176,7 +176,7 @@ Specifies the number of days during which the account can be restored (“undrop
The minimum is 3 days and the maximum is 90 days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#grace_period_in_days Account#grace_period_in_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#grace_period_in_days Account#grace_period_in_days}
---
@@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#name Account#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#name Account#name}
---
@@ -198,7 +198,7 @@ Password for the initial administrative user of the account.
Either admin_password or admin_rsa_public_key has to be specified. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_password Account#admin_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_password Account#admin_password}
---
@@ -210,7 +210,7 @@ Assigns a public key to the initial administrative user of the account.
Either admin_password or admin_rsa_public_key has to be specified. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key}
---
@@ -222,7 +222,7 @@ Used for setting the type of the first user that is assigned the ACCOUNTADMIN ro
Valid options are: `PERSON` | `SERVICE` | `LEGACY_SERVICE` External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_user_type Account#admin_user_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_user_type Account#admin_user_type}
---
@@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a comment for the account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#comment Account#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#comment Account#comment}
---
@@ -244,7 +244,7 @@ First name of the initial administrative user of the account.
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#first_name Account#first_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#first_name Account#first_name}
---
@@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -267,7 +267,7 @@ Sets an account property that determines whether the ORGADMIN role is enabled in
Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#is_org_admin Account#is_org_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#is_org_admin Account#is_org_admin}
---
@@ -279,7 +279,7 @@ Last name of the initial administrative user of the account.
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#last_name Account#last_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#last_name Account#last_name}
---
@@ -291,7 +291,7 @@ Specifies whether the new user created to administer the account is forced to ch
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#must_change_password Account#must_change_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#must_change_password Account#must_change_password}
---
@@ -301,7 +301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
[Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region Account#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region Account#region}
---
@@ -313,7 +313,7 @@ ID of the region group where the account is created.
To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region_group Account#region_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region_group Account#region_group}
---
@@ -817,7 +817,7 @@ The construct id used in the generated config for the Account to import.
The id of the existing Account that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#import import section} in the documentation of this resource for the id to use
---
@@ -1445,7 +1445,7 @@ AccountConfig.builder()
| adminUserType | java.lang.String | Used for setting the type of the first user that is assigned the ACCOUNTADMIN role during account creation. |
| comment | java.lang.String | Specifies a comment for the account. |
| firstName | java.lang.String | First name of the initial administrative user of the account. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}. |
| isOrgAdmin | java.lang.String | Sets an account property that determines whether the ORGADMIN role is enabled in the account. |
| lastName | java.lang.String | Last name of the initial administrative user of the account. |
| mustChangePassword | java.lang.String | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. |
@@ -1536,7 +1536,7 @@ Login name of the initial administrative user of the account.
A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_name Account#admin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_name Account#admin_name}
---
@@ -1552,7 +1552,7 @@ Snowflake Edition of the account.
See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#edition Account#edition}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#edition Account#edition}
---
@@ -1568,7 +1568,7 @@ Email address of the initial administrative user of the account.
This email address is used to send any notifications about the account. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#email Account#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#email Account#email}
---
@@ -1584,7 +1584,7 @@ Specifies the number of days during which the account can be restored (“undrop
The minimum is 3 days and the maximum is 90 days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#grace_period_in_days Account#grace_period_in_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#grace_period_in_days Account#grace_period_in_days}
---
@@ -1598,7 +1598,7 @@ public java.lang.String getName();
Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#name Account#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#name Account#name}
---
@@ -1614,7 +1614,7 @@ Password for the initial administrative user of the account.
Either admin_password or admin_rsa_public_key has to be specified. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_password Account#admin_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_password Account#admin_password}
---
@@ -1630,7 +1630,7 @@ Assigns a public key to the initial administrative user of the account.
Either admin_password or admin_rsa_public_key has to be specified. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key}
---
@@ -1646,7 +1646,7 @@ Used for setting the type of the first user that is assigned the ACCOUNTADMIN ro
Valid options are: `PERSON` | `SERVICE` | `LEGACY_SERVICE` External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_user_type Account#admin_user_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_user_type Account#admin_user_type}
---
@@ -1660,7 +1660,7 @@ public java.lang.String getComment();
Specifies a comment for the account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#comment Account#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#comment Account#comment}
---
@@ -1676,7 +1676,7 @@ First name of the initial administrative user of the account.
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#first_name Account#first_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#first_name Account#first_name}
---
@@ -1688,7 +1688,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1707,7 +1707,7 @@ Sets an account property that determines whether the ORGADMIN role is enabled in
Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#is_org_admin Account#is_org_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#is_org_admin Account#is_org_admin}
---
@@ -1723,7 +1723,7 @@ Last name of the initial administrative user of the account.
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#last_name Account#last_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#last_name Account#last_name}
---
@@ -1739,7 +1739,7 @@ Specifies whether the new user created to administer the account is forced to ch
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#must_change_password Account#must_change_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#must_change_password Account#must_change_password}
---
@@ -1753,7 +1753,7 @@ public java.lang.String getRegion();
[Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region Account#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region Account#region}
---
@@ -1769,7 +1769,7 @@ ID of the region group where the account is created.
To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region_group Account#region_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region_group Account#region_group}
---
diff --git a/docs/account.python.md b/docs/account.python.md
index f793d0556..f35fbb5a7 100644
--- a/docs/account.python.md
+++ b/docs/account.python.md
@@ -4,7 +4,7 @@
### Account
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account snowflake_account}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account snowflake_account}.
#### Initializers
@@ -61,7 +61,7 @@ account.Account(
| admin_user_type | str | Used for setting the type of the first user that is assigned the ACCOUNTADMIN role during account creation. |
| comment | str | Specifies a comment for the account. |
| first_name | str | First name of the initial administrative user of the account. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}. |
| is_org_admin | str | Sets an account property that determines whether the ORGADMIN role is enabled in the account. |
| last_name | str | Last name of the initial administrative user of the account. |
| must_change_password | str | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. |
@@ -138,7 +138,7 @@ Login name of the initial administrative user of the account.
A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_name Account#admin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_name Account#admin_name}
---
@@ -150,7 +150,7 @@ Snowflake Edition of the account.
See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#edition Account#edition}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#edition Account#edition}
---
@@ -162,7 +162,7 @@ Email address of the initial administrative user of the account.
This email address is used to send any notifications about the account. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#email Account#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#email Account#email}
---
@@ -174,7 +174,7 @@ Specifies the number of days during which the account can be restored (“undrop
The minimum is 3 days and the maximum is 90 days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#grace_period_in_days Account#grace_period_in_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#grace_period_in_days Account#grace_period_in_days}
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#name Account#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#name Account#name}
---
@@ -196,7 +196,7 @@ Password for the initial administrative user of the account.
Either admin_password or admin_rsa_public_key has to be specified. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_password Account#admin_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_password Account#admin_password}
---
@@ -208,7 +208,7 @@ Assigns a public key to the initial administrative user of the account.
Either admin_password or admin_rsa_public_key has to be specified. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key}
---
@@ -220,7 +220,7 @@ Used for setting the type of the first user that is assigned the ACCOUNTADMIN ro
Valid options are: `PERSON` | `SERVICE` | `LEGACY_SERVICE` External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_user_type Account#admin_user_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_user_type Account#admin_user_type}
---
@@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a comment for the account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#comment Account#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#comment Account#comment}
---
@@ -242,7 +242,7 @@ First name of the initial administrative user of the account.
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#first_name Account#first_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#first_name Account#first_name}
---
@@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -265,7 +265,7 @@ Sets an account property that determines whether the ORGADMIN role is enabled in
Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#is_org_admin Account#is_org_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#is_org_admin Account#is_org_admin}
---
@@ -277,7 +277,7 @@ Last name of the initial administrative user of the account.
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#last_name Account#last_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#last_name Account#last_name}
---
@@ -289,7 +289,7 @@ Specifies whether the new user created to administer the account is forced to ch
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#must_change_password Account#must_change_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#must_change_password Account#must_change_password}
---
@@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
[Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region Account#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region Account#region}
---
@@ -311,7 +311,7 @@ ID of the region group where the account is created.
To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region_group Account#region_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region_group Account#region_group}
---
@@ -861,7 +861,7 @@ The construct id used in the generated config for the Account to import.
The id of the existing Account that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#import import section} in the documentation of this resource for the id to use
---
@@ -1485,7 +1485,7 @@ account.AccountConfig(
| admin_user_type | str | Used for setting the type of the first user that is assigned the ACCOUNTADMIN role during account creation. |
| comment | str | Specifies a comment for the account. |
| first_name | str | First name of the initial administrative user of the account. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}. |
| is_org_admin | str | Sets an account property that determines whether the ORGADMIN role is enabled in the account. |
| last_name | str | Last name of the initial administrative user of the account. |
| must_change_password | str | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. |
@@ -1576,7 +1576,7 @@ Login name of the initial administrative user of the account.
A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_name Account#admin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_name Account#admin_name}
---
@@ -1592,7 +1592,7 @@ Snowflake Edition of the account.
See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#edition Account#edition}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#edition Account#edition}
---
@@ -1608,7 +1608,7 @@ Email address of the initial administrative user of the account.
This email address is used to send any notifications about the account. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#email Account#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#email Account#email}
---
@@ -1624,7 +1624,7 @@ Specifies the number of days during which the account can be restored (“undrop
The minimum is 3 days and the maximum is 90 days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#grace_period_in_days Account#grace_period_in_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#grace_period_in_days Account#grace_period_in_days}
---
@@ -1638,7 +1638,7 @@ name: str
Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#name Account#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#name Account#name}
---
@@ -1654,7 +1654,7 @@ Password for the initial administrative user of the account.
Either admin_password or admin_rsa_public_key has to be specified. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_password Account#admin_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_password Account#admin_password}
---
@@ -1670,7 +1670,7 @@ Assigns a public key to the initial administrative user of the account.
Either admin_password or admin_rsa_public_key has to be specified. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key}
---
@@ -1686,7 +1686,7 @@ Used for setting the type of the first user that is assigned the ACCOUNTADMIN ro
Valid options are: `PERSON` | `SERVICE` | `LEGACY_SERVICE` External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_user_type Account#admin_user_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_user_type Account#admin_user_type}
---
@@ -1700,7 +1700,7 @@ comment: str
Specifies a comment for the account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#comment Account#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#comment Account#comment}
---
@@ -1716,7 +1716,7 @@ First name of the initial administrative user of the account.
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#first_name Account#first_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#first_name Account#first_name}
---
@@ -1728,7 +1728,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1747,7 +1747,7 @@ Sets an account property that determines whether the ORGADMIN role is enabled in
Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#is_org_admin Account#is_org_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#is_org_admin Account#is_org_admin}
---
@@ -1763,7 +1763,7 @@ Last name of the initial administrative user of the account.
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#last_name Account#last_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#last_name Account#last_name}
---
@@ -1779,7 +1779,7 @@ Specifies whether the new user created to administer the account is forced to ch
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#must_change_password Account#must_change_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#must_change_password Account#must_change_password}
---
@@ -1793,7 +1793,7 @@ region: str
[Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region Account#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region Account#region}
---
@@ -1809,7 +1809,7 @@ ID of the region group where the account is created.
To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region_group Account#region_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region_group Account#region_group}
---
diff --git a/docs/account.typescript.md b/docs/account.typescript.md
index 5afc954b4..a51aaca78 100644
--- a/docs/account.typescript.md
+++ b/docs/account.typescript.md
@@ -4,7 +4,7 @@
### Account
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account snowflake_account}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account snowflake_account}.
#### Initializers
@@ -544,7 +544,7 @@ The construct id used in the generated config for the Account to import.
The id of the existing Account that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#import import section} in the documentation of this resource for the id to use
---
@@ -1144,7 +1144,7 @@ const accountConfig: account.AccountConfig = { ... }
| adminUserType | string | Used for setting the type of the first user that is assigned the ACCOUNTADMIN role during account creation. |
| comment | string | Specifies a comment for the account. |
| firstName | string | First name of the initial administrative user of the account. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}. |
| isOrgAdmin | string | Sets an account property that determines whether the ORGADMIN role is enabled in the account. |
| lastName | string | Last name of the initial administrative user of the account. |
| mustChangePassword | string | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. |
@@ -1235,7 +1235,7 @@ Login name of the initial administrative user of the account.
A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_name Account#admin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_name Account#admin_name}
---
@@ -1251,7 +1251,7 @@ Snowflake Edition of the account.
See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#edition Account#edition}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#edition Account#edition}
---
@@ -1267,7 +1267,7 @@ Email address of the initial administrative user of the account.
This email address is used to send any notifications about the account. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#email Account#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#email Account#email}
---
@@ -1283,7 +1283,7 @@ Specifies the number of days during which the account can be restored (“undrop
The minimum is 3 days and the maximum is 90 days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#grace_period_in_days Account#grace_period_in_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#grace_period_in_days Account#grace_period_in_days}
---
@@ -1297,7 +1297,7 @@ public readonly name: string;
Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#name Account#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#name Account#name}
---
@@ -1313,7 +1313,7 @@ Password for the initial administrative user of the account.
Either admin_password or admin_rsa_public_key has to be specified. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_password Account#admin_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_password Account#admin_password}
---
@@ -1329,7 +1329,7 @@ Assigns a public key to the initial administrative user of the account.
Either admin_password or admin_rsa_public_key has to be specified. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key}
---
@@ -1345,7 +1345,7 @@ Used for setting the type of the first user that is assigned the ACCOUNTADMIN ro
Valid options are: `PERSON` | `SERVICE` | `LEGACY_SERVICE` External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_user_type Account#admin_user_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_user_type Account#admin_user_type}
---
@@ -1359,7 +1359,7 @@ public readonly comment: string;
Specifies a comment for the account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#comment Account#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#comment Account#comment}
---
@@ -1375,7 +1375,7 @@ First name of the initial administrative user of the account.
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#first_name Account#first_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#first_name Account#first_name}
---
@@ -1387,7 +1387,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1406,7 +1406,7 @@ Sets an account property that determines whether the ORGADMIN role is enabled in
Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#is_org_admin Account#is_org_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#is_org_admin Account#is_org_admin}
---
@@ -1422,7 +1422,7 @@ Last name of the initial administrative user of the account.
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#last_name Account#last_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#last_name Account#last_name}
---
@@ -1438,7 +1438,7 @@ Specifies whether the new user created to administer the account is forced to ch
This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#must_change_password Account#must_change_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#must_change_password Account#must_change_password}
---
@@ -1452,7 +1452,7 @@ public readonly region: string;
[Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region Account#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region Account#region}
---
@@ -1468,7 +1468,7 @@ ID of the region group where the account is created.
To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region_group Account#region_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region_group Account#region_group}
---
diff --git a/docs/accountAuthenticationPolicyAttachment.csharp.md b/docs/accountAuthenticationPolicyAttachment.csharp.md
index c8c917070..325739a34 100644
--- a/docs/accountAuthenticationPolicyAttachment.csharp.md
+++ b/docs/accountAuthenticationPolicyAttachment.csharp.md
@@ -4,7 +4,7 @@
### AccountAuthenticationPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountAuthenticationPolic
The id of the existing AccountAuthenticationPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -745,7 +745,7 @@ new AccountAuthenticationPolicyAttachmentConfig {
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
| AuthenticationPolicy | string | Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. |
---
@@ -829,7 +829,7 @@ public string AuthenticationPolicy { get; set; }
Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy}
---
@@ -841,7 +841,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountAuthenticationPolicyAttachment.go.md b/docs/accountAuthenticationPolicyAttachment.go.md
index ae34066a9..ca87cacca 100644
--- a/docs/accountAuthenticationPolicyAttachment.go.md
+++ b/docs/accountAuthenticationPolicyAttachment.go.md
@@ -4,7 +4,7 @@
### AccountAuthenticationPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountAuthenticationPolic
The id of the existing AccountAuthenticationPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -745,7 +745,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/accountauthen
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
| AuthenticationPolicy | *string | Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. |
---
@@ -829,7 +829,7 @@ AuthenticationPolicy *string
Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy}
---
@@ -841,7 +841,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountAuthenticationPolicyAttachment.java.md b/docs/accountAuthenticationPolicyAttachment.java.md
index f302ce9d5..e03edfa1f 100644
--- a/docs/accountAuthenticationPolicyAttachment.java.md
+++ b/docs/accountAuthenticationPolicyAttachment.java.md
@@ -4,7 +4,7 @@
### AccountAuthenticationPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}.
#### Initializers
@@ -40,7 +40,7 @@ AccountAuthenticationPolicyAttachment.Builder.create(Construct scope, java.lang.
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| authenticationPolicy | java.lang.String | Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -555,7 +555,7 @@ The construct id used in the generated config for the AccountAuthenticationPolic
The id of the existing AccountAuthenticationPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -830,7 +830,7 @@ AccountAuthenticationPolicyAttachmentConfig.builder()
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| authenticationPolicy | java.lang.String | Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. |
---
@@ -914,7 +914,7 @@ public java.lang.String getAuthenticationPolicy();
Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy}
---
@@ -926,7 +926,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountAuthenticationPolicyAttachment.python.md b/docs/accountAuthenticationPolicyAttachment.python.md
index 986915907..a8bc78b34 100644
--- a/docs/accountAuthenticationPolicyAttachment.python.md
+++ b/docs/accountAuthenticationPolicyAttachment.python.md
@@ -4,7 +4,7 @@
### AccountAuthenticationPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}.
#### Initializers
@@ -38,7 +38,7 @@ accountAuthenticationPolicyAttachment.AccountAuthenticationPolicyAttachment(
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| authentication_policy | str | Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy}
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -599,7 +599,7 @@ The construct id used in the generated config for the AccountAuthenticationPolic
The id of the existing AccountAuthenticationPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -870,7 +870,7 @@ accountAuthenticationPolicyAttachment.AccountAuthenticationPolicyAttachmentConfi
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| authentication_policy | str | Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. |
---
@@ -954,7 +954,7 @@ authentication_policy: str
Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy}
---
@@ -966,7 +966,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountAuthenticationPolicyAttachment.typescript.md b/docs/accountAuthenticationPolicyAttachment.typescript.md
index 015f25c41..d45671c14 100644
--- a/docs/accountAuthenticationPolicyAttachment.typescript.md
+++ b/docs/accountAuthenticationPolicyAttachment.typescript.md
@@ -4,7 +4,7 @@
### AccountAuthenticationPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountAuthenticationPolic
The id of the existing AccountAuthenticationPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -735,7 +735,7 @@ const accountAuthenticationPolicyAttachmentConfig: accountAuthenticationPolicyAt
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| authenticationPolicy | string | Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. |
---
@@ -819,7 +819,7 @@ public readonly authenticationPolicy: string;
Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy}
---
@@ -831,7 +831,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountParameter.csharp.md b/docs/accountParameter.csharp.md
index fe390ba41..599c88da7 100644
--- a/docs/accountParameter.csharp.md
+++ b/docs/accountParameter.csharp.md
@@ -4,7 +4,7 @@
### AccountParameter
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter snowflake_account_parameter}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter snowflake_account_parameter}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountParameter to import
The id of the existing AccountParameter that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use
---
@@ -769,7 +769,7 @@ new AccountParameterConfig {
| Provisioners | object[] | *No description.* |
| Key | string | Name of account parameter. |
| Value | string | Value of account parameter, as a string. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}. |
---
@@ -855,7 +855,7 @@ Name of account parameter.
Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#key AccountParameter#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#key AccountParameter#key}
---
@@ -871,7 +871,7 @@ Value of account parameter, as a string.
Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#value AccountParameter#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#value AccountParameter#value}
---
@@ -883,7 +883,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountParameter.go.md b/docs/accountParameter.go.md
index b8b06e0bb..54832bf9d 100644
--- a/docs/accountParameter.go.md
+++ b/docs/accountParameter.go.md
@@ -4,7 +4,7 @@
### AccountParameter
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter snowflake_account_parameter}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter snowflake_account_parameter}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountParameter to import
The id of the existing AccountParameter that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use
---
@@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/accountparame
| Provisioners | *[]interface{} | *No description.* |
| Key | *string | Name of account parameter. |
| Value | *string | Value of account parameter, as a string. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}. |
---
@@ -855,7 +855,7 @@ Name of account parameter.
Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#key AccountParameter#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#key AccountParameter#key}
---
@@ -871,7 +871,7 @@ Value of account parameter, as a string.
Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#value AccountParameter#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#value AccountParameter#value}
---
@@ -883,7 +883,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountParameter.java.md b/docs/accountParameter.java.md
index 5d2b3f665..119f5b35a 100644
--- a/docs/accountParameter.java.md
+++ b/docs/accountParameter.java.md
@@ -4,7 +4,7 @@
### AccountParameter
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter snowflake_account_parameter}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter snowflake_account_parameter}.
#### Initializers
@@ -42,7 +42,7 @@ AccountParameter.Builder.create(Construct scope, java.lang.String id)
| provisioners | java.util.List | *No description.* |
| key | java.lang.String | Name of account parameter. |
| value | java.lang.String | Value of account parameter, as a string. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}. |
---
@@ -114,7 +114,7 @@ Name of account parameter.
Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#key AccountParameter#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#key AccountParameter#key}
---
@@ -126,7 +126,7 @@ Value of account parameter, as a string.
Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#value AccountParameter#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#value AccountParameter#value}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -571,7 +571,7 @@ The construct id used in the generated config for the AccountParameter to import
The id of the existing AccountParameter that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use
---
@@ -870,7 +870,7 @@ AccountParameterConfig.builder()
| provisioners | java.util.List | *No description.* |
| key | java.lang.String | Name of account parameter. |
| value | java.lang.String | Value of account parameter, as a string. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}. |
---
@@ -956,7 +956,7 @@ Name of account parameter.
Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#key AccountParameter#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#key AccountParameter#key}
---
@@ -972,7 +972,7 @@ Value of account parameter, as a string.
Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#value AccountParameter#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#value AccountParameter#value}
---
@@ -984,7 +984,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountParameter.python.md b/docs/accountParameter.python.md
index d8a80675f..25f7b9c5b 100644
--- a/docs/accountParameter.python.md
+++ b/docs/accountParameter.python.md
@@ -4,7 +4,7 @@
### AccountParameter
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter snowflake_account_parameter}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter snowflake_account_parameter}.
#### Initializers
@@ -40,7 +40,7 @@ accountParameter.AccountParameter(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| key | str | Name of account parameter. |
| value | str | Value of account parameter, as a string. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}. |
---
@@ -112,7 +112,7 @@ Name of account parameter.
Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#key AccountParameter#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#key AccountParameter#key}
---
@@ -124,7 +124,7 @@ Value of account parameter, as a string.
Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#value AccountParameter#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#value AccountParameter#value}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -615,7 +615,7 @@ The construct id used in the generated config for the AccountParameter to import
The id of the existing AccountParameter that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use
---
@@ -910,7 +910,7 @@ accountParameter.AccountParameterConfig(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| key | str | Name of account parameter. |
| value | str | Value of account parameter, as a string. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}. |
---
@@ -996,7 +996,7 @@ Name of account parameter.
Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#key AccountParameter#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#key AccountParameter#key}
---
@@ -1012,7 +1012,7 @@ Value of account parameter, as a string.
Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#value AccountParameter#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#value AccountParameter#value}
---
@@ -1024,7 +1024,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountParameter.typescript.md b/docs/accountParameter.typescript.md
index 0042e19cf..6353d17a7 100644
--- a/docs/accountParameter.typescript.md
+++ b/docs/accountParameter.typescript.md
@@ -4,7 +4,7 @@
### AccountParameter
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter snowflake_account_parameter}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter snowflake_account_parameter}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountParameter to import
The id of the existing AccountParameter that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use
---
@@ -758,7 +758,7 @@ const accountParameterConfig: accountParameter.AccountParameterConfig = { ... }
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| key | string | Name of account parameter. |
| value | string | Value of account parameter, as a string. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}. |
---
@@ -844,7 +844,7 @@ Name of account parameter.
Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#key AccountParameter#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#key AccountParameter#key}
---
@@ -860,7 +860,7 @@ Value of account parameter, as a string.
Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#value AccountParameter#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#value AccountParameter#value}
---
@@ -872,7 +872,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountPasswordPolicyAttachment.csharp.md b/docs/accountPasswordPolicyAttachment.csharp.md
index d119f0cbf..a57fe85cd 100644
--- a/docs/accountPasswordPolicyAttachment.csharp.md
+++ b/docs/accountPasswordPolicyAttachment.csharp.md
@@ -4,7 +4,7 @@
### AccountPasswordPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountPasswordPolicyAttac
The id of the existing AccountPasswordPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -745,7 +745,7 @@ new AccountPasswordPolicyAttachmentConfig {
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
| PasswordPolicy | string | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. |
---
@@ -829,7 +829,7 @@ public string PasswordPolicy { get; set; }
Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy}
---
@@ -841,7 +841,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountPasswordPolicyAttachment.go.md b/docs/accountPasswordPolicyAttachment.go.md
index cfcd2995d..559f2a677 100644
--- a/docs/accountPasswordPolicyAttachment.go.md
+++ b/docs/accountPasswordPolicyAttachment.go.md
@@ -4,7 +4,7 @@
### AccountPasswordPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountPasswordPolicyAttac
The id of the existing AccountPasswordPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -745,7 +745,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/accountpasswo
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
| PasswordPolicy | *string | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. |
---
@@ -829,7 +829,7 @@ PasswordPolicy *string
Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy}
---
@@ -841,7 +841,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountPasswordPolicyAttachment.java.md b/docs/accountPasswordPolicyAttachment.java.md
index ca986aa8f..68e4890f7 100644
--- a/docs/accountPasswordPolicyAttachment.java.md
+++ b/docs/accountPasswordPolicyAttachment.java.md
@@ -4,7 +4,7 @@
### AccountPasswordPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}.
#### Initializers
@@ -40,7 +40,7 @@ AccountPasswordPolicyAttachment.Builder.create(Construct scope, java.lang.String
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| passwordPolicy | java.lang.String | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -555,7 +555,7 @@ The construct id used in the generated config for the AccountPasswordPolicyAttac
The id of the existing AccountPasswordPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -830,7 +830,7 @@ AccountPasswordPolicyAttachmentConfig.builder()
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| passwordPolicy | java.lang.String | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. |
---
@@ -914,7 +914,7 @@ public java.lang.String getPasswordPolicy();
Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy}
---
@@ -926,7 +926,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountPasswordPolicyAttachment.python.md b/docs/accountPasswordPolicyAttachment.python.md
index 18b85e646..d8185f660 100644
--- a/docs/accountPasswordPolicyAttachment.python.md
+++ b/docs/accountPasswordPolicyAttachment.python.md
@@ -4,7 +4,7 @@
### AccountPasswordPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}.
#### Initializers
@@ -38,7 +38,7 @@ accountPasswordPolicyAttachment.AccountPasswordPolicyAttachment(
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| password_policy | str | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy}
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -599,7 +599,7 @@ The construct id used in the generated config for the AccountPasswordPolicyAttac
The id of the existing AccountPasswordPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -870,7 +870,7 @@ accountPasswordPolicyAttachment.AccountPasswordPolicyAttachmentConfig(
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| password_policy | str | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. |
---
@@ -954,7 +954,7 @@ password_policy: str
Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy}
---
@@ -966,7 +966,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountPasswordPolicyAttachment.typescript.md b/docs/accountPasswordPolicyAttachment.typescript.md
index dac16b681..a15e1a20a 100644
--- a/docs/accountPasswordPolicyAttachment.typescript.md
+++ b/docs/accountPasswordPolicyAttachment.typescript.md
@@ -4,7 +4,7 @@
### AccountPasswordPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountPasswordPolicyAttac
The id of the existing AccountPasswordPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -735,7 +735,7 @@ const accountPasswordPolicyAttachmentConfig: accountPasswordPolicyAttachment.Acc
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| passwordPolicy | string | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. |
---
@@ -819,7 +819,7 @@ public readonly passwordPolicy: string;
Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy}
---
@@ -831,7 +831,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountRole.csharp.md b/docs/accountRole.csharp.md
index 290cc3cb0..97f11a021 100644
--- a/docs/accountRole.csharp.md
+++ b/docs/accountRole.csharp.md
@@ -4,7 +4,7 @@
### AccountRole
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role snowflake_account_role}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role snowflake_account_role}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the AccountRole to import.
The id of the existing AccountRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#import import section} in the documentation of this resource for the id to use
---
@@ -797,8 +797,8 @@ new AccountRoleConfig {
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
| Name | string | Identifier for the role; |
-| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. |
+| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. |
---
@@ -884,7 +884,7 @@ Identifier for the role;
must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#name AccountRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#name AccountRole#name}
---
@@ -896,7 +896,7 @@ public string Comment { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}.
---
@@ -908,7 +908,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountRole.go.md b/docs/accountRole.go.md
index 92ef7596f..4b092f5a4 100644
--- a/docs/accountRole.go.md
+++ b/docs/accountRole.go.md
@@ -4,7 +4,7 @@
### AccountRole
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role snowflake_account_role}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role snowflake_account_role}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the AccountRole to import.
The id of the existing AccountRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#import import section} in the documentation of this resource for the id to use
---
@@ -797,8 +797,8 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/accountrole"
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
| Name | *string | Identifier for the role; |
-| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. |
+| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. |
---
@@ -884,7 +884,7 @@ Identifier for the role;
must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#name AccountRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#name AccountRole#name}
---
@@ -896,7 +896,7 @@ Comment *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}.
---
@@ -908,7 +908,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountRole.java.md b/docs/accountRole.java.md
index 1bc73d289..85691bd35 100644
--- a/docs/accountRole.java.md
+++ b/docs/accountRole.java.md
@@ -4,7 +4,7 @@
### AccountRole
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role snowflake_account_role}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role snowflake_account_role}.
#### Initializers
@@ -41,8 +41,8 @@ AccountRole.Builder.create(Construct scope, java.lang.String id)
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| name | java.lang.String | Identifier for the role; |
-| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. |
+| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. |
---
@@ -114,7 +114,7 @@ Identifier for the role;
must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#name AccountRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#name AccountRole#name}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}.
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -574,7 +574,7 @@ The construct id used in the generated config for the AccountRole to import.
The id of the existing AccountRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#import import section} in the documentation of this resource for the id to use
---
@@ -894,8 +894,8 @@ AccountRoleConfig.builder()
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| name | java.lang.String | Identifier for the role; |
-| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. |
+| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. |
---
@@ -981,7 +981,7 @@ Identifier for the role;
must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#name AccountRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#name AccountRole#name}
---
@@ -993,7 +993,7 @@ public java.lang.String getComment();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}.
---
@@ -1005,7 +1005,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountRole.python.md b/docs/accountRole.python.md
index e155556e6..2a5999ee1 100644
--- a/docs/accountRole.python.md
+++ b/docs/accountRole.python.md
@@ -4,7 +4,7 @@
### AccountRole
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role snowflake_account_role}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role snowflake_account_role}.
#### Initializers
@@ -39,8 +39,8 @@ accountRole.AccountRole(
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| name | str | Identifier for the role; |
-| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. |
+| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. |
---
@@ -112,7 +112,7 @@ Identifier for the role;
must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#name AccountRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#name AccountRole#name}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}.
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -618,7 +618,7 @@ The construct id used in the generated config for the AccountRole to import.
The id of the existing AccountRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#import import section} in the documentation of this resource for the id to use
---
@@ -934,8 +934,8 @@ accountRole.AccountRoleConfig(
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| name | str | Identifier for the role; |
-| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. |
+| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. |
---
@@ -1021,7 +1021,7 @@ Identifier for the role;
must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#name AccountRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#name AccountRole#name}
---
@@ -1033,7 +1033,7 @@ comment: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}.
---
@@ -1045,7 +1045,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/accountRole.typescript.md b/docs/accountRole.typescript.md
index bb5ebeb5d..310e5f049 100644
--- a/docs/accountRole.typescript.md
+++ b/docs/accountRole.typescript.md
@@ -4,7 +4,7 @@
### AccountRole
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role snowflake_account_role}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role snowflake_account_role}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the AccountRole to import.
The id of the existing AccountRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#import import section} in the documentation of this resource for the id to use
---
@@ -786,8 +786,8 @@ const accountRoleConfig: accountRole.AccountRoleConfig = { ... }
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| name | string | Identifier for the role; |
-| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. |
+| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. |
---
@@ -873,7 +873,7 @@ Identifier for the role;
must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#name AccountRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#name AccountRole#name}
---
@@ -885,7 +885,7 @@ public readonly comment: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}.
---
@@ -897,7 +897,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/alert.csharp.md b/docs/alert.csharp.md
index b3690a3f3..c8afd3b84 100644
--- a/docs/alert.csharp.md
+++ b/docs/alert.csharp.md
@@ -4,7 +4,7 @@
### Alert
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert snowflake_alert}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert snowflake_alert}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the Alert to import.
The id of the existing Alert that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#import import section} in the documentation of this resource for the id to use
---
@@ -966,7 +966,7 @@ public AlertAlertScheduleCron Cron { get; set; }
cron block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#cron Alert#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#cron Alert#cron}
---
@@ -982,7 +982,7 @@ Specifies the interval in minutes for the alert schedule.
The interval must be greater than 0 and less than 1440 (24 hours).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#interval Alert#interval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#interval Alert#interval}
---
@@ -1020,7 +1020,7 @@ Specifies the cron expression for the alert.
The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#expression Alert#expression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#expression Alert#expression}
---
@@ -1034,7 +1034,7 @@ public string TimeZone { get; set; }
Specifies the time zone for alert refresh.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#time_zone Alert#time_zone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#time_zone Alert#time_zone}
---
@@ -1086,7 +1086,7 @@ new AlertConfig {
| AlertSchedule | AlertAlertSchedule | alert_schedule block. |
| Comment | string | Specifies a comment for the alert. |
| Enabled | object | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}. |
---
@@ -1170,7 +1170,7 @@ public string Action { get; set; }
The SQL statement that should be executed if the condition returns one or more rows.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#action Alert#action}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#action Alert#action}
---
@@ -1184,7 +1184,7 @@ public string Condition { get; set; }
The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#condition Alert#condition}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#condition Alert#condition}
---
@@ -1198,7 +1198,7 @@ public string Database { get; set; }
The database in which to create the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#database Alert#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#database Alert#database}
---
@@ -1214,7 +1214,7 @@ Specifies the identifier for the alert;
must be unique for the database and schema in which the alert is created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#name Alert#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#name Alert#name}
---
@@ -1228,7 +1228,7 @@ public string Schema { get; set; }
The schema in which to create the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#schema Alert#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#schema Alert#schema}
---
@@ -1242,7 +1242,7 @@ public string Warehouse { get; set; }
The warehouse the alert will use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#warehouse Alert#warehouse}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#warehouse Alert#warehouse}
---
@@ -1256,7 +1256,7 @@ public AlertAlertSchedule AlertSchedule { get; set; }
alert_schedule block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#alert_schedule Alert#alert_schedule}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#alert_schedule Alert#alert_schedule}
---
@@ -1270,7 +1270,7 @@ public string Comment { get; set; }
Specifies a comment for the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#comment Alert#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#comment Alert#comment}
---
@@ -1284,7 +1284,7 @@ public object Enabled { get; set; }
Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#enabled Alert#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#enabled Alert#enabled}
---
@@ -1296,7 +1296,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/alert.go.md b/docs/alert.go.md
index 0e771412e..215e9b046 100644
--- a/docs/alert.go.md
+++ b/docs/alert.go.md
@@ -4,7 +4,7 @@
### Alert
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert snowflake_alert}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert snowflake_alert}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the Alert to import.
The id of the existing Alert that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#import import section} in the documentation of this resource for the id to use
---
@@ -966,7 +966,7 @@ Cron AlertAlertScheduleCron
cron block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#cron Alert#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#cron Alert#cron}
---
@@ -982,7 +982,7 @@ Specifies the interval in minutes for the alert schedule.
The interval must be greater than 0 and less than 1440 (24 hours).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#interval Alert#interval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#interval Alert#interval}
---
@@ -1020,7 +1020,7 @@ Specifies the cron expression for the alert.
The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#expression Alert#expression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#expression Alert#expression}
---
@@ -1034,7 +1034,7 @@ TimeZone *string
Specifies the time zone for alert refresh.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#time_zone Alert#time_zone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#time_zone Alert#time_zone}
---
@@ -1086,7 +1086,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/alert"
| AlertSchedule | AlertAlertSchedule | alert_schedule block. |
| Comment | *string | Specifies a comment for the alert. |
| Enabled | interface{} | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}. |
---
@@ -1170,7 +1170,7 @@ Action *string
The SQL statement that should be executed if the condition returns one or more rows.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#action Alert#action}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#action Alert#action}
---
@@ -1184,7 +1184,7 @@ Condition *string
The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#condition Alert#condition}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#condition Alert#condition}
---
@@ -1198,7 +1198,7 @@ Database *string
The database in which to create the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#database Alert#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#database Alert#database}
---
@@ -1214,7 +1214,7 @@ Specifies the identifier for the alert;
must be unique for the database and schema in which the alert is created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#name Alert#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#name Alert#name}
---
@@ -1228,7 +1228,7 @@ Schema *string
The schema in which to create the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#schema Alert#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#schema Alert#schema}
---
@@ -1242,7 +1242,7 @@ Warehouse *string
The warehouse the alert will use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#warehouse Alert#warehouse}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#warehouse Alert#warehouse}
---
@@ -1256,7 +1256,7 @@ AlertSchedule AlertAlertSchedule
alert_schedule block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#alert_schedule Alert#alert_schedule}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#alert_schedule Alert#alert_schedule}
---
@@ -1270,7 +1270,7 @@ Comment *string
Specifies a comment for the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#comment Alert#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#comment Alert#comment}
---
@@ -1284,7 +1284,7 @@ Enabled interface{}
Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#enabled Alert#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#enabled Alert#enabled}
---
@@ -1296,7 +1296,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/alert.java.md b/docs/alert.java.md
index 3c53facc6..b6a2baf65 100644
--- a/docs/alert.java.md
+++ b/docs/alert.java.md
@@ -4,7 +4,7 @@
### Alert
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert snowflake_alert}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert snowflake_alert}.
#### Initializers
@@ -57,7 +57,7 @@ Alert.Builder.create(Construct scope, java.lang.String id)
| alertSchedule | AlertAlertSchedule | alert_schedule block. |
| comment | java.lang.String | Specifies a comment for the alert. |
| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}. |
---
@@ -127,7 +127,7 @@ Must be unique amongst siblings in the same scope
The SQL statement that should be executed if the condition returns one or more rows.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#action Alert#action}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#action Alert#action}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#condition Alert#condition}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#condition Alert#condition}
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The database in which to create the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#database Alert#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#database Alert#database}
---
@@ -159,7 +159,7 @@ Specifies the identifier for the alert;
must be unique for the database and schema in which the alert is created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#name Alert#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#name Alert#name}
---
@@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema in which to create the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#schema Alert#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#schema Alert#schema}
---
@@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The warehouse the alert will use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#warehouse Alert#warehouse}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#warehouse Alert#warehouse}
---
@@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
alert_schedule block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#alert_schedule Alert#alert_schedule}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#alert_schedule Alert#alert_schedule}
---
@@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a comment for the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#comment Alert#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#comment Alert#comment}
---
@@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#enabled Alert#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#enabled Alert#enabled}
---
@@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -688,7 +688,7 @@ The construct id used in the generated config for the Alert to import.
The id of the existing Alert that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#import import section} in the documentation of this resource for the id to use
---
@@ -1146,7 +1146,7 @@ public AlertAlertScheduleCron getCron();
cron block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#cron Alert#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#cron Alert#cron}
---
@@ -1162,7 +1162,7 @@ Specifies the interval in minutes for the alert schedule.
The interval must be greater than 0 and less than 1440 (24 hours).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#interval Alert#interval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#interval Alert#interval}
---
@@ -1200,7 +1200,7 @@ Specifies the cron expression for the alert.
The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#expression Alert#expression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#expression Alert#expression}
---
@@ -1214,7 +1214,7 @@ public java.lang.String getTimeZone();
Specifies the time zone for alert refresh.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#time_zone Alert#time_zone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#time_zone Alert#time_zone}
---
@@ -1271,7 +1271,7 @@ AlertConfig.builder()
| alertSchedule | AlertAlertSchedule | alert_schedule block. |
| comment | java.lang.String | Specifies a comment for the alert. |
| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}. |
---
@@ -1355,7 +1355,7 @@ public java.lang.String getAction();
The SQL statement that should be executed if the condition returns one or more rows.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#action Alert#action}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#action Alert#action}
---
@@ -1369,7 +1369,7 @@ public java.lang.String getCondition();
The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#condition Alert#condition}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#condition Alert#condition}
---
@@ -1383,7 +1383,7 @@ public java.lang.String getDatabase();
The database in which to create the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#database Alert#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#database Alert#database}
---
@@ -1399,7 +1399,7 @@ Specifies the identifier for the alert;
must be unique for the database and schema in which the alert is created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#name Alert#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#name Alert#name}
---
@@ -1413,7 +1413,7 @@ public java.lang.String getSchema();
The schema in which to create the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#schema Alert#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#schema Alert#schema}
---
@@ -1427,7 +1427,7 @@ public java.lang.String getWarehouse();
The warehouse the alert will use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#warehouse Alert#warehouse}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#warehouse Alert#warehouse}
---
@@ -1441,7 +1441,7 @@ public AlertAlertSchedule getAlertSchedule();
alert_schedule block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#alert_schedule Alert#alert_schedule}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#alert_schedule Alert#alert_schedule}
---
@@ -1455,7 +1455,7 @@ public java.lang.String getComment();
Specifies a comment for the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#comment Alert#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#comment Alert#comment}
---
@@ -1469,7 +1469,7 @@ public java.lang.Object getEnabled();
Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#enabled Alert#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#enabled Alert#enabled}
---
@@ -1481,7 +1481,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/alert.python.md b/docs/alert.python.md
index 563c68064..627d1a4a7 100644
--- a/docs/alert.python.md
+++ b/docs/alert.python.md
@@ -4,7 +4,7 @@
### Alert
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert snowflake_alert}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert snowflake_alert}.
#### Initializers
@@ -54,7 +54,7 @@ alert.Alert(
| alert_schedule | AlertAlertSchedule | alert_schedule block. |
| comment | str | Specifies a comment for the alert. |
| enabled | typing.Union[bool, cdktf.IResolvable] | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}. |
---
@@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope
The SQL statement that should be executed if the condition returns one or more rows.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#action Alert#action}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#action Alert#action}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#condition Alert#condition}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#condition Alert#condition}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The database in which to create the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#database Alert#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#database Alert#database}
---
@@ -156,7 +156,7 @@ Specifies the identifier for the alert;
must be unique for the database and schema in which the alert is created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#name Alert#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#name Alert#name}
---
@@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema in which to create the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#schema Alert#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#schema Alert#schema}
---
@@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The warehouse the alert will use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#warehouse Alert#warehouse}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#warehouse Alert#warehouse}
---
@@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
alert_schedule block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#alert_schedule Alert#alert_schedule}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#alert_schedule Alert#alert_schedule}
---
@@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a comment for the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#comment Alert#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#comment Alert#comment}
---
@@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#enabled Alert#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#enabled Alert#enabled}
---
@@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -596,7 +596,7 @@ def put_alert_schedule(
cron block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#cron Alert#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#cron Alert#cron}
---
@@ -608,7 +608,7 @@ Specifies the interval in minutes for the alert schedule.
The interval must be greater than 0 and less than 1440 (24 hours).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#interval Alert#interval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#interval Alert#interval}
---
@@ -750,7 +750,7 @@ The construct id used in the generated config for the Alert to import.
The id of the existing Alert that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#import import section} in the documentation of this resource for the id to use
---
@@ -1208,7 +1208,7 @@ cron: AlertAlertScheduleCron
cron block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#cron Alert#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#cron Alert#cron}
---
@@ -1224,7 +1224,7 @@ Specifies the interval in minutes for the alert schedule.
The interval must be greater than 0 and less than 1440 (24 hours).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#interval Alert#interval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#interval Alert#interval}
---
@@ -1262,7 +1262,7 @@ Specifies the cron expression for the alert.
The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#expression Alert#expression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#expression Alert#expression}
---
@@ -1276,7 +1276,7 @@ time_zone: str
Specifies the time zone for alert refresh.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#time_zone Alert#time_zone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#time_zone Alert#time_zone}
---
@@ -1328,7 +1328,7 @@ alert.AlertConfig(
| alert_schedule | AlertAlertSchedule | alert_schedule block. |
| comment | str | Specifies a comment for the alert. |
| enabled | typing.Union[bool, cdktf.IResolvable] | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}. |
---
@@ -1412,7 +1412,7 @@ action: str
The SQL statement that should be executed if the condition returns one or more rows.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#action Alert#action}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#action Alert#action}
---
@@ -1426,7 +1426,7 @@ condition: str
The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#condition Alert#condition}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#condition Alert#condition}
---
@@ -1440,7 +1440,7 @@ database: str
The database in which to create the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#database Alert#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#database Alert#database}
---
@@ -1456,7 +1456,7 @@ Specifies the identifier for the alert;
must be unique for the database and schema in which the alert is created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#name Alert#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#name Alert#name}
---
@@ -1470,7 +1470,7 @@ schema: str
The schema in which to create the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#schema Alert#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#schema Alert#schema}
---
@@ -1484,7 +1484,7 @@ warehouse: str
The warehouse the alert will use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#warehouse Alert#warehouse}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#warehouse Alert#warehouse}
---
@@ -1498,7 +1498,7 @@ alert_schedule: AlertAlertSchedule
alert_schedule block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#alert_schedule Alert#alert_schedule}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#alert_schedule Alert#alert_schedule}
---
@@ -1512,7 +1512,7 @@ comment: str
Specifies a comment for the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#comment Alert#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#comment Alert#comment}
---
@@ -1526,7 +1526,7 @@ enabled: typing.Union[bool, IResolvable]
Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#enabled Alert#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#enabled Alert#enabled}
---
@@ -1538,7 +1538,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -2113,7 +2113,7 @@ Specifies the cron expression for the alert.
The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#expression Alert#expression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#expression Alert#expression}
---
@@ -2123,7 +2123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the time zone for alert refresh.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#time_zone Alert#time_zone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#time_zone Alert#time_zone}
---
diff --git a/docs/alert.typescript.md b/docs/alert.typescript.md
index 95ea146bf..21f93e64e 100644
--- a/docs/alert.typescript.md
+++ b/docs/alert.typescript.md
@@ -4,7 +4,7 @@
### Alert
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert snowflake_alert}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert snowflake_alert}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the Alert to import.
The id of the existing Alert that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#import import section} in the documentation of this resource for the id to use
---
@@ -963,7 +963,7 @@ public readonly cron: AlertAlertScheduleCron;
cron block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#cron Alert#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#cron Alert#cron}
---
@@ -979,7 +979,7 @@ Specifies the interval in minutes for the alert schedule.
The interval must be greater than 0 and less than 1440 (24 hours).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#interval Alert#interval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#interval Alert#interval}
---
@@ -1014,7 +1014,7 @@ Specifies the cron expression for the alert.
The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#expression Alert#expression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#expression Alert#expression}
---
@@ -1028,7 +1028,7 @@ public readonly timeZone: string;
Specifies the time zone for alert refresh.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#time_zone Alert#time_zone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#time_zone Alert#time_zone}
---
@@ -1062,7 +1062,7 @@ const alertConfig: alert.AlertConfig = { ... }
| alertSchedule | AlertAlertSchedule | alert_schedule block. |
| comment | string | Specifies a comment for the alert. |
| enabled | boolean \| cdktf.IResolvable | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}. |
---
@@ -1146,7 +1146,7 @@ public readonly action: string;
The SQL statement that should be executed if the condition returns one or more rows.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#action Alert#action}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#action Alert#action}
---
@@ -1160,7 +1160,7 @@ public readonly condition: string;
The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#condition Alert#condition}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#condition Alert#condition}
---
@@ -1174,7 +1174,7 @@ public readonly database: string;
The database in which to create the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#database Alert#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#database Alert#database}
---
@@ -1190,7 +1190,7 @@ Specifies the identifier for the alert;
must be unique for the database and schema in which the alert is created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#name Alert#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#name Alert#name}
---
@@ -1204,7 +1204,7 @@ public readonly schema: string;
The schema in which to create the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#schema Alert#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#schema Alert#schema}
---
@@ -1218,7 +1218,7 @@ public readonly warehouse: string;
The warehouse the alert will use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#warehouse Alert#warehouse}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#warehouse Alert#warehouse}
---
@@ -1232,7 +1232,7 @@ public readonly alertSchedule: AlertAlertSchedule;
alert_schedule block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#alert_schedule Alert#alert_schedule}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#alert_schedule Alert#alert_schedule}
---
@@ -1246,7 +1246,7 @@ public readonly comment: string;
Specifies a comment for the alert.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#comment Alert#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#comment Alert#comment}
---
@@ -1260,7 +1260,7 @@ public readonly enabled: boolean | IResolvable;
Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#enabled Alert#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#enabled Alert#enabled}
---
@@ -1272,7 +1272,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.csharp.md b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.csharp.md
index e2fc5e76e..7aa737a34 100644
--- a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.csharp.md
+++ b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.csharp.md
@@ -4,7 +4,7 @@
### ApiAuthenticationIntegrationWithAuthorizationCodeGrant
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}.
#### Initializers
@@ -523,7 +523,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati
The id of the existing ApiAuthenticationIntegrationWithAuthorizationCodeGrant that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use
---
@@ -1061,7 +1061,7 @@ new ApiAuthenticationIntegrationWithAuthorizationCodeGrantConfig {
| OauthClientId | string | Specifies the client ID for the OAuth application in the external service. |
| OauthClientSecret | string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| Comment | string | Specifies a comment for the integration. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. |
| OauthAccessTokenValidity | double | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| OauthAllowedScopes | string[] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. |
| OauthAuthorizationEndpoint | string | Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. |
@@ -1151,7 +1151,7 @@ public object Enabled { get; set; }
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled}
---
@@ -1165,7 +1165,7 @@ public string Name { get; set; }
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name}
---
@@ -1179,7 +1179,7 @@ public string OauthClientId { get; set; }
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id}
---
@@ -1195,7 +1195,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret}
---
@@ -1209,7 +1209,7 @@ public string Comment { get; set; }
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment}
---
@@ -1221,7 +1221,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1238,7 +1238,7 @@ public double OauthAccessTokenValidity { get; set; }
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity}
---
@@ -1252,7 +1252,7 @@ public string[] OauthAllowedScopes { get; set; }
Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes}
---
@@ -1266,7 +1266,7 @@ public string OauthAuthorizationEndpoint { get; set; }
Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint}
---
@@ -1282,7 +1282,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method}
---
@@ -1296,7 +1296,7 @@ public double OauthRefreshTokenValidity { get; set; }
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity}
---
@@ -1312,7 +1312,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint}
---
diff --git a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.go.md b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.go.md
index 07659b4fd..093a152f9 100644
--- a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.go.md
+++ b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.go.md
@@ -4,7 +4,7 @@
### ApiAuthenticationIntegrationWithAuthorizationCodeGrant
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}.
#### Initializers
@@ -523,7 +523,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati
The id of the existing ApiAuthenticationIntegrationWithAuthorizationCodeGrant that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use
---
@@ -1061,7 +1061,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/apiauthentica
| OauthClientId | *string | Specifies the client ID for the OAuth application in the external service. |
| OauthClientSecret | *string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| Comment | *string | Specifies a comment for the integration. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. |
| OauthAccessTokenValidity | *f64 | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| OauthAllowedScopes | *[]*string | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. |
| OauthAuthorizationEndpoint | *string | Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. |
@@ -1151,7 +1151,7 @@ Enabled interface{}
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled}
---
@@ -1165,7 +1165,7 @@ Name *string
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name}
---
@@ -1179,7 +1179,7 @@ OauthClientId *string
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id}
---
@@ -1195,7 +1195,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret}
---
@@ -1209,7 +1209,7 @@ Comment *string
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment}
---
@@ -1221,7 +1221,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1238,7 +1238,7 @@ OauthAccessTokenValidity *f64
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity}
---
@@ -1252,7 +1252,7 @@ OauthAllowedScopes *[]*string
Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes}
---
@@ -1266,7 +1266,7 @@ OauthAuthorizationEndpoint *string
Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint}
---
@@ -1282,7 +1282,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method}
---
@@ -1296,7 +1296,7 @@ OauthRefreshTokenValidity *f64
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity}
---
@@ -1312,7 +1312,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint}
---
diff --git a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.java.md b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.java.md
index 98c228f90..2b141ba74 100644
--- a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.java.md
+++ b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.java.md
@@ -4,7 +4,7 @@
### ApiAuthenticationIntegrationWithAuthorizationCodeGrant
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}.
#### Initializers
@@ -55,7 +55,7 @@ ApiAuthenticationIntegrationWithAuthorizationCodeGrant.Builder.create(Construct
| oauthClientId | java.lang.String | Specifies the client ID for the OAuth application in the external service. |
| oauthClientSecret | java.lang.String | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| comment | java.lang.String | Specifies a comment for the integration. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. |
| oauthAccessTokenValidity | java.lang.Number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| oauthAllowedScopes | java.util.List | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. |
| oauthAuthorizationEndpoint | java.lang.String | Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. |
@@ -131,7 +131,7 @@ Must be unique amongst siblings in the same scope
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled}
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name}
---
@@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id}
---
@@ -163,7 +163,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret}
---
@@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment}
---
@@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -194,7 +194,7 @@ If you experience problems setting this value it might not be settable. Please t
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity}
---
@@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes}
---
@@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint}
---
@@ -226,7 +226,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method}
---
@@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity}
---
@@ -248,7 +248,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint}
---
@@ -731,7 +731,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati
The id of the existing ApiAuthenticationIntegrationWithAuthorizationCodeGrant that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use
---
@@ -1274,7 +1274,7 @@ ApiAuthenticationIntegrationWithAuthorizationCodeGrantConfig.builder()
| oauthClientId | java.lang.String | Specifies the client ID for the OAuth application in the external service. |
| oauthClientSecret | java.lang.String | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| comment | java.lang.String | Specifies a comment for the integration. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. |
| oauthAccessTokenValidity | java.lang.Number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| oauthAllowedScopes | java.util.List | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. |
| oauthAuthorizationEndpoint | java.lang.String | Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. |
@@ -1364,7 +1364,7 @@ public java.lang.Object getEnabled();
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled}
---
@@ -1378,7 +1378,7 @@ public java.lang.String getName();
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name}
---
@@ -1392,7 +1392,7 @@ public java.lang.String getOauthClientId();
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id}
---
@@ -1408,7 +1408,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret}
---
@@ -1422,7 +1422,7 @@ public java.lang.String getComment();
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment}
---
@@ -1434,7 +1434,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1451,7 +1451,7 @@ public java.lang.Number getOauthAccessTokenValidity();
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity}
---
@@ -1465,7 +1465,7 @@ public java.util.List getOauthAllowedScopes();
Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes}
---
@@ -1479,7 +1479,7 @@ public java.lang.String getOauthAuthorizationEndpoint();
Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint}
---
@@ -1495,7 +1495,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method}
---
@@ -1509,7 +1509,7 @@ public java.lang.Number getOauthRefreshTokenValidity();
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity}
---
@@ -1525,7 +1525,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint}
---
diff --git a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.python.md b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.python.md
index efcefea26..29aad64a5 100644
--- a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.python.md
+++ b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.python.md
@@ -4,7 +4,7 @@
### ApiAuthenticationIntegrationWithAuthorizationCodeGrant
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}.
#### Initializers
@@ -52,7 +52,7 @@ apiAuthenticationIntegrationWithAuthorizationCodeGrant.ApiAuthenticationIntegrat
| oauth_client_id | str | Specifies the client ID for the OAuth application in the external service. |
| oauth_client_secret | str | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| comment | str | Specifies a comment for the integration. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. |
| oauth_access_token_validity | typing.Union[int, float] | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| oauth_allowed_scopes | typing.List[str] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. |
| oauth_authorization_endpoint | str | Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. |
@@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id}
---
@@ -160,7 +160,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment}
---
@@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -191,7 +191,7 @@ If you experience problems setting this value it might not be settable. Please t
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity}
---
@@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes}
---
@@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint}
---
@@ -223,7 +223,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method}
---
@@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity}
---
@@ -245,7 +245,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint}
---
@@ -774,7 +774,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati
The id of the existing ApiAuthenticationIntegrationWithAuthorizationCodeGrant that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use
---
@@ -1312,7 +1312,7 @@ apiAuthenticationIntegrationWithAuthorizationCodeGrant.ApiAuthenticationIntegrat
| oauth_client_id | str | Specifies the client ID for the OAuth application in the external service. |
| oauth_client_secret | str | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| comment | str | Specifies a comment for the integration. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. |
| oauth_access_token_validity | typing.Union[int, float] | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| oauth_allowed_scopes | typing.List[str] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. |
| oauth_authorization_endpoint | str | Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. |
@@ -1402,7 +1402,7 @@ enabled: typing.Union[bool, IResolvable]
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled}
---
@@ -1416,7 +1416,7 @@ name: str
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name}
---
@@ -1430,7 +1430,7 @@ oauth_client_id: str
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id}
---
@@ -1446,7 +1446,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret}
---
@@ -1460,7 +1460,7 @@ comment: str
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment}
---
@@ -1472,7 +1472,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1489,7 +1489,7 @@ oauth_access_token_validity: typing.Union[int, float]
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity}
---
@@ -1503,7 +1503,7 @@ oauth_allowed_scopes: typing.List[str]
Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes}
---
@@ -1517,7 +1517,7 @@ oauth_authorization_endpoint: str
Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint}
---
@@ -1533,7 +1533,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method}
---
@@ -1547,7 +1547,7 @@ oauth_refresh_token_validity: typing.Union[int, float]
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity}
---
@@ -1563,7 +1563,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint}
---
diff --git a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.typescript.md b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.typescript.md
index 56cd45aa7..0a2985e42 100644
--- a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.typescript.md
+++ b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.typescript.md
@@ -4,7 +4,7 @@
### ApiAuthenticationIntegrationWithAuthorizationCodeGrant
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}.
#### Initializers
@@ -523,7 +523,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati
The id of the existing ApiAuthenticationIntegrationWithAuthorizationCodeGrant that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use
---
@@ -1041,7 +1041,7 @@ const apiAuthenticationIntegrationWithAuthorizationCodeGrantConfig: apiAuthentic
| oauthClientId | string | Specifies the client ID for the OAuth application in the external service. |
| oauthClientSecret | string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| comment | string | Specifies a comment for the integration. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. |
| oauthAccessTokenValidity | number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| oauthAllowedScopes | string[] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. |
| oauthAuthorizationEndpoint | string | Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. |
@@ -1131,7 +1131,7 @@ public readonly enabled: boolean | IResolvable;
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled}
---
@@ -1145,7 +1145,7 @@ public readonly name: string;
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name}
---
@@ -1159,7 +1159,7 @@ public readonly oauthClientId: string;
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id}
---
@@ -1175,7 +1175,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret}
---
@@ -1189,7 +1189,7 @@ public readonly comment: string;
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment}
---
@@ -1201,7 +1201,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1218,7 +1218,7 @@ public readonly oauthAccessTokenValidity: number;
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity}
---
@@ -1232,7 +1232,7 @@ public readonly oauthAllowedScopes: string[];
Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes}
---
@@ -1246,7 +1246,7 @@ public readonly oauthAuthorizationEndpoint: string;
Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint}
---
@@ -1262,7 +1262,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method}
---
@@ -1276,7 +1276,7 @@ public readonly oauthRefreshTokenValidity: number;
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity}
---
@@ -1292,7 +1292,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint}
---
diff --git a/docs/apiAuthenticationIntegrationWithClientCredentials.csharp.md b/docs/apiAuthenticationIntegrationWithClientCredentials.csharp.md
index f9f3836ae..1d72dd5c4 100644
--- a/docs/apiAuthenticationIntegrationWithClientCredentials.csharp.md
+++ b/docs/apiAuthenticationIntegrationWithClientCredentials.csharp.md
@@ -4,7 +4,7 @@
### ApiAuthenticationIntegrationWithClientCredentials
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati
The id of the existing ApiAuthenticationIntegrationWithClientCredentials that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use
---
@@ -1031,7 +1031,7 @@ new ApiAuthenticationIntegrationWithClientCredentialsConfig {
| OauthClientId | string | Specifies the client ID for the OAuth application in the external service. |
| OauthClientSecret | string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| Comment | string | Specifies a comment for the integration. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. |
| OauthAccessTokenValidity | double | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| OauthAllowedScopes | string[] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. |
| OauthClientAuthMethod | string | Specifies that POST is used as the authentication method to the external service. |
@@ -1120,7 +1120,7 @@ public object Enabled { get; set; }
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled}
---
@@ -1134,7 +1134,7 @@ public string Name { get; set; }
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name}
---
@@ -1148,7 +1148,7 @@ public string OauthClientId { get; set; }
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id}
---
@@ -1164,7 +1164,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret}
---
@@ -1178,7 +1178,7 @@ public string Comment { get; set; }
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment}
---
@@ -1190,7 +1190,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1207,7 +1207,7 @@ public double OauthAccessTokenValidity { get; set; }
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity}
---
@@ -1221,7 +1221,7 @@ public string[] OauthAllowedScopes { get; set; }
Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes}
---
@@ -1237,7 +1237,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method}
---
@@ -1251,7 +1251,7 @@ public double OauthRefreshTokenValidity { get; set; }
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity}
---
@@ -1267,7 +1267,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint}
---
diff --git a/docs/apiAuthenticationIntegrationWithClientCredentials.go.md b/docs/apiAuthenticationIntegrationWithClientCredentials.go.md
index c69606888..a4ce5ad13 100644
--- a/docs/apiAuthenticationIntegrationWithClientCredentials.go.md
+++ b/docs/apiAuthenticationIntegrationWithClientCredentials.go.md
@@ -4,7 +4,7 @@
### ApiAuthenticationIntegrationWithClientCredentials
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati
The id of the existing ApiAuthenticationIntegrationWithClientCredentials that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use
---
@@ -1031,7 +1031,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/apiauthentica
| OauthClientId | *string | Specifies the client ID for the OAuth application in the external service. |
| OauthClientSecret | *string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| Comment | *string | Specifies a comment for the integration. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. |
| OauthAccessTokenValidity | *f64 | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| OauthAllowedScopes | *[]*string | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. |
| OauthClientAuthMethod | *string | Specifies that POST is used as the authentication method to the external service. |
@@ -1120,7 +1120,7 @@ Enabled interface{}
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled}
---
@@ -1134,7 +1134,7 @@ Name *string
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name}
---
@@ -1148,7 +1148,7 @@ OauthClientId *string
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id}
---
@@ -1164,7 +1164,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret}
---
@@ -1178,7 +1178,7 @@ Comment *string
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment}
---
@@ -1190,7 +1190,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1207,7 +1207,7 @@ OauthAccessTokenValidity *f64
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity}
---
@@ -1221,7 +1221,7 @@ OauthAllowedScopes *[]*string
Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes}
---
@@ -1237,7 +1237,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method}
---
@@ -1251,7 +1251,7 @@ OauthRefreshTokenValidity *f64
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity}
---
@@ -1267,7 +1267,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint}
---
diff --git a/docs/apiAuthenticationIntegrationWithClientCredentials.java.md b/docs/apiAuthenticationIntegrationWithClientCredentials.java.md
index eecdf0012..04cf5f653 100644
--- a/docs/apiAuthenticationIntegrationWithClientCredentials.java.md
+++ b/docs/apiAuthenticationIntegrationWithClientCredentials.java.md
@@ -4,7 +4,7 @@
### ApiAuthenticationIntegrationWithClientCredentials
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}.
#### Initializers
@@ -54,7 +54,7 @@ ApiAuthenticationIntegrationWithClientCredentials.Builder.create(Construct scope
| oauthClientId | java.lang.String | Specifies the client ID for the OAuth application in the external service. |
| oauthClientSecret | java.lang.String | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| comment | java.lang.String | Specifies a comment for the integration. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. |
| oauthAccessTokenValidity | java.lang.Number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| oauthAllowedScopes | java.util.List | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. |
| oauthClientAuthMethod | java.lang.String | Specifies that POST is used as the authentication method to the external service. |
@@ -129,7 +129,7 @@ Must be unique amongst siblings in the same scope
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled}
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name}
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id}
---
@@ -161,7 +161,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret}
---
@@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment}
---
@@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -192,7 +192,7 @@ If you experience problems setting this value it might not be settable. Please t
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity}
---
@@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes}
---
@@ -214,7 +214,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method}
---
@@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity}
---
@@ -236,7 +236,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint}
---
@@ -712,7 +712,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati
The id of the existing ApiAuthenticationIntegrationWithClientCredentials that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use
---
@@ -1232,7 +1232,7 @@ ApiAuthenticationIntegrationWithClientCredentialsConfig.builder()
| oauthClientId | java.lang.String | Specifies the client ID for the OAuth application in the external service. |
| oauthClientSecret | java.lang.String | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| comment | java.lang.String | Specifies a comment for the integration. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. |
| oauthAccessTokenValidity | java.lang.Number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| oauthAllowedScopes | java.util.List | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. |
| oauthClientAuthMethod | java.lang.String | Specifies that POST is used as the authentication method to the external service. |
@@ -1321,7 +1321,7 @@ public java.lang.Object getEnabled();
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled}
---
@@ -1335,7 +1335,7 @@ public java.lang.String getName();
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name}
---
@@ -1349,7 +1349,7 @@ public java.lang.String getOauthClientId();
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id}
---
@@ -1365,7 +1365,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret}
---
@@ -1379,7 +1379,7 @@ public java.lang.String getComment();
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment}
---
@@ -1391,7 +1391,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1408,7 +1408,7 @@ public java.lang.Number getOauthAccessTokenValidity();
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity}
---
@@ -1422,7 +1422,7 @@ public java.util.List getOauthAllowedScopes();
Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes}
---
@@ -1438,7 +1438,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method}
---
@@ -1452,7 +1452,7 @@ public java.lang.Number getOauthRefreshTokenValidity();
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity}
---
@@ -1468,7 +1468,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint}
---
diff --git a/docs/apiAuthenticationIntegrationWithClientCredentials.python.md b/docs/apiAuthenticationIntegrationWithClientCredentials.python.md
index 0d7c5698c..c00fbcb0d 100644
--- a/docs/apiAuthenticationIntegrationWithClientCredentials.python.md
+++ b/docs/apiAuthenticationIntegrationWithClientCredentials.python.md
@@ -4,7 +4,7 @@
### ApiAuthenticationIntegrationWithClientCredentials
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}.
#### Initializers
@@ -51,7 +51,7 @@ apiAuthenticationIntegrationWithClientCredentials.ApiAuthenticationIntegrationWi
| oauth_client_id | str | Specifies the client ID for the OAuth application in the external service. |
| oauth_client_secret | str | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| comment | str | Specifies a comment for the integration. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. |
| oauth_access_token_validity | typing.Union[int, float] | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| oauth_allowed_scopes | typing.List[str] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. |
| oauth_client_auth_method | str | Specifies that POST is used as the authentication method to the external service. |
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id}
---
@@ -158,7 +158,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment}
---
@@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -189,7 +189,7 @@ If you experience problems setting this value it might not be settable. Please t
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity}
---
@@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes}
---
@@ -211,7 +211,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method}
---
@@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity}
---
@@ -233,7 +233,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint}
---
@@ -755,7 +755,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati
The id of the existing ApiAuthenticationIntegrationWithClientCredentials that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use
---
@@ -1270,7 +1270,7 @@ apiAuthenticationIntegrationWithClientCredentials.ApiAuthenticationIntegrationWi
| oauth_client_id | str | Specifies the client ID for the OAuth application in the external service. |
| oauth_client_secret | str | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| comment | str | Specifies a comment for the integration. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. |
| oauth_access_token_validity | typing.Union[int, float] | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| oauth_allowed_scopes | typing.List[str] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. |
| oauth_client_auth_method | str | Specifies that POST is used as the authentication method to the external service. |
@@ -1359,7 +1359,7 @@ enabled: typing.Union[bool, IResolvable]
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled}
---
@@ -1373,7 +1373,7 @@ name: str
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name}
---
@@ -1387,7 +1387,7 @@ oauth_client_id: str
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id}
---
@@ -1403,7 +1403,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret}
---
@@ -1417,7 +1417,7 @@ comment: str
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment}
---
@@ -1429,7 +1429,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1446,7 +1446,7 @@ oauth_access_token_validity: typing.Union[int, float]
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity}
---
@@ -1460,7 +1460,7 @@ oauth_allowed_scopes: typing.List[str]
Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes}
---
@@ -1476,7 +1476,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method}
---
@@ -1490,7 +1490,7 @@ oauth_refresh_token_validity: typing.Union[int, float]
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity}
---
@@ -1506,7 +1506,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint}
---
diff --git a/docs/apiAuthenticationIntegrationWithClientCredentials.typescript.md b/docs/apiAuthenticationIntegrationWithClientCredentials.typescript.md
index 0478898ea..19130b290 100644
--- a/docs/apiAuthenticationIntegrationWithClientCredentials.typescript.md
+++ b/docs/apiAuthenticationIntegrationWithClientCredentials.typescript.md
@@ -4,7 +4,7 @@
### ApiAuthenticationIntegrationWithClientCredentials
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati
The id of the existing ApiAuthenticationIntegrationWithClientCredentials that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use
---
@@ -1012,7 +1012,7 @@ const apiAuthenticationIntegrationWithClientCredentialsConfig: apiAuthentication
| oauthClientId | string | Specifies the client ID for the OAuth application in the external service. |
| oauthClientSecret | string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| comment | string | Specifies a comment for the integration. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. |
| oauthAccessTokenValidity | number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| oauthAllowedScopes | string[] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. |
| oauthClientAuthMethod | string | Specifies that POST is used as the authentication method to the external service. |
@@ -1101,7 +1101,7 @@ public readonly enabled: boolean | IResolvable;
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled}
---
@@ -1115,7 +1115,7 @@ public readonly name: string;
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name}
---
@@ -1129,7 +1129,7 @@ public readonly oauthClientId: string;
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id}
---
@@ -1145,7 +1145,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret}
---
@@ -1159,7 +1159,7 @@ public readonly comment: string;
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment}
---
@@ -1171,7 +1171,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1188,7 +1188,7 @@ public readonly oauthAccessTokenValidity: number;
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity}
---
@@ -1202,7 +1202,7 @@ public readonly oauthAllowedScopes: string[];
Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes}
---
@@ -1218,7 +1218,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method}
---
@@ -1232,7 +1232,7 @@ public readonly oauthRefreshTokenValidity: number;
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity}
---
@@ -1248,7 +1248,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint}
---
diff --git a/docs/apiAuthenticationIntegrationWithJwtBearer.csharp.md b/docs/apiAuthenticationIntegrationWithJwtBearer.csharp.md
index 1b8e2511c..62152ac1f 100644
--- a/docs/apiAuthenticationIntegrationWithJwtBearer.csharp.md
+++ b/docs/apiAuthenticationIntegrationWithJwtBearer.csharp.md
@@ -4,7 +4,7 @@
### ApiAuthenticationIntegrationWithJwtBearer
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati
The id of the existing ApiAuthenticationIntegrationWithJwtBearer that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use
---
@@ -1051,11 +1051,11 @@ new ApiAuthenticationIntegrationWithJwtBearerConfig {
| Provisioners | object[] | *No description.* |
| Enabled | object | Specifies whether this security integration is enabled or disabled. |
| Name | string | Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. |
-| OauthAssertionIssuer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. |
+| OauthAssertionIssuer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. |
| OauthClientId | string | Specifies the client ID for the OAuth application in the external service. |
| OauthClientSecret | string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| Comment | string | Specifies a comment for the integration. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. |
| OauthAccessTokenValidity | double | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| OauthAuthorizationEndpoint | string | Specifies the URL for authenticating to the external service. |
| OauthClientAuthMethod | string | Specifies that POST is used as the authentication method to the external service. |
@@ -1144,7 +1144,7 @@ public object Enabled { get; set; }
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled}
---
@@ -1158,7 +1158,7 @@ public string Name { get; set; }
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name}
---
@@ -1170,7 +1170,7 @@ public string OauthAssertionIssuer { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}.
---
@@ -1184,7 +1184,7 @@ public string OauthClientId { get; set; }
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id}
---
@@ -1200,7 +1200,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret}
---
@@ -1214,7 +1214,7 @@ public string Comment { get; set; }
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment}
---
@@ -1226,7 +1226,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1243,7 +1243,7 @@ public double OauthAccessTokenValidity { get; set; }
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity}
---
@@ -1257,7 +1257,7 @@ public string OauthAuthorizationEndpoint { get; set; }
Specifies the URL for authenticating to the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint}
---
@@ -1273,7 +1273,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method}
---
@@ -1287,7 +1287,7 @@ public double OauthRefreshTokenValidity { get; set; }
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity}
---
@@ -1303,7 +1303,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint}
---
diff --git a/docs/apiAuthenticationIntegrationWithJwtBearer.go.md b/docs/apiAuthenticationIntegrationWithJwtBearer.go.md
index ab5f8e3bb..7b016e59a 100644
--- a/docs/apiAuthenticationIntegrationWithJwtBearer.go.md
+++ b/docs/apiAuthenticationIntegrationWithJwtBearer.go.md
@@ -4,7 +4,7 @@
### ApiAuthenticationIntegrationWithJwtBearer
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati
The id of the existing ApiAuthenticationIntegrationWithJwtBearer that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use
---
@@ -1051,11 +1051,11 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/apiauthentica
| Provisioners | *[]interface{} | *No description.* |
| Enabled | interface{} | Specifies whether this security integration is enabled or disabled. |
| Name | *string | Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. |
-| OauthAssertionIssuer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. |
+| OauthAssertionIssuer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. |
| OauthClientId | *string | Specifies the client ID for the OAuth application in the external service. |
| OauthClientSecret | *string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| Comment | *string | Specifies a comment for the integration. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. |
| OauthAccessTokenValidity | *f64 | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| OauthAuthorizationEndpoint | *string | Specifies the URL for authenticating to the external service. |
| OauthClientAuthMethod | *string | Specifies that POST is used as the authentication method to the external service. |
@@ -1144,7 +1144,7 @@ Enabled interface{}
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled}
---
@@ -1158,7 +1158,7 @@ Name *string
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name}
---
@@ -1170,7 +1170,7 @@ OauthAssertionIssuer *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}.
---
@@ -1184,7 +1184,7 @@ OauthClientId *string
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id}
---
@@ -1200,7 +1200,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret}
---
@@ -1214,7 +1214,7 @@ Comment *string
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment}
---
@@ -1226,7 +1226,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1243,7 +1243,7 @@ OauthAccessTokenValidity *f64
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity}
---
@@ -1257,7 +1257,7 @@ OauthAuthorizationEndpoint *string
Specifies the URL for authenticating to the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint}
---
@@ -1273,7 +1273,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method}
---
@@ -1287,7 +1287,7 @@ OauthRefreshTokenValidity *f64
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity}
---
@@ -1303,7 +1303,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint}
---
diff --git a/docs/apiAuthenticationIntegrationWithJwtBearer.java.md b/docs/apiAuthenticationIntegrationWithJwtBearer.java.md
index 317d4d77d..f3bf3fa83 100644
--- a/docs/apiAuthenticationIntegrationWithJwtBearer.java.md
+++ b/docs/apiAuthenticationIntegrationWithJwtBearer.java.md
@@ -4,7 +4,7 @@
### ApiAuthenticationIntegrationWithJwtBearer
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}.
#### Initializers
@@ -52,11 +52,11 @@ ApiAuthenticationIntegrationWithJwtBearer.Builder.create(Construct scope, java.l
| provisioners | java.util.List | *No description.* |
| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this security integration is enabled or disabled. |
| name | java.lang.String | Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. |
-| oauthAssertionIssuer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. |
+| oauthAssertionIssuer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. |
| oauthClientId | java.lang.String | Specifies the client ID for the OAuth application in the external service. |
| oauthClientSecret | java.lang.String | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| comment | java.lang.String | Specifies a comment for the integration. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. |
| oauthAccessTokenValidity | java.lang.Number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| oauthAuthorizationEndpoint | java.lang.String | Specifies the URL for authenticating to the external service. |
| oauthClientAuthMethod | java.lang.String | Specifies that POST is used as the authentication method to the external service. |
@@ -131,7 +131,7 @@ Must be unique amongst siblings in the same scope
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled}
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name}
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}.
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id}
---
@@ -171,7 +171,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret}
---
@@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment}
---
@@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -202,7 +202,7 @@ If you experience problems setting this value it might not be settable. Please t
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity}
---
@@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the URL for authenticating to the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint}
---
@@ -224,7 +224,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method}
---
@@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity}
---
@@ -246,7 +246,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint}
---
@@ -722,7 +722,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati
The id of the existing ApiAuthenticationIntegrationWithJwtBearer that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use
---
@@ -1262,11 +1262,11 @@ ApiAuthenticationIntegrationWithJwtBearerConfig.builder()
| provisioners | java.util.List | *No description.* |
| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this security integration is enabled or disabled. |
| name | java.lang.String | Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. |
-| oauthAssertionIssuer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. |
+| oauthAssertionIssuer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. |
| oauthClientId | java.lang.String | Specifies the client ID for the OAuth application in the external service. |
| oauthClientSecret | java.lang.String | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| comment | java.lang.String | Specifies a comment for the integration. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. |
| oauthAccessTokenValidity | java.lang.Number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| oauthAuthorizationEndpoint | java.lang.String | Specifies the URL for authenticating to the external service. |
| oauthClientAuthMethod | java.lang.String | Specifies that POST is used as the authentication method to the external service. |
@@ -1355,7 +1355,7 @@ public java.lang.Object getEnabled();
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled}
---
@@ -1369,7 +1369,7 @@ public java.lang.String getName();
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name}
---
@@ -1381,7 +1381,7 @@ public java.lang.String getOauthAssertionIssuer();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}.
---
@@ -1395,7 +1395,7 @@ public java.lang.String getOauthClientId();
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id}
---
@@ -1411,7 +1411,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret}
---
@@ -1425,7 +1425,7 @@ public java.lang.String getComment();
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment}
---
@@ -1437,7 +1437,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1454,7 +1454,7 @@ public java.lang.Number getOauthAccessTokenValidity();
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity}
---
@@ -1468,7 +1468,7 @@ public java.lang.String getOauthAuthorizationEndpoint();
Specifies the URL for authenticating to the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint}
---
@@ -1484,7 +1484,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method}
---
@@ -1498,7 +1498,7 @@ public java.lang.Number getOauthRefreshTokenValidity();
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity}
---
@@ -1514,7 +1514,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint}
---
diff --git a/docs/apiAuthenticationIntegrationWithJwtBearer.python.md b/docs/apiAuthenticationIntegrationWithJwtBearer.python.md
index 5f00dd545..d88fe5640 100644
--- a/docs/apiAuthenticationIntegrationWithJwtBearer.python.md
+++ b/docs/apiAuthenticationIntegrationWithJwtBearer.python.md
@@ -4,7 +4,7 @@
### ApiAuthenticationIntegrationWithJwtBearer
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}.
#### Initializers
@@ -49,11 +49,11 @@ apiAuthenticationIntegrationWithJwtBearer.ApiAuthenticationIntegrationWithJwtBea
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this security integration is enabled or disabled. |
| name | str | Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. |
-| oauth_assertion_issuer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. |
+| oauth_assertion_issuer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. |
| oauth_client_id | str | Specifies the client ID for the OAuth application in the external service. |
| oauth_client_secret | str | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| comment | str | Specifies a comment for the integration. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. |
| oauth_access_token_validity | typing.Union[int, float] | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| oauth_authorization_endpoint | str | Specifies the URL for authenticating to the external service. |
| oauth_client_auth_method | str | Specifies that POST is used as the authentication method to the external service. |
@@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}.
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id}
---
@@ -168,7 +168,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret}
---
@@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment}
---
@@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -199,7 +199,7 @@ If you experience problems setting this value it might not be settable. Please t
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity}
---
@@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the URL for authenticating to the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint}
---
@@ -221,7 +221,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method}
---
@@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity}
---
@@ -243,7 +243,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint}
---
@@ -765,7 +765,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati
The id of the existing ApiAuthenticationIntegrationWithJwtBearer that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use
---
@@ -1300,11 +1300,11 @@ apiAuthenticationIntegrationWithJwtBearer.ApiAuthenticationIntegrationWithJwtBea
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this security integration is enabled or disabled. |
| name | str | Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. |
-| oauth_assertion_issuer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. |
+| oauth_assertion_issuer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. |
| oauth_client_id | str | Specifies the client ID for the OAuth application in the external service. |
| oauth_client_secret | str | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| comment | str | Specifies a comment for the integration. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. |
| oauth_access_token_validity | typing.Union[int, float] | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| oauth_authorization_endpoint | str | Specifies the URL for authenticating to the external service. |
| oauth_client_auth_method | str | Specifies that POST is used as the authentication method to the external service. |
@@ -1393,7 +1393,7 @@ enabled: typing.Union[bool, IResolvable]
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled}
---
@@ -1407,7 +1407,7 @@ name: str
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name}
---
@@ -1419,7 +1419,7 @@ oauth_assertion_issuer: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}.
---
@@ -1433,7 +1433,7 @@ oauth_client_id: str
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id}
---
@@ -1449,7 +1449,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret}
---
@@ -1463,7 +1463,7 @@ comment: str
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment}
---
@@ -1475,7 +1475,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1492,7 +1492,7 @@ oauth_access_token_validity: typing.Union[int, float]
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity}
---
@@ -1506,7 +1506,7 @@ oauth_authorization_endpoint: str
Specifies the URL for authenticating to the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint}
---
@@ -1522,7 +1522,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method}
---
@@ -1536,7 +1536,7 @@ oauth_refresh_token_validity: typing.Union[int, float]
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity}
---
@@ -1552,7 +1552,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint}
---
diff --git a/docs/apiAuthenticationIntegrationWithJwtBearer.typescript.md b/docs/apiAuthenticationIntegrationWithJwtBearer.typescript.md
index 3363632c6..4f2c819fb 100644
--- a/docs/apiAuthenticationIntegrationWithJwtBearer.typescript.md
+++ b/docs/apiAuthenticationIntegrationWithJwtBearer.typescript.md
@@ -4,7 +4,7 @@
### ApiAuthenticationIntegrationWithJwtBearer
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati
The id of the existing ApiAuthenticationIntegrationWithJwtBearer that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use
---
@@ -1031,11 +1031,11 @@ const apiAuthenticationIntegrationWithJwtBearerConfig: apiAuthenticationIntegrat
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| enabled | boolean \| cdktf.IResolvable | Specifies whether this security integration is enabled or disabled. |
| name | string | Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. |
-| oauthAssertionIssuer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. |
+| oauthAssertionIssuer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. |
| oauthClientId | string | Specifies the client ID for the OAuth application in the external service. |
| oauthClientSecret | string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. |
| comment | string | Specifies a comment for the integration. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. |
| oauthAccessTokenValidity | number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. |
| oauthAuthorizationEndpoint | string | Specifies the URL for authenticating to the external service. |
| oauthClientAuthMethod | string | Specifies that POST is used as the authentication method to the external service. |
@@ -1124,7 +1124,7 @@ public readonly enabled: boolean | IResolvable;
Specifies whether this security integration is enabled or disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled}
---
@@ -1138,7 +1138,7 @@ public readonly name: string;
Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name}
---
@@ -1150,7 +1150,7 @@ public readonly oauthAssertionIssuer: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}.
---
@@ -1164,7 +1164,7 @@ public readonly oauthClientId: string;
Specifies the client ID for the OAuth application in the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id}
---
@@ -1180,7 +1180,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance
The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret}
---
@@ -1194,7 +1194,7 @@ public readonly comment: string;
Specifies a comment for the integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment}
---
@@ -1206,7 +1206,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1223,7 +1223,7 @@ public readonly oauthAccessTokenValidity: number;
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity}
---
@@ -1237,7 +1237,7 @@ public readonly oauthAuthorizationEndpoint: string;
Specifies the URL for authenticating to the external service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint}
---
@@ -1253,7 +1253,7 @@ Specifies that POST is used as the authentication method to the external service
If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method}
---
@@ -1267,7 +1267,7 @@ public readonly oauthRefreshTokenValidity: number;
Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity}
---
@@ -1283,7 +1283,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre
The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint}
---
diff --git a/docs/apiIntegration.csharp.md b/docs/apiIntegration.csharp.md
index 89da1dd4f..ca6ba49b8 100644
--- a/docs/apiIntegration.csharp.md
+++ b/docs/apiIntegration.csharp.md
@@ -4,7 +4,7 @@
### ApiIntegration
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration snowflake_api_integration}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration snowflake_api_integration}.
#### Initializers
@@ -537,7 +537,7 @@ The construct id used in the generated config for the ApiIntegration to import.
The id of the existing ApiIntegration that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use
---
@@ -1135,10 +1135,10 @@ new ApiIntegrationConfig {
| ApiKey | string | The API key (also called a “subscription key”). |
| AzureAdApplicationId | string | The 'Application (client) id' of the Azure AD app for your remote service. |
| AzureTenantId | string | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. |
-| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. |
+| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}. |
| Enabled | object | Specifies whether this API integration is enabled or disabled. |
| GoogleAudience | string | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}. |
---
@@ -1222,7 +1222,7 @@ public string[] ApiAllowedPrefixes { get; set; }
Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes}
---
@@ -1236,7 +1236,7 @@ public string ApiProvider { get; set; }
Specifies the HTTPS proxy service type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_provider ApiIntegration#api_provider}
---
@@ -1252,7 +1252,7 @@ Specifies the name of the API integration.
This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#name ApiIntegration#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#name ApiIntegration#name}
---
@@ -1266,7 +1266,7 @@ public string ApiAwsRoleArn { get; set; }
ARN of a cloud platform role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn}
---
@@ -1280,7 +1280,7 @@ public string[] ApiBlockedPrefixes { get; set; }
Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes}
---
@@ -1294,7 +1294,7 @@ public string ApiGcpServiceAccount { get; set; }
The service account used for communication with the Google API Gateway.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account}
---
@@ -1308,7 +1308,7 @@ public string ApiKey { get; set; }
The API key (also called a “subscription key”).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_key ApiIntegration#api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_key ApiIntegration#api_key}
---
@@ -1322,7 +1322,7 @@ public string AzureAdApplicationId { get; set; }
The 'Application (client) id' of the Azure AD app for your remote service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id}
---
@@ -1336,7 +1336,7 @@ public string AzureTenantId { get; set; }
Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id}
---
@@ -1348,7 +1348,7 @@ public string Comment { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}.
---
@@ -1364,7 +1364,7 @@ Specifies whether this API integration is enabled or disabled.
If the API integration is disabled, any external function that relies on it will not work.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#enabled ApiIntegration#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#enabled ApiIntegration#enabled}
---
@@ -1378,7 +1378,7 @@ public string GoogleAudience { get; set; }
The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#google_audience ApiIntegration#google_audience}
---
@@ -1390,7 +1390,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/apiIntegration.go.md b/docs/apiIntegration.go.md
index 8d008dc8a..31f842460 100644
--- a/docs/apiIntegration.go.md
+++ b/docs/apiIntegration.go.md
@@ -4,7 +4,7 @@
### ApiIntegration
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration snowflake_api_integration}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration snowflake_api_integration}.
#### Initializers
@@ -537,7 +537,7 @@ The construct id used in the generated config for the ApiIntegration to import.
The id of the existing ApiIntegration that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use
---
@@ -1135,10 +1135,10 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/apiintegratio
| ApiKey | *string | The API key (also called a “subscription key”). |
| AzureAdApplicationId | *string | The 'Application (client) id' of the Azure AD app for your remote service. |
| AzureTenantId | *string | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. |
-| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. |
+| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}. |
| Enabled | interface{} | Specifies whether this API integration is enabled or disabled. |
| GoogleAudience | *string | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}. |
---
@@ -1222,7 +1222,7 @@ ApiAllowedPrefixes *[]*string
Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes}
---
@@ -1236,7 +1236,7 @@ ApiProvider *string
Specifies the HTTPS proxy service type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_provider ApiIntegration#api_provider}
---
@@ -1252,7 +1252,7 @@ Specifies the name of the API integration.
This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#name ApiIntegration#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#name ApiIntegration#name}
---
@@ -1266,7 +1266,7 @@ ApiAwsRoleArn *string
ARN of a cloud platform role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn}
---
@@ -1280,7 +1280,7 @@ ApiBlockedPrefixes *[]*string
Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes}
---
@@ -1294,7 +1294,7 @@ ApiGcpServiceAccount *string
The service account used for communication with the Google API Gateway.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account}
---
@@ -1308,7 +1308,7 @@ ApiKey *string
The API key (also called a “subscription key”).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_key ApiIntegration#api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_key ApiIntegration#api_key}
---
@@ -1322,7 +1322,7 @@ AzureAdApplicationId *string
The 'Application (client) id' of the Azure AD app for your remote service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id}
---
@@ -1336,7 +1336,7 @@ AzureTenantId *string
Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id}
---
@@ -1348,7 +1348,7 @@ Comment *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}.
---
@@ -1364,7 +1364,7 @@ Specifies whether this API integration is enabled or disabled.
If the API integration is disabled, any external function that relies on it will not work.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#enabled ApiIntegration#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#enabled ApiIntegration#enabled}
---
@@ -1378,7 +1378,7 @@ GoogleAudience *string
The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#google_audience ApiIntegration#google_audience}
---
@@ -1390,7 +1390,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/apiIntegration.java.md b/docs/apiIntegration.java.md
index bab22e6a9..d3480c4e7 100644
--- a/docs/apiIntegration.java.md
+++ b/docs/apiIntegration.java.md
@@ -4,7 +4,7 @@
### ApiIntegration
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration snowflake_api_integration}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration snowflake_api_integration}.
#### Initializers
@@ -60,10 +60,10 @@ ApiIntegration.Builder.create(Construct scope, java.lang.String id)
| apiKey | java.lang.String | The API key (also called a “subscription key”). |
| azureAdApplicationId | java.lang.String | The 'Application (client) id' of the Azure AD app for your remote service. |
| azureTenantId | java.lang.String | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. |
-| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. |
+| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}. |
| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this API integration is enabled or disabled. |
| googleAudience | java.lang.String | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}. |
---
@@ -133,7 +133,7 @@ Must be unique amongst siblings in the same scope
Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes}
---
@@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the HTTPS proxy service type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_provider ApiIntegration#api_provider}
---
@@ -155,7 +155,7 @@ Specifies the name of the API integration.
This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#name ApiIntegration#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#name ApiIntegration#name}
---
@@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
ARN of a cloud platform role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn}
---
@@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes}
---
@@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The service account used for communication with the Google API Gateway.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account}
---
@@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The API key (also called a “subscription key”).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_key ApiIntegration#api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_key ApiIntegration#api_key}
---
@@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The 'Application (client) id' of the Azure AD app for your remote service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id}
---
@@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id}
---
@@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}.
---
@@ -235,7 +235,7 @@ Specifies whether this API integration is enabled or disabled.
If the API integration is disabled, any external function that relies on it will not work.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#enabled ApiIntegration#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#enabled ApiIntegration#enabled}
---
@@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#google_audience ApiIntegration#google_audience}
---
@@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -753,7 +753,7 @@ The construct id used in the generated config for the ApiIntegration to import.
The id of the existing ApiIntegration that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use
---
@@ -1356,10 +1356,10 @@ ApiIntegrationConfig.builder()
| apiKey | java.lang.String | The API key (also called a “subscription key”). |
| azureAdApplicationId | java.lang.String | The 'Application (client) id' of the Azure AD app for your remote service. |
| azureTenantId | java.lang.String | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. |
-| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. |
+| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}. |
| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this API integration is enabled or disabled. |
| googleAudience | java.lang.String | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}. |
---
@@ -1443,7 +1443,7 @@ public java.util.List getApiAllowedPrefixes();
Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes}
---
@@ -1457,7 +1457,7 @@ public java.lang.String getApiProvider();
Specifies the HTTPS proxy service type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_provider ApiIntegration#api_provider}
---
@@ -1473,7 +1473,7 @@ Specifies the name of the API integration.
This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#name ApiIntegration#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#name ApiIntegration#name}
---
@@ -1487,7 +1487,7 @@ public java.lang.String getApiAwsRoleArn();
ARN of a cloud platform role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn}
---
@@ -1501,7 +1501,7 @@ public java.util.List getApiBlockedPrefixes();
Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes}
---
@@ -1515,7 +1515,7 @@ public java.lang.String getApiGcpServiceAccount();
The service account used for communication with the Google API Gateway.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account}
---
@@ -1529,7 +1529,7 @@ public java.lang.String getApiKey();
The API key (also called a “subscription key”).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_key ApiIntegration#api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_key ApiIntegration#api_key}
---
@@ -1543,7 +1543,7 @@ public java.lang.String getAzureAdApplicationId();
The 'Application (client) id' of the Azure AD app for your remote service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id}
---
@@ -1557,7 +1557,7 @@ public java.lang.String getAzureTenantId();
Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id}
---
@@ -1569,7 +1569,7 @@ public java.lang.String getComment();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}.
---
@@ -1585,7 +1585,7 @@ Specifies whether this API integration is enabled or disabled.
If the API integration is disabled, any external function that relies on it will not work.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#enabled ApiIntegration#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#enabled ApiIntegration#enabled}
---
@@ -1599,7 +1599,7 @@ public java.lang.String getGoogleAudience();
The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#google_audience ApiIntegration#google_audience}
---
@@ -1611,7 +1611,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/apiIntegration.python.md b/docs/apiIntegration.python.md
index d71517fbe..56adc4286 100644
--- a/docs/apiIntegration.python.md
+++ b/docs/apiIntegration.python.md
@@ -4,7 +4,7 @@
### ApiIntegration
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration snowflake_api_integration}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration snowflake_api_integration}.
#### Initializers
@@ -57,10 +57,10 @@ apiIntegration.ApiIntegration(
| api_key | str | The API key (also called a “subscription key”). |
| azure_ad_application_id | str | The 'Application (client) id' of the Azure AD app for your remote service. |
| azure_tenant_id | str | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. |
-| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. |
+| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}. |
| enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this API integration is enabled or disabled. |
| google_audience | str | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}. |
---
@@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope
Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the HTTPS proxy service type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_provider ApiIntegration#api_provider}
---
@@ -152,7 +152,7 @@ Specifies the name of the API integration.
This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#name ApiIntegration#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#name ApiIntegration#name}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
ARN of a cloud platform role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes}
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The service account used for communication with the Google API Gateway.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account}
---
@@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The API key (also called a “subscription key”).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_key ApiIntegration#api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_key ApiIntegration#api_key}
---
@@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The 'Application (client) id' of the Azure AD app for your remote service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id}
---
@@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id}
---
@@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}.
---
@@ -232,7 +232,7 @@ Specifies whether this API integration is enabled or disabled.
If the API integration is disabled, any external function that relies on it will not work.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#enabled ApiIntegration#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#enabled ApiIntegration#enabled}
---
@@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#google_audience ApiIntegration#google_audience}
---
@@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -796,7 +796,7 @@ The construct id used in the generated config for the ApiIntegration to import.
The id of the existing ApiIntegration that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use
---
@@ -1394,10 +1394,10 @@ apiIntegration.ApiIntegrationConfig(
| api_key | str | The API key (also called a “subscription key”). |
| azure_ad_application_id | str | The 'Application (client) id' of the Azure AD app for your remote service. |
| azure_tenant_id | str | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. |
-| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. |
+| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}. |
| enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this API integration is enabled or disabled. |
| google_audience | str | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}. |
---
@@ -1481,7 +1481,7 @@ api_allowed_prefixes: typing.List[str]
Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes}
---
@@ -1495,7 +1495,7 @@ api_provider: str
Specifies the HTTPS proxy service type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_provider ApiIntegration#api_provider}
---
@@ -1511,7 +1511,7 @@ Specifies the name of the API integration.
This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#name ApiIntegration#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#name ApiIntegration#name}
---
@@ -1525,7 +1525,7 @@ api_aws_role_arn: str
ARN of a cloud platform role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn}
---
@@ -1539,7 +1539,7 @@ api_blocked_prefixes: typing.List[str]
Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes}
---
@@ -1553,7 +1553,7 @@ api_gcp_service_account: str
The service account used for communication with the Google API Gateway.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account}
---
@@ -1567,7 +1567,7 @@ api_key: str
The API key (also called a “subscription key”).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_key ApiIntegration#api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_key ApiIntegration#api_key}
---
@@ -1581,7 +1581,7 @@ azure_ad_application_id: str
The 'Application (client) id' of the Azure AD app for your remote service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id}
---
@@ -1595,7 +1595,7 @@ azure_tenant_id: str
Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id}
---
@@ -1607,7 +1607,7 @@ comment: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}.
---
@@ -1623,7 +1623,7 @@ Specifies whether this API integration is enabled or disabled.
If the API integration is disabled, any external function that relies on it will not work.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#enabled ApiIntegration#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#enabled ApiIntegration#enabled}
---
@@ -1637,7 +1637,7 @@ google_audience: str
The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#google_audience ApiIntegration#google_audience}
---
@@ -1649,7 +1649,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/apiIntegration.typescript.md b/docs/apiIntegration.typescript.md
index 87ba88ac3..b98f62df6 100644
--- a/docs/apiIntegration.typescript.md
+++ b/docs/apiIntegration.typescript.md
@@ -4,7 +4,7 @@
### ApiIntegration
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration snowflake_api_integration}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration snowflake_api_integration}.
#### Initializers
@@ -537,7 +537,7 @@ The construct id used in the generated config for the ApiIntegration to import.
The id of the existing ApiIntegration that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use
---
@@ -1114,10 +1114,10 @@ const apiIntegrationConfig: apiIntegration.ApiIntegrationConfig = { ... }
| apiKey | string | The API key (also called a “subscription key”). |
| azureAdApplicationId | string | The 'Application (client) id' of the Azure AD app for your remote service. |
| azureTenantId | string | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. |
-| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. |
+| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}. |
| enabled | boolean \| cdktf.IResolvable | Specifies whether this API integration is enabled or disabled. |
| googleAudience | string | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}. |
---
@@ -1201,7 +1201,7 @@ public readonly apiAllowedPrefixes: string[];
Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes}
---
@@ -1215,7 +1215,7 @@ public readonly apiProvider: string;
Specifies the HTTPS proxy service type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_provider ApiIntegration#api_provider}
---
@@ -1231,7 +1231,7 @@ Specifies the name of the API integration.
This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#name ApiIntegration#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#name ApiIntegration#name}
---
@@ -1245,7 +1245,7 @@ public readonly apiAwsRoleArn: string;
ARN of a cloud platform role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn}
---
@@ -1259,7 +1259,7 @@ public readonly apiBlockedPrefixes: string[];
Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes}
---
@@ -1273,7 +1273,7 @@ public readonly apiGcpServiceAccount: string;
The service account used for communication with the Google API Gateway.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account}
---
@@ -1287,7 +1287,7 @@ public readonly apiKey: string;
The API key (also called a “subscription key”).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_key ApiIntegration#api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_key ApiIntegration#api_key}
---
@@ -1301,7 +1301,7 @@ public readonly azureAdApplicationId: string;
The 'Application (client) id' of the Azure AD app for your remote service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id}
---
@@ -1315,7 +1315,7 @@ public readonly azureTenantId: string;
Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id}
---
@@ -1327,7 +1327,7 @@ public readonly comment: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}.
---
@@ -1343,7 +1343,7 @@ Specifies whether this API integration is enabled or disabled.
If the API integration is disabled, any external function that relies on it will not work.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#enabled ApiIntegration#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#enabled ApiIntegration#enabled}
---
@@ -1357,7 +1357,7 @@ public readonly googleAudience: string;
The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#google_audience ApiIntegration#google_audience}
---
@@ -1369,7 +1369,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/authenticationPolicy.csharp.md b/docs/authenticationPolicy.csharp.md
index e0d215bf6..be7e73c3d 100644
--- a/docs/authenticationPolicy.csharp.md
+++ b/docs/authenticationPolicy.csharp.md
@@ -4,7 +4,7 @@
### AuthenticationPolicy
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy snowflake_authentication_policy}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy snowflake_authentication_policy}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the AuthenticationPolicy to im
The id of the existing AuthenticationPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use
---
@@ -1009,7 +1009,7 @@ new AuthenticationPolicyConfig {
| AuthenticationMethods | string[] | A list of authentication methods that are allowed during login. |
| ClientTypes | string[] | A list of clients that can authenticate with Snowflake. |
| Comment | string | Specifies a comment for the authentication policy. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. |
| MfaAuthenticationMethods | string[] | A list of authentication methods that enforce multi-factor authentication (MFA) during login. |
| MfaEnrollment | string | Determines whether a user must enroll in multi-factor authentication. |
| SecurityIntegrations | string[] | A list of security integrations the authentication policy is associated with. |
@@ -1098,7 +1098,7 @@ The database in which to create the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#database AuthenticationPolicy#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#database AuthenticationPolicy#database}
---
@@ -1114,7 +1114,7 @@ Specifies the identifier for the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#name AuthenticationPolicy#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#name AuthenticationPolicy#name}
---
@@ -1130,7 +1130,7 @@ The schema in which to create the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#schema AuthenticationPolicy#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#schema AuthenticationPolicy#schema}
---
@@ -1146,7 +1146,7 @@ A list of authentication methods that are allowed during login.
This parameter accepts one or more of the following values: `ALL` | `SAML` | `PASSWORD` | `OAUTH` | `KEYPAIR`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods}
---
@@ -1162,7 +1162,7 @@ A list of clients that can authenticate with Snowflake.
If a client tries to connect, and the client is not one of the valid CLIENT_TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT_TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types}
---
@@ -1176,7 +1176,7 @@ public string Comment { get; set; }
Specifies a comment for the authentication policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#comment AuthenticationPolicy#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#comment AuthenticationPolicy#comment}
---
@@ -1188,7 +1188,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1207,7 +1207,7 @@ A list of authentication methods that enforce multi-factor authentication (MFA)
Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods}
---
@@ -1223,7 +1223,7 @@ Determines whether a user must enroll in multi-factor authentication.
Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT_TYPES parameter must include SNOWFLAKE_UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment}
---
@@ -1239,7 +1239,7 @@ A list of security integrations the authentication policy is associated with.
This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION_METHODS list. All values in the SECURITY_INTEGRATIONS list must be compatible with the values in the AUTHENTICATION_METHODS list. For example, if SECURITY_INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations}
---
diff --git a/docs/authenticationPolicy.go.md b/docs/authenticationPolicy.go.md
index ca49eb02f..fd8930803 100644
--- a/docs/authenticationPolicy.go.md
+++ b/docs/authenticationPolicy.go.md
@@ -4,7 +4,7 @@
### AuthenticationPolicy
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy snowflake_authentication_policy}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy snowflake_authentication_policy}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the AuthenticationPolicy to im
The id of the existing AuthenticationPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use
---
@@ -1009,7 +1009,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/authenticatio
| AuthenticationMethods | *[]*string | A list of authentication methods that are allowed during login. |
| ClientTypes | *[]*string | A list of clients that can authenticate with Snowflake. |
| Comment | *string | Specifies a comment for the authentication policy. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. |
| MfaAuthenticationMethods | *[]*string | A list of authentication methods that enforce multi-factor authentication (MFA) during login. |
| MfaEnrollment | *string | Determines whether a user must enroll in multi-factor authentication. |
| SecurityIntegrations | *[]*string | A list of security integrations the authentication policy is associated with. |
@@ -1098,7 +1098,7 @@ The database in which to create the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#database AuthenticationPolicy#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#database AuthenticationPolicy#database}
---
@@ -1114,7 +1114,7 @@ Specifies the identifier for the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#name AuthenticationPolicy#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#name AuthenticationPolicy#name}
---
@@ -1130,7 +1130,7 @@ The schema in which to create the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#schema AuthenticationPolicy#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#schema AuthenticationPolicy#schema}
---
@@ -1146,7 +1146,7 @@ A list of authentication methods that are allowed during login.
This parameter accepts one or more of the following values: `ALL` | `SAML` | `PASSWORD` | `OAUTH` | `KEYPAIR`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods}
---
@@ -1162,7 +1162,7 @@ A list of clients that can authenticate with Snowflake.
If a client tries to connect, and the client is not one of the valid CLIENT_TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT_TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types}
---
@@ -1176,7 +1176,7 @@ Comment *string
Specifies a comment for the authentication policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#comment AuthenticationPolicy#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#comment AuthenticationPolicy#comment}
---
@@ -1188,7 +1188,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1207,7 +1207,7 @@ A list of authentication methods that enforce multi-factor authentication (MFA)
Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods}
---
@@ -1223,7 +1223,7 @@ Determines whether a user must enroll in multi-factor authentication.
Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT_TYPES parameter must include SNOWFLAKE_UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment}
---
@@ -1239,7 +1239,7 @@ A list of security integrations the authentication policy is associated with.
This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION_METHODS list. All values in the SECURITY_INTEGRATIONS list must be compatible with the values in the AUTHENTICATION_METHODS list. For example, if SECURITY_INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations}
---
diff --git a/docs/authenticationPolicy.java.md b/docs/authenticationPolicy.java.md
index abd301d5f..4718252b9 100644
--- a/docs/authenticationPolicy.java.md
+++ b/docs/authenticationPolicy.java.md
@@ -4,7 +4,7 @@
### AuthenticationPolicy
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy snowflake_authentication_policy}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy snowflake_authentication_policy}.
#### Initializers
@@ -53,7 +53,7 @@ AuthenticationPolicy.Builder.create(Construct scope, java.lang.String id)
| authenticationMethods | java.util.List | A list of authentication methods that are allowed during login. |
| clientTypes | java.util.List | A list of clients that can authenticate with Snowflake. |
| comment | java.lang.String | Specifies a comment for the authentication policy. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. |
| mfaAuthenticationMethods | java.util.List | A list of authentication methods that enforce multi-factor authentication (MFA) during login. |
| mfaEnrollment | java.lang.String | Determines whether a user must enroll in multi-factor authentication. |
| securityIntegrations | java.util.List | A list of security integrations the authentication policy is associated with. |
@@ -128,7 +128,7 @@ The database in which to create the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#database AuthenticationPolicy#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#database AuthenticationPolicy#database}
---
@@ -140,7 +140,7 @@ Specifies the identifier for the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#name AuthenticationPolicy#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#name AuthenticationPolicy#name}
---
@@ -152,7 +152,7 @@ The schema in which to create the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#schema AuthenticationPolicy#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#schema AuthenticationPolicy#schema}
---
@@ -164,7 +164,7 @@ A list of authentication methods that are allowed during login.
This parameter accepts one or more of the following values: `ALL` | `SAML` | `PASSWORD` | `OAUTH` | `KEYPAIR`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods}
---
@@ -176,7 +176,7 @@ A list of clients that can authenticate with Snowflake.
If a client tries to connect, and the client is not one of the valid CLIENT_TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT_TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types}
---
@@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a comment for the authentication policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#comment AuthenticationPolicy#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#comment AuthenticationPolicy#comment}
---
@@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -209,7 +209,7 @@ A list of authentication methods that enforce multi-factor authentication (MFA)
Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods}
---
@@ -221,7 +221,7 @@ Determines whether a user must enroll in multi-factor authentication.
Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT_TYPES parameter must include SNOWFLAKE_UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment}
---
@@ -233,7 +233,7 @@ A list of security integrations the authentication policy is associated with.
This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION_METHODS list. All values in the SECURITY_INTEGRATIONS list must be compatible with the values in the AUTHENTICATION_METHODS list. For example, if SECURITY_INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations}
---
@@ -709,7 +709,7 @@ The construct id used in the generated config for the AuthenticationPolicy to im
The id of the existing AuthenticationPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use
---
@@ -1206,7 +1206,7 @@ AuthenticationPolicyConfig.builder()
| authenticationMethods | java.util.List | A list of authentication methods that are allowed during login. |
| clientTypes | java.util.List | A list of clients that can authenticate with Snowflake. |
| comment | java.lang.String | Specifies a comment for the authentication policy. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. |
| mfaAuthenticationMethods | java.util.List | A list of authentication methods that enforce multi-factor authentication (MFA) during login. |
| mfaEnrollment | java.lang.String | Determines whether a user must enroll in multi-factor authentication. |
| securityIntegrations | java.util.List | A list of security integrations the authentication policy is associated with. |
@@ -1295,7 +1295,7 @@ The database in which to create the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#database AuthenticationPolicy#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#database AuthenticationPolicy#database}
---
@@ -1311,7 +1311,7 @@ Specifies the identifier for the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#name AuthenticationPolicy#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#name AuthenticationPolicy#name}
---
@@ -1327,7 +1327,7 @@ The schema in which to create the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#schema AuthenticationPolicy#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#schema AuthenticationPolicy#schema}
---
@@ -1343,7 +1343,7 @@ A list of authentication methods that are allowed during login.
This parameter accepts one or more of the following values: `ALL` | `SAML` | `PASSWORD` | `OAUTH` | `KEYPAIR`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods}
---
@@ -1359,7 +1359,7 @@ A list of clients that can authenticate with Snowflake.
If a client tries to connect, and the client is not one of the valid CLIENT_TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT_TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types}
---
@@ -1373,7 +1373,7 @@ public java.lang.String getComment();
Specifies a comment for the authentication policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#comment AuthenticationPolicy#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#comment AuthenticationPolicy#comment}
---
@@ -1385,7 +1385,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1404,7 +1404,7 @@ A list of authentication methods that enforce multi-factor authentication (MFA)
Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods}
---
@@ -1420,7 +1420,7 @@ Determines whether a user must enroll in multi-factor authentication.
Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT_TYPES parameter must include SNOWFLAKE_UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment}
---
@@ -1436,7 +1436,7 @@ A list of security integrations the authentication policy is associated with.
This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION_METHODS list. All values in the SECURITY_INTEGRATIONS list must be compatible with the values in the AUTHENTICATION_METHODS list. For example, if SECURITY_INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations}
---
diff --git a/docs/authenticationPolicy.python.md b/docs/authenticationPolicy.python.md
index 1b07b9edb..5b8527954 100644
--- a/docs/authenticationPolicy.python.md
+++ b/docs/authenticationPolicy.python.md
@@ -4,7 +4,7 @@
### AuthenticationPolicy
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy snowflake_authentication_policy}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy snowflake_authentication_policy}.
#### Initializers
@@ -51,7 +51,7 @@ authenticationPolicy.AuthenticationPolicy(
| authentication_methods | typing.List[str] | A list of authentication methods that are allowed during login. |
| client_types | typing.List[str] | A list of clients that can authenticate with Snowflake. |
| comment | str | Specifies a comment for the authentication policy. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. |
| mfa_authentication_methods | typing.List[str] | A list of authentication methods that enforce multi-factor authentication (MFA) during login. |
| mfa_enrollment | str | Determines whether a user must enroll in multi-factor authentication. |
| security_integrations | typing.List[str] | A list of security integrations the authentication policy is associated with. |
@@ -126,7 +126,7 @@ The database in which to create the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#database AuthenticationPolicy#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#database AuthenticationPolicy#database}
---
@@ -138,7 +138,7 @@ Specifies the identifier for the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#name AuthenticationPolicy#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#name AuthenticationPolicy#name}
---
@@ -150,7 +150,7 @@ The schema in which to create the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#schema AuthenticationPolicy#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#schema AuthenticationPolicy#schema}
---
@@ -162,7 +162,7 @@ A list of authentication methods that are allowed during login.
This parameter accepts one or more of the following values: `ALL` | `SAML` | `PASSWORD` | `OAUTH` | `KEYPAIR`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods}
---
@@ -174,7 +174,7 @@ A list of clients that can authenticate with Snowflake.
If a client tries to connect, and the client is not one of the valid CLIENT_TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT_TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types}
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a comment for the authentication policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#comment AuthenticationPolicy#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#comment AuthenticationPolicy#comment}
---
@@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -207,7 +207,7 @@ A list of authentication methods that enforce multi-factor authentication (MFA)
Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods}
---
@@ -219,7 +219,7 @@ Determines whether a user must enroll in multi-factor authentication.
Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT_TYPES parameter must include SNOWFLAKE_UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment}
---
@@ -231,7 +231,7 @@ A list of security integrations the authentication policy is associated with.
This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION_METHODS list. All values in the SECURITY_INTEGRATIONS list must be compatible with the values in the AUTHENTICATION_METHODS list. For example, if SECURITY_INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations}
---
@@ -753,7 +753,7 @@ The construct id used in the generated config for the AuthenticationPolicy to im
The id of the existing AuthenticationPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use
---
@@ -1246,7 +1246,7 @@ authenticationPolicy.AuthenticationPolicyConfig(
| authentication_methods | typing.List[str] | A list of authentication methods that are allowed during login. |
| client_types | typing.List[str] | A list of clients that can authenticate with Snowflake. |
| comment | str | Specifies a comment for the authentication policy. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. |
| mfa_authentication_methods | typing.List[str] | A list of authentication methods that enforce multi-factor authentication (MFA) during login. |
| mfa_enrollment | str | Determines whether a user must enroll in multi-factor authentication. |
| security_integrations | typing.List[str] | A list of security integrations the authentication policy is associated with. |
@@ -1335,7 +1335,7 @@ The database in which to create the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#database AuthenticationPolicy#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#database AuthenticationPolicy#database}
---
@@ -1351,7 +1351,7 @@ Specifies the identifier for the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#name AuthenticationPolicy#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#name AuthenticationPolicy#name}
---
@@ -1367,7 +1367,7 @@ The schema in which to create the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#schema AuthenticationPolicy#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#schema AuthenticationPolicy#schema}
---
@@ -1383,7 +1383,7 @@ A list of authentication methods that are allowed during login.
This parameter accepts one or more of the following values: `ALL` | `SAML` | `PASSWORD` | `OAUTH` | `KEYPAIR`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods}
---
@@ -1399,7 +1399,7 @@ A list of clients that can authenticate with Snowflake.
If a client tries to connect, and the client is not one of the valid CLIENT_TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT_TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types}
---
@@ -1413,7 +1413,7 @@ comment: str
Specifies a comment for the authentication policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#comment AuthenticationPolicy#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#comment AuthenticationPolicy#comment}
---
@@ -1425,7 +1425,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1444,7 +1444,7 @@ A list of authentication methods that enforce multi-factor authentication (MFA)
Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods}
---
@@ -1460,7 +1460,7 @@ Determines whether a user must enroll in multi-factor authentication.
Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT_TYPES parameter must include SNOWFLAKE_UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment}
---
@@ -1476,7 +1476,7 @@ A list of security integrations the authentication policy is associated with.
This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION_METHODS list. All values in the SECURITY_INTEGRATIONS list must be compatible with the values in the AUTHENTICATION_METHODS list. For example, if SECURITY_INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations}
---
diff --git a/docs/authenticationPolicy.typescript.md b/docs/authenticationPolicy.typescript.md
index f908659d2..f4308b40f 100644
--- a/docs/authenticationPolicy.typescript.md
+++ b/docs/authenticationPolicy.typescript.md
@@ -4,7 +4,7 @@
### AuthenticationPolicy
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy snowflake_authentication_policy}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy snowflake_authentication_policy}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the AuthenticationPolicy to im
The id of the existing AuthenticationPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use
---
@@ -991,7 +991,7 @@ const authenticationPolicyConfig: authenticationPolicy.AuthenticationPolicyConfi
| authenticationMethods | string[] | A list of authentication methods that are allowed during login. |
| clientTypes | string[] | A list of clients that can authenticate with Snowflake. |
| comment | string | Specifies a comment for the authentication policy. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. |
| mfaAuthenticationMethods | string[] | A list of authentication methods that enforce multi-factor authentication (MFA) during login. |
| mfaEnrollment | string | Determines whether a user must enroll in multi-factor authentication. |
| securityIntegrations | string[] | A list of security integrations the authentication policy is associated with. |
@@ -1080,7 +1080,7 @@ The database in which to create the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#database AuthenticationPolicy#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#database AuthenticationPolicy#database}
---
@@ -1096,7 +1096,7 @@ Specifies the identifier for the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#name AuthenticationPolicy#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#name AuthenticationPolicy#name}
---
@@ -1112,7 +1112,7 @@ The schema in which to create the authentication policy.
Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#schema AuthenticationPolicy#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#schema AuthenticationPolicy#schema}
---
@@ -1128,7 +1128,7 @@ A list of authentication methods that are allowed during login.
This parameter accepts one or more of the following values: `ALL` | `SAML` | `PASSWORD` | `OAUTH` | `KEYPAIR`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods}
---
@@ -1144,7 +1144,7 @@ A list of clients that can authenticate with Snowflake.
If a client tries to connect, and the client is not one of the valid CLIENT_TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT_TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types}
---
@@ -1158,7 +1158,7 @@ public readonly comment: string;
Specifies a comment for the authentication policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#comment AuthenticationPolicy#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#comment AuthenticationPolicy#comment}
---
@@ -1170,7 +1170,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1189,7 +1189,7 @@ A list of authentication methods that enforce multi-factor authentication (MFA)
Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods}
---
@@ -1205,7 +1205,7 @@ Determines whether a user must enroll in multi-factor authentication.
Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT_TYPES parameter must include SNOWFLAKE_UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment}
---
@@ -1221,7 +1221,7 @@ A list of security integrations the authentication policy is associated with.
This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION_METHODS list. All values in the SECURITY_INTEGRATIONS list must be compatible with the values in the AUTHENTICATION_METHODS list. For example, if SECURITY_INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations}
---
diff --git a/docs/cortexSearchService.csharp.md b/docs/cortexSearchService.csharp.md
index ba718d542..b5fef9492 100644
--- a/docs/cortexSearchService.csharp.md
+++ b/docs/cortexSearchService.csharp.md
@@ -4,7 +4,7 @@
### CortexSearchService
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service snowflake_cortex_search_service}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service snowflake_cortex_search_service}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the CortexSearchService to imp
The id of the existing CortexSearchService that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use
---
@@ -1016,7 +1016,7 @@ new CortexSearchServiceConfig {
| Warehouse | string | The warehouse in which to create the Cortex search service. |
| Attributes | 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. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. |
| Timeouts | CortexSearchServiceTimeouts | timeouts block. |
---
@@ -1101,7 +1101,7 @@ public string Database { get; set; }
The database in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#database CortexSearchService#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#database CortexSearchService#database}
---
@@ -1117,7 +1117,7 @@ Specifies the name of the Cortex search service.
The name must be unique for the schema in which the service is created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#name CortexSearchService#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#name CortexSearchService#name}
---
@@ -1131,7 +1131,7 @@ public string On { get; set; }
Specifies the column to use as the search column for the Cortex search service; must be a text value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#on CortexSearchService#on}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#on CortexSearchService#on}
---
@@ -1145,7 +1145,7 @@ public string Query { get; set; }
Specifies the query to use to populate the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#query CortexSearchService#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#query CortexSearchService#query}
---
@@ -1159,7 +1159,7 @@ public string Schema { get; set; }
The schema in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#schema CortexSearchService#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#schema CortexSearchService#schema}
---
@@ -1173,7 +1173,7 @@ public string TargetLag { get; set; }
Specifies the maximum target lag time for the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag}
---
@@ -1187,7 +1187,7 @@ public string Warehouse { get; set; }
The warehouse in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse}
---
@@ -1201,7 +1201,7 @@ public string[] Attributes { get; set; }
Specifies the list of columns in the base table to enable filtering on when issuing queries to the service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#attributes CortexSearchService#attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#attributes CortexSearchService#attributes}
---
@@ -1215,7 +1215,7 @@ public string Comment { get; set; }
Specifies a comment for the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#comment CortexSearchService#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#comment CortexSearchService#comment}
---
@@ -1227,7 +1227,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1244,7 +1244,7 @@ public CortexSearchServiceTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts}
---
@@ -1265,8 +1265,8 @@ new CortexSearchServiceTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. |
-| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. |
+| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. |
+| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. |
---
@@ -1278,7 +1278,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}.
---
@@ -1290,7 +1290,7 @@ public string Update { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}.
---
diff --git a/docs/cortexSearchService.go.md b/docs/cortexSearchService.go.md
index b3f36bb02..02aa1d789 100644
--- a/docs/cortexSearchService.go.md
+++ b/docs/cortexSearchService.go.md
@@ -4,7 +4,7 @@
### CortexSearchService
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service snowflake_cortex_search_service}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service snowflake_cortex_search_service}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the CortexSearchService to imp
The id of the existing CortexSearchService that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use
---
@@ -1016,7 +1016,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/cortexsearchs
| Warehouse | *string | The warehouse in which to create the Cortex search service. |
| Attributes | *[]*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. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. |
| Timeouts | CortexSearchServiceTimeouts | timeouts block. |
---
@@ -1101,7 +1101,7 @@ Database *string
The database in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#database CortexSearchService#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#database CortexSearchService#database}
---
@@ -1117,7 +1117,7 @@ Specifies the name of the Cortex search service.
The name must be unique for the schema in which the service is created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#name CortexSearchService#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#name CortexSearchService#name}
---
@@ -1131,7 +1131,7 @@ On *string
Specifies the column to use as the search column for the Cortex search service; must be a text value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#on CortexSearchService#on}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#on CortexSearchService#on}
---
@@ -1145,7 +1145,7 @@ Query *string
Specifies the query to use to populate the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#query CortexSearchService#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#query CortexSearchService#query}
---
@@ -1159,7 +1159,7 @@ Schema *string
The schema in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#schema CortexSearchService#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#schema CortexSearchService#schema}
---
@@ -1173,7 +1173,7 @@ TargetLag *string
Specifies the maximum target lag time for the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag}
---
@@ -1187,7 +1187,7 @@ Warehouse *string
The warehouse in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse}
---
@@ -1201,7 +1201,7 @@ Attributes *[]*string
Specifies the list of columns in the base table to enable filtering on when issuing queries to the service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#attributes CortexSearchService#attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#attributes CortexSearchService#attributes}
---
@@ -1215,7 +1215,7 @@ Comment *string
Specifies a comment for the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#comment CortexSearchService#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#comment CortexSearchService#comment}
---
@@ -1227,7 +1227,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1244,7 +1244,7 @@ Timeouts CortexSearchServiceTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts}
---
@@ -1265,8 +1265,8 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/cortexsearchs
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. |
-| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. |
+| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. |
+| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. |
---
@@ -1278,7 +1278,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}.
---
@@ -1290,7 +1290,7 @@ Update *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}.
---
diff --git a/docs/cortexSearchService.java.md b/docs/cortexSearchService.java.md
index 5c05aadb7..abb58ad72 100644
--- a/docs/cortexSearchService.java.md
+++ b/docs/cortexSearchService.java.md
@@ -4,7 +4,7 @@
### CortexSearchService
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service snowflake_cortex_search_service}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service snowflake_cortex_search_service}.
#### Initializers
@@ -57,7 +57,7 @@ CortexSearchService.Builder.create(Construct scope, java.lang.String id)
| warehouse | java.lang.String | The warehouse in which to create the Cortex search service. |
| attributes | java.util.List | Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. |
| comment | java.lang.String | Specifies a comment for the Cortex search service. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. |
| timeouts | CortexSearchServiceTimeouts | timeouts block. |
---
@@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope
The database in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#database CortexSearchService#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#database CortexSearchService#database}
---
@@ -140,7 +140,7 @@ Specifies the name of the Cortex search service.
The name must be unique for the schema in which the service is created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#name CortexSearchService#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#name CortexSearchService#name}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the column to use as the search column for the Cortex search service; must be a text value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#on CortexSearchService#on}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#on CortexSearchService#on}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the query to use to populate the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#query CortexSearchService#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#query CortexSearchService#query}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#schema CortexSearchService#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#schema CortexSearchService#schema}
---
@@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the maximum target lag time for the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag}
---
@@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The warehouse in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse}
---
@@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the list of columns in the base table to enable filtering on when issuing queries to the service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#attributes CortexSearchService#attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#attributes CortexSearchService#attributes}
---
@@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a comment for the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#comment CortexSearchService#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#comment CortexSearchService#comment}
---
@@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -231,7 +231,7 @@ If you experience problems setting this value it might not be settable. Please t
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts}
---
@@ -699,7 +699,7 @@ The construct id used in the generated config for the CortexSearchService to imp
The id of the existing CortexSearchService that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use
---
@@ -1211,7 +1211,7 @@ CortexSearchServiceConfig.builder()
| warehouse | java.lang.String | The warehouse in which to create the Cortex search service. |
| attributes | java.util.List | Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. |
| comment | java.lang.String | Specifies a comment for the Cortex search service. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. |
| timeouts | CortexSearchServiceTimeouts | timeouts block. |
---
@@ -1296,7 +1296,7 @@ public java.lang.String getDatabase();
The database in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#database CortexSearchService#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#database CortexSearchService#database}
---
@@ -1312,7 +1312,7 @@ Specifies the name of the Cortex search service.
The name must be unique for the schema in which the service is created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#name CortexSearchService#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#name CortexSearchService#name}
---
@@ -1326,7 +1326,7 @@ public java.lang.String getOn();
Specifies the column to use as the search column for the Cortex search service; must be a text value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#on CortexSearchService#on}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#on CortexSearchService#on}
---
@@ -1340,7 +1340,7 @@ public java.lang.String getQuery();
Specifies the query to use to populate the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#query CortexSearchService#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#query CortexSearchService#query}
---
@@ -1354,7 +1354,7 @@ public java.lang.String getSchema();
The schema in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#schema CortexSearchService#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#schema CortexSearchService#schema}
---
@@ -1368,7 +1368,7 @@ public java.lang.String getTargetLag();
Specifies the maximum target lag time for the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag}
---
@@ -1382,7 +1382,7 @@ public java.lang.String getWarehouse();
The warehouse in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse}
---
@@ -1396,7 +1396,7 @@ public java.util.List getAttributes();
Specifies the list of columns in the base table to enable filtering on when issuing queries to the service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#attributes CortexSearchService#attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#attributes CortexSearchService#attributes}
---
@@ -1410,7 +1410,7 @@ public java.lang.String getComment();
Specifies a comment for the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#comment CortexSearchService#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#comment CortexSearchService#comment}
---
@@ -1422,7 +1422,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1439,7 +1439,7 @@ public CortexSearchServiceTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts}
---
@@ -1460,8 +1460,8 @@ CortexSearchServiceTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. |
-| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. |
+| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. |
+| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. |
---
@@ -1473,7 +1473,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}.
---
@@ -1485,7 +1485,7 @@ public java.lang.String getUpdate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}.
---
diff --git a/docs/cortexSearchService.python.md b/docs/cortexSearchService.python.md
index 13d15eeb2..aa868f915 100644
--- a/docs/cortexSearchService.python.md
+++ b/docs/cortexSearchService.python.md
@@ -4,7 +4,7 @@
### CortexSearchService
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service snowflake_cortex_search_service}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service snowflake_cortex_search_service}.
#### Initializers
@@ -55,7 +55,7 @@ cortexSearchService.CortexSearchService(
| warehouse | str | The warehouse in which to create the Cortex search service. |
| attributes | typing.List[str] | Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. |
| comment | str | Specifies a comment for the Cortex search service. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. |
| timeouts | CortexSearchServiceTimeouts | timeouts block. |
---
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
The database in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#database CortexSearchService#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#database CortexSearchService#database}
---
@@ -138,7 +138,7 @@ Specifies the name of the Cortex search service.
The name must be unique for the schema in which the service is created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#name CortexSearchService#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#name CortexSearchService#name}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the column to use as the search column for the Cortex search service; must be a text value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#on CortexSearchService#on}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#on CortexSearchService#on}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the query to use to populate the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#query CortexSearchService#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#query CortexSearchService#query}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#schema CortexSearchService#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#schema CortexSearchService#schema}
---
@@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the maximum target lag time for the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag}
---
@@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The warehouse in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse}
---
@@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the list of columns in the base table to enable filtering on when issuing queries to the service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#attributes CortexSearchService#attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#attributes CortexSearchService#attributes}
---
@@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies a comment for the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#comment CortexSearchService#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#comment CortexSearchService#comment}
---
@@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -229,7 +229,7 @@ If you experience problems setting this value it might not be settable. Please t
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts}
---
@@ -606,7 +606,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}.
---
@@ -614,7 +614,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}.
---
@@ -756,7 +756,7 @@ The construct id used in the generated config for the CortexSearchService to imp
The id of the existing CortexSearchService that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use
---
@@ -1264,7 +1264,7 @@ cortexSearchService.CortexSearchServiceConfig(
| warehouse | str | The warehouse in which to create the Cortex search service. |
| attributes | typing.List[str] | Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. |
| comment | str | Specifies a comment for the Cortex search service. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. |
| timeouts | CortexSearchServiceTimeouts | timeouts block. |
---
@@ -1349,7 +1349,7 @@ database: str
The database in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#database CortexSearchService#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#database CortexSearchService#database}
---
@@ -1365,7 +1365,7 @@ Specifies the name of the Cortex search service.
The name must be unique for the schema in which the service is created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#name CortexSearchService#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#name CortexSearchService#name}
---
@@ -1379,7 +1379,7 @@ on: str
Specifies the column to use as the search column for the Cortex search service; must be a text value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#on CortexSearchService#on}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#on CortexSearchService#on}
---
@@ -1393,7 +1393,7 @@ query: str
Specifies the query to use to populate the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#query CortexSearchService#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#query CortexSearchService#query}
---
@@ -1407,7 +1407,7 @@ schema: str
The schema in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#schema CortexSearchService#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#schema CortexSearchService#schema}
---
@@ -1421,7 +1421,7 @@ target_lag: str
Specifies the maximum target lag time for the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag}
---
@@ -1435,7 +1435,7 @@ warehouse: str
The warehouse in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse}
---
@@ -1449,7 +1449,7 @@ attributes: typing.List[str]
Specifies the list of columns in the base table to enable filtering on when issuing queries to the service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#attributes CortexSearchService#attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#attributes CortexSearchService#attributes}
---
@@ -1463,7 +1463,7 @@ comment: str
Specifies a comment for the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#comment CortexSearchService#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#comment CortexSearchService#comment}
---
@@ -1475,7 +1475,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1492,7 +1492,7 @@ timeouts: CortexSearchServiceTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts}
---
@@ -1513,8 +1513,8 @@ cortexSearchService.CortexSearchServiceTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. |
-| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. |
+| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. |
+| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. |
---
@@ -1526,7 +1526,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}.
---
@@ -1538,7 +1538,7 @@ update: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}.
---
diff --git a/docs/cortexSearchService.typescript.md b/docs/cortexSearchService.typescript.md
index f1cef70bf..00a212133 100644
--- a/docs/cortexSearchService.typescript.md
+++ b/docs/cortexSearchService.typescript.md
@@ -4,7 +4,7 @@
### CortexSearchService
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service snowflake_cortex_search_service}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service snowflake_cortex_search_service}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the CortexSearchService to imp
The id of the existing CortexSearchService that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use
---
@@ -997,7 +997,7 @@ const cortexSearchServiceConfig: cortexSearchService.CortexSearchServiceConfig =
| warehouse | string | The warehouse in which to create the Cortex search service. |
| attributes | 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. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. |
| timeouts | CortexSearchServiceTimeouts | timeouts block. |
---
@@ -1082,7 +1082,7 @@ public readonly database: string;
The database in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#database CortexSearchService#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#database CortexSearchService#database}
---
@@ -1098,7 +1098,7 @@ Specifies the name of the Cortex search service.
The name must be unique for the schema in which the service is created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#name CortexSearchService#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#name CortexSearchService#name}
---
@@ -1112,7 +1112,7 @@ public readonly on: string;
Specifies the column to use as the search column for the Cortex search service; must be a text value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#on CortexSearchService#on}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#on CortexSearchService#on}
---
@@ -1126,7 +1126,7 @@ public readonly query: string;
Specifies the query to use to populate the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#query CortexSearchService#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#query CortexSearchService#query}
---
@@ -1140,7 +1140,7 @@ public readonly schema: string;
The schema in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#schema CortexSearchService#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#schema CortexSearchService#schema}
---
@@ -1154,7 +1154,7 @@ public readonly targetLag: string;
Specifies the maximum target lag time for the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag}
---
@@ -1168,7 +1168,7 @@ public readonly warehouse: string;
The warehouse in which to create the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse}
---
@@ -1182,7 +1182,7 @@ public readonly attributes: string[];
Specifies the list of columns in the base table to enable filtering on when issuing queries to the service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#attributes CortexSearchService#attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#attributes CortexSearchService#attributes}
---
@@ -1196,7 +1196,7 @@ public readonly comment: string;
Specifies a comment for the Cortex search service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#comment CortexSearchService#comment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#comment CortexSearchService#comment}
---
@@ -1208,7 +1208,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1225,7 +1225,7 @@ public readonly timeouts: CortexSearchServiceTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts}
---
@@ -1243,8 +1243,8 @@ const cortexSearchServiceTimeouts: cortexSearchService.CortexSearchServiceTimeou
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. |
-| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. |
+| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. |
+| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. |
---
@@ -1256,7 +1256,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}.
---
@@ -1268,7 +1268,7 @@ public readonly update: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}.
---
diff --git a/docs/dataSnowflakeAccountRoles.csharp.md b/docs/dataSnowflakeAccountRoles.csharp.md
index 1864d819b..f5ed6f6d4 100644
--- a/docs/dataSnowflakeAccountRoles.csharp.md
+++ b/docs/dataSnowflakeAccountRoles.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeAccountRoles
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles snowflake_account_roles}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles snowflake_account_roles}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeAccountRoles
The id of the existing DataSnowflakeAccountRoles that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use
---
@@ -694,7 +694,7 @@ new DataSnowflakeAccountRolesConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. |
| InClass | string | Filters the SHOW GRANTS output by class name. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
@@ -778,7 +778,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -795,7 +795,7 @@ public string InClass { get; set; }
Filters the SHOW GRANTS output by class name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class}
---
@@ -809,7 +809,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like}
---
diff --git a/docs/dataSnowflakeAccountRoles.go.md b/docs/dataSnowflakeAccountRoles.go.md
index 7cbf24e0c..755314f16 100644
--- a/docs/dataSnowflakeAccountRoles.go.md
+++ b/docs/dataSnowflakeAccountRoles.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeAccountRoles
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles snowflake_account_roles}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles snowflake_account_roles}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeAccountRoles
The id of the existing DataSnowflakeAccountRoles that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use
---
@@ -694,7 +694,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. |
| InClass | *string | Filters the SHOW GRANTS output by class name. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
@@ -778,7 +778,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -795,7 +795,7 @@ InClass *string
Filters the SHOW GRANTS output by class name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class}
---
@@ -809,7 +809,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like}
---
diff --git a/docs/dataSnowflakeAccountRoles.java.md b/docs/dataSnowflakeAccountRoles.java.md
index cd9cda119..b3fb7b34d 100644
--- a/docs/dataSnowflakeAccountRoles.java.md
+++ b/docs/dataSnowflakeAccountRoles.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeAccountRoles
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles snowflake_account_roles}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles snowflake_account_roles}.
#### Initializers
@@ -40,7 +40,7 @@ DataSnowflakeAccountRoles.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. |
| inClass | java.lang.String | Filters the SHOW GRANTS output by class name. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -123,7 +123,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the SHOW GRANTS output by class name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class}
---
@@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like}
---
@@ -477,7 +477,7 @@ The construct id used in the generated config for the DataSnowflakeAccountRoles
The id of the existing DataSnowflakeAccountRoles that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use
---
@@ -787,7 +787,7 @@ DataSnowflakeAccountRolesConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. |
| inClass | java.lang.String | Filters the SHOW GRANTS output by class name. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
@@ -871,7 +871,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -888,7 +888,7 @@ public java.lang.String getInClass();
Filters the SHOW GRANTS output by class name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class}
---
@@ -902,7 +902,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like}
---
diff --git a/docs/dataSnowflakeAccountRoles.python.md b/docs/dataSnowflakeAccountRoles.python.md
index 5f05e6ab5..746709f1f 100644
--- a/docs/dataSnowflakeAccountRoles.python.md
+++ b/docs/dataSnowflakeAccountRoles.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeAccountRoles
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles snowflake_account_roles}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles snowflake_account_roles}.
#### Initializers
@@ -38,7 +38,7 @@ dataSnowflakeAccountRoles.DataSnowflakeAccountRoles(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. |
| in_class | str | Filters the SHOW GRANTS output by class name. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the SHOW GRANTS output by class name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class}
---
@@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like}
---
@@ -511,7 +511,7 @@ The construct id used in the generated config for the DataSnowflakeAccountRoles
The id of the existing DataSnowflakeAccountRoles that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use
---
@@ -815,7 +815,7 @@ dataSnowflakeAccountRoles.DataSnowflakeAccountRolesConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. |
| in_class | str | Filters the SHOW GRANTS output by class name. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
@@ -899,7 +899,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -916,7 +916,7 @@ in_class: str
Filters the SHOW GRANTS output by class name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class}
---
@@ -930,7 +930,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like}
---
diff --git a/docs/dataSnowflakeAccountRoles.typescript.md b/docs/dataSnowflakeAccountRoles.typescript.md
index 4800841d3..cba802405 100644
--- a/docs/dataSnowflakeAccountRoles.typescript.md
+++ b/docs/dataSnowflakeAccountRoles.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeAccountRoles
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles snowflake_account_roles}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles snowflake_account_roles}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeAccountRoles
The id of the existing DataSnowflakeAccountRoles that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use
---
@@ -679,7 +679,7 @@ const dataSnowflakeAccountRolesConfig: dataSnowflakeAccountRoles.DataSnowflakeAc
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. |
| inClass | string | Filters the SHOW GRANTS output by class name. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
@@ -763,7 +763,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -780,7 +780,7 @@ public readonly inClass: string;
Filters the SHOW GRANTS output by class name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class}
---
@@ -794,7 +794,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like}
---
diff --git a/docs/dataSnowflakeAccounts.csharp.md b/docs/dataSnowflakeAccounts.csharp.md
index 4d11e0d76..339385093 100644
--- a/docs/dataSnowflakeAccounts.csharp.md
+++ b/docs/dataSnowflakeAccounts.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeAccounts
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts snowflake_accounts}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts snowflake_accounts}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeAccounts to i
The id of the existing DataSnowflakeAccounts that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use
---
@@ -694,7 +694,7 @@ new DataSnowflakeAccountsConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| WithHistory | object | Includes dropped accounts that have not yet been deleted. |
@@ -778,7 +778,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -795,7 +795,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#like DataSnowflakeAccounts#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#like DataSnowflakeAccounts#like}
---
@@ -809,7 +809,7 @@ public object WithHistory { get; set; }
Includes dropped accounts that have not yet been deleted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history}
---
diff --git a/docs/dataSnowflakeAccounts.go.md b/docs/dataSnowflakeAccounts.go.md
index 46f48a489..17e567cf9 100644
--- a/docs/dataSnowflakeAccounts.go.md
+++ b/docs/dataSnowflakeAccounts.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeAccounts
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts snowflake_accounts}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts snowflake_accounts}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeAccounts to i
The id of the existing DataSnowflakeAccounts that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use
---
@@ -694,7 +694,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| WithHistory | interface{} | Includes dropped accounts that have not yet been deleted. |
@@ -778,7 +778,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -795,7 +795,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#like DataSnowflakeAccounts#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#like DataSnowflakeAccounts#like}
---
@@ -809,7 +809,7 @@ WithHistory interface{}
Includes dropped accounts that have not yet been deleted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history}
---
diff --git a/docs/dataSnowflakeAccounts.java.md b/docs/dataSnowflakeAccounts.java.md
index b336cf4bb..8106e9c88 100644
--- a/docs/dataSnowflakeAccounts.java.md
+++ b/docs/dataSnowflakeAccounts.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeAccounts
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts snowflake_accounts}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts snowflake_accounts}.
#### Initializers
@@ -41,7 +41,7 @@ DataSnowflakeAccounts.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| withHistory | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Includes dropped accounts that have not yet been deleted. |
@@ -111,7 +111,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -124,7 +124,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#like DataSnowflakeAccounts#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#like DataSnowflakeAccounts#like}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Includes dropped accounts that have not yet been deleted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history}
---
@@ -478,7 +478,7 @@ The construct id used in the generated config for the DataSnowflakeAccounts to i
The id of the existing DataSnowflakeAccounts that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use
---
@@ -789,7 +789,7 @@ DataSnowflakeAccountsConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| withHistory | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Includes dropped accounts that have not yet been deleted. |
@@ -873,7 +873,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -890,7 +890,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#like DataSnowflakeAccounts#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#like DataSnowflakeAccounts#like}
---
@@ -904,7 +904,7 @@ public java.lang.Object getWithHistory();
Includes dropped accounts that have not yet been deleted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history}
---
diff --git a/docs/dataSnowflakeAccounts.python.md b/docs/dataSnowflakeAccounts.python.md
index 1047daf32..b181d8961 100644
--- a/docs/dataSnowflakeAccounts.python.md
+++ b/docs/dataSnowflakeAccounts.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeAccounts
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts snowflake_accounts}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts snowflake_accounts}.
#### Initializers
@@ -38,7 +38,7 @@ dataSnowflakeAccounts.DataSnowflakeAccounts(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| with_history | typing.Union[bool, cdktf.IResolvable] | Includes dropped accounts that have not yet been deleted. |
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#like DataSnowflakeAccounts#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#like DataSnowflakeAccounts#like}
---
@@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Includes dropped accounts that have not yet been deleted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history}
---
@@ -511,7 +511,7 @@ The construct id used in the generated config for the DataSnowflakeAccounts to i
The id of the existing DataSnowflakeAccounts that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use
---
@@ -815,7 +815,7 @@ dataSnowflakeAccounts.DataSnowflakeAccountsConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| with_history | typing.Union[bool, cdktf.IResolvable] | Includes dropped accounts that have not yet been deleted. |
@@ -899,7 +899,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -916,7 +916,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#like DataSnowflakeAccounts#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#like DataSnowflakeAccounts#like}
---
@@ -930,7 +930,7 @@ with_history: typing.Union[bool, IResolvable]
Includes dropped accounts that have not yet been deleted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history}
---
diff --git a/docs/dataSnowflakeAccounts.typescript.md b/docs/dataSnowflakeAccounts.typescript.md
index 6022bd3f3..0ef445ae0 100644
--- a/docs/dataSnowflakeAccounts.typescript.md
+++ b/docs/dataSnowflakeAccounts.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeAccounts
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts snowflake_accounts}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts snowflake_accounts}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeAccounts to i
The id of the existing DataSnowflakeAccounts that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use
---
@@ -679,7 +679,7 @@ const dataSnowflakeAccountsConfig: dataSnowflakeAccounts.DataSnowflakeAccountsCo
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| withHistory | boolean \| cdktf.IResolvable | Includes dropped accounts that have not yet been deleted. |
@@ -763,7 +763,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -780,7 +780,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#like DataSnowflakeAccounts#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#like DataSnowflakeAccounts#like}
---
@@ -794,7 +794,7 @@ public readonly withHistory: boolean | IResolvable;
Includes dropped accounts that have not yet been deleted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history}
---
diff --git a/docs/dataSnowflakeAlerts.csharp.md b/docs/dataSnowflakeAlerts.csharp.md
index 8c60aba7c..18ca96981 100644
--- a/docs/dataSnowflakeAlerts.csharp.md
+++ b/docs/dataSnowflakeAlerts.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeAlerts
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts snowflake_alerts}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts snowflake_alerts}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataSnowflakeAlerts to imp
The id of the existing DataSnowflakeAlerts that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use
---
@@ -712,7 +712,7 @@ new DataSnowflakeAlertsConfig {
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
| Database | string | The database from which to return the alerts from. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. |
| Pattern | string | Filters the command output by object name. |
| Schema | string | The schema from which to return the alerts from. |
@@ -798,7 +798,7 @@ public string Database { get; set; }
The database from which to return the alerts from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#database DataSnowflakeAlerts#database}
---
@@ -810,7 +810,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#id DataSnowflakeAlerts#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -827,7 +827,7 @@ public string Pattern { get; set; }
Filters the command output by object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern}
---
@@ -841,7 +841,7 @@ public string Schema { get; set; }
The schema from which to return the alerts from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema}
---
diff --git a/docs/dataSnowflakeAlerts.go.md b/docs/dataSnowflakeAlerts.go.md
index 53c071e6e..e72454273 100644
--- a/docs/dataSnowflakeAlerts.go.md
+++ b/docs/dataSnowflakeAlerts.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeAlerts
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts snowflake_alerts}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts snowflake_alerts}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataSnowflakeAlerts to imp
The id of the existing DataSnowflakeAlerts that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use
---
@@ -712,7 +712,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
| Database | *string | The database from which to return the alerts from. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. |
| Pattern | *string | Filters the command output by object name. |
| Schema | *string | The schema from which to return the alerts from. |
@@ -798,7 +798,7 @@ Database *string
The database from which to return the alerts from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#database DataSnowflakeAlerts#database}
---
@@ -810,7 +810,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#id DataSnowflakeAlerts#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -827,7 +827,7 @@ Pattern *string
Filters the command output by object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern}
---
@@ -841,7 +841,7 @@ Schema *string
The schema from which to return the alerts from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema}
---
diff --git a/docs/dataSnowflakeAlerts.java.md b/docs/dataSnowflakeAlerts.java.md
index 8b833e0a2..6edc4074c 100644
--- a/docs/dataSnowflakeAlerts.java.md
+++ b/docs/dataSnowflakeAlerts.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeAlerts
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts snowflake_alerts}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts snowflake_alerts}.
#### Initializers
@@ -42,7 +42,7 @@ DataSnowflakeAlerts.Builder.create(Construct scope, java.lang.String id)
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the alerts from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. |
| pattern | java.lang.String | Filters the command output by object name. |
| schema | java.lang.String | The schema from which to return the alerts from. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the alerts from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#database DataSnowflakeAlerts#database}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#id DataSnowflakeAlerts#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the command output by object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the alerts from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema}
---
@@ -496,7 +496,7 @@ The construct id used in the generated config for the DataSnowflakeAlerts to imp
The id of the existing DataSnowflakeAlerts that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use
---
@@ -818,7 +818,7 @@ DataSnowflakeAlertsConfig.builder()
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the alerts from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. |
| pattern | java.lang.String | Filters the command output by object name. |
| schema | java.lang.String | The schema from which to return the alerts from. |
@@ -904,7 +904,7 @@ public java.lang.String getDatabase();
The database from which to return the alerts from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#database DataSnowflakeAlerts#database}
---
@@ -916,7 +916,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#id DataSnowflakeAlerts#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -933,7 +933,7 @@ public java.lang.String getPattern();
Filters the command output by object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern}
---
@@ -947,7 +947,7 @@ public java.lang.String getSchema();
The schema from which to return the alerts from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema}
---
diff --git a/docs/dataSnowflakeAlerts.python.md b/docs/dataSnowflakeAlerts.python.md
index f33909787..e63c7c4a7 100644
--- a/docs/dataSnowflakeAlerts.python.md
+++ b/docs/dataSnowflakeAlerts.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeAlerts
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts snowflake_alerts}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts snowflake_alerts}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeAlerts.DataSnowflakeAlerts(
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the alerts from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. |
| pattern | str | Filters the command output by object name. |
| schema | str | The schema from which to return the alerts from. |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the alerts from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#database DataSnowflakeAlerts#database}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#id DataSnowflakeAlerts#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the command output by object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern}
---
@@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the alerts from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema}
---
@@ -530,7 +530,7 @@ The construct id used in the generated config for the DataSnowflakeAlerts to imp
The id of the existing DataSnowflakeAlerts that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use
---
@@ -847,7 +847,7 @@ dataSnowflakeAlerts.DataSnowflakeAlertsConfig(
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the alerts from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. |
| pattern | str | Filters the command output by object name. |
| schema | str | The schema from which to return the alerts from. |
@@ -933,7 +933,7 @@ database: str
The database from which to return the alerts from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#database DataSnowflakeAlerts#database}
---
@@ -945,7 +945,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#id DataSnowflakeAlerts#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -962,7 +962,7 @@ pattern: str
Filters the command output by object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern}
---
@@ -976,7 +976,7 @@ schema: str
The schema from which to return the alerts from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema}
---
diff --git a/docs/dataSnowflakeAlerts.typescript.md b/docs/dataSnowflakeAlerts.typescript.md
index 2ac0e6c96..15606fafc 100644
--- a/docs/dataSnowflakeAlerts.typescript.md
+++ b/docs/dataSnowflakeAlerts.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeAlerts
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts snowflake_alerts}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts snowflake_alerts}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataSnowflakeAlerts to imp
The id of the existing DataSnowflakeAlerts that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use
---
@@ -698,7 +698,7 @@ const dataSnowflakeAlertsConfig: dataSnowflakeAlerts.DataSnowflakeAlertsConfig =
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| database | string | The database from which to return the alerts from. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. |
| pattern | string | Filters the command output by object name. |
| schema | string | The schema from which to return the alerts from. |
@@ -784,7 +784,7 @@ public readonly database: string;
The database from which to return the alerts from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#database DataSnowflakeAlerts#database}
---
@@ -796,7 +796,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#id DataSnowflakeAlerts#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -813,7 +813,7 @@ public readonly pattern: string;
Filters the command output by object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern}
---
@@ -827,7 +827,7 @@ public readonly schema: string;
The schema from which to return the alerts from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema}
---
diff --git a/docs/dataSnowflakeConnections.csharp.md b/docs/dataSnowflakeConnections.csharp.md
index 84a2ff56a..639245c93 100644
--- a/docs/dataSnowflakeConnections.csharp.md
+++ b/docs/dataSnowflakeConnections.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeConnections
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections snowflake_connections}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections snowflake_connections}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeConnections t
The id of the existing DataSnowflakeConnections that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use
---
@@ -638,7 +638,7 @@ new DataSnowflakeConnectionsConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
---
@@ -721,7 +721,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -738,7 +738,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#like DataSnowflakeConnections#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#like DataSnowflakeConnections#like}
---
diff --git a/docs/dataSnowflakeConnections.go.md b/docs/dataSnowflakeConnections.go.md
index 207cde183..ce254788a 100644
--- a/docs/dataSnowflakeConnections.go.md
+++ b/docs/dataSnowflakeConnections.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeConnections
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections snowflake_connections}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections snowflake_connections}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeConnections t
The id of the existing DataSnowflakeConnections that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use
---
@@ -638,7 +638,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
---
@@ -721,7 +721,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -738,7 +738,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#like DataSnowflakeConnections#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#like DataSnowflakeConnections#like}
---
diff --git a/docs/dataSnowflakeConnections.java.md b/docs/dataSnowflakeConnections.java.md
index 7b9f13be1..9260399f4 100644
--- a/docs/dataSnowflakeConnections.java.md
+++ b/docs/dataSnowflakeConnections.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeConnections
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections snowflake_connections}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections snowflake_connections}.
#### Initializers
@@ -39,7 +39,7 @@ DataSnowflakeConnections.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#like DataSnowflakeConnections#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#like DataSnowflakeConnections#like}
---
@@ -458,7 +458,7 @@ The construct id used in the generated config for the DataSnowflakeConnections t
The id of the existing DataSnowflakeConnections that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use
---
@@ -721,7 +721,7 @@ DataSnowflakeConnectionsConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
---
@@ -804,7 +804,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -821,7 +821,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#like DataSnowflakeConnections#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#like DataSnowflakeConnections#like}
---
diff --git a/docs/dataSnowflakeConnections.python.md b/docs/dataSnowflakeConnections.python.md
index 29a3a2a1a..d063f002b 100644
--- a/docs/dataSnowflakeConnections.python.md
+++ b/docs/dataSnowflakeConnections.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeConnections
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections snowflake_connections}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections snowflake_connections}.
#### Initializers
@@ -37,7 +37,7 @@ dataSnowflakeConnections.DataSnowflakeConnections(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
---
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#like DataSnowflakeConnections#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#like DataSnowflakeConnections#like}
---
@@ -492,7 +492,7 @@ The construct id used in the generated config for the DataSnowflakeConnections t
The id of the existing DataSnowflakeConnections that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use
---
@@ -751,7 +751,7 @@ dataSnowflakeConnections.DataSnowflakeConnectionsConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
---
@@ -834,7 +834,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -851,7 +851,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#like DataSnowflakeConnections#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#like DataSnowflakeConnections#like}
---
diff --git a/docs/dataSnowflakeConnections.typescript.md b/docs/dataSnowflakeConnections.typescript.md
index cd16ca493..f764682bf 100644
--- a/docs/dataSnowflakeConnections.typescript.md
+++ b/docs/dataSnowflakeConnections.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeConnections
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections snowflake_connections}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections snowflake_connections}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeConnections t
The id of the existing DataSnowflakeConnections that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use
---
@@ -628,7 +628,7 @@ const dataSnowflakeConnectionsConfig: dataSnowflakeConnections.DataSnowflakeConn
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
---
@@ -711,7 +711,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -728,7 +728,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#like DataSnowflakeConnections#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#like DataSnowflakeConnections#like}
---
diff --git a/docs/dataSnowflakeCortexSearchServices.csharp.md b/docs/dataSnowflakeCortexSearchServices.csharp.md
index 493145686..41fdf4a13 100644
--- a/docs/dataSnowflakeCortexSearchServices.csharp.md
+++ b/docs/dataSnowflakeCortexSearchServices.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeCortexSearchServices
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services snowflake_cortex_search_services}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services snowflake_cortex_search_services}.
#### Initializers
@@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeCortexSearchS
The id of the existing DataSnowflakeCortexSearchServices that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use
---
@@ -754,7 +754,7 @@ new DataSnowflakeCortexSearchServicesConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. |
| In | DataSnowflakeCortexSearchServicesIn | in block. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeCortexSearchServicesLimit | limit block. |
@@ -840,7 +840,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -857,7 +857,7 @@ public DataSnowflakeCortexSearchServicesIn In { get; set; }
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in}
---
@@ -871,7 +871,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like}
---
@@ -885,7 +885,7 @@ public DataSnowflakeCortexSearchServicesLimit Limit { get; set; }
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit}
---
@@ -899,7 +899,7 @@ public string StartsWith { get; set; }
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with}
---
@@ -950,7 +950,7 @@ public object Account { get; set; }
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account}
---
@@ -964,7 +964,7 @@ public string Database { get; set; }
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database}
---
@@ -978,7 +978,7 @@ public string Schema { get; set; }
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema}
---
@@ -1014,7 +1014,7 @@ public double Rows { get; set; }
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows}
---
@@ -1030,7 +1030,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from}
---
diff --git a/docs/dataSnowflakeCortexSearchServices.go.md b/docs/dataSnowflakeCortexSearchServices.go.md
index 2868df915..62b196db0 100644
--- a/docs/dataSnowflakeCortexSearchServices.go.md
+++ b/docs/dataSnowflakeCortexSearchServices.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeCortexSearchServices
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services snowflake_cortex_search_services}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services snowflake_cortex_search_services}.
#### Initializers
@@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeCortexSearchS
The id of the existing DataSnowflakeCortexSearchServices that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use
---
@@ -754,7 +754,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. |
| In | DataSnowflakeCortexSearchServicesIn | in block. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeCortexSearchServicesLimit | limit block. |
@@ -840,7 +840,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -857,7 +857,7 @@ In DataSnowflakeCortexSearchServicesIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in}
---
@@ -871,7 +871,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like}
---
@@ -885,7 +885,7 @@ Limit DataSnowflakeCortexSearchServicesLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit}
---
@@ -899,7 +899,7 @@ StartsWith *string
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with}
---
@@ -950,7 +950,7 @@ Account interface{}
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account}
---
@@ -964,7 +964,7 @@ Database *string
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database}
---
@@ -978,7 +978,7 @@ Schema *string
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema}
---
@@ -1014,7 +1014,7 @@ Rows *f64
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows}
---
@@ -1030,7 +1030,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from}
---
diff --git a/docs/dataSnowflakeCortexSearchServices.java.md b/docs/dataSnowflakeCortexSearchServices.java.md
index 9c1cf8597..3d99f3942 100644
--- a/docs/dataSnowflakeCortexSearchServices.java.md
+++ b/docs/dataSnowflakeCortexSearchServices.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeCortexSearchServices
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services snowflake_cortex_search_services}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services snowflake_cortex_search_services}.
#### Initializers
@@ -42,7 +42,7 @@ DataSnowflakeCortexSearchServices.Builder.create(Construct scope, java.lang.Stri
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. |
| in | DataSnowflakeCortexSearchServicesIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeCortexSearchServicesLimit | limit block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like}
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit}
---
@@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with}
---
@@ -541,7 +541,7 @@ The construct id used in the generated config for the DataSnowflakeCortexSearchS
The id of the existing DataSnowflakeCortexSearchServices that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use
---
@@ -873,7 +873,7 @@ DataSnowflakeCortexSearchServicesConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. |
| in | DataSnowflakeCortexSearchServicesIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeCortexSearchServicesLimit | limit block. |
@@ -959,7 +959,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -976,7 +976,7 @@ public DataSnowflakeCortexSearchServicesIn getIn();
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in}
---
@@ -990,7 +990,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like}
---
@@ -1004,7 +1004,7 @@ public DataSnowflakeCortexSearchServicesLimit getLimit();
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit}
---
@@ -1018,7 +1018,7 @@ public java.lang.String getStartsWith();
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with}
---
@@ -1069,7 +1069,7 @@ public java.lang.Object getAccount();
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account}
---
@@ -1083,7 +1083,7 @@ public java.lang.String getDatabase();
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database}
---
@@ -1097,7 +1097,7 @@ public java.lang.String getSchema();
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema}
---
@@ -1133,7 +1133,7 @@ public java.lang.Number getRows();
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows}
---
@@ -1149,7 +1149,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from}
---
diff --git a/docs/dataSnowflakeCortexSearchServices.python.md b/docs/dataSnowflakeCortexSearchServices.python.md
index de81c28e0..a4a6f52fd 100644
--- a/docs/dataSnowflakeCortexSearchServices.python.md
+++ b/docs/dataSnowflakeCortexSearchServices.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeCortexSearchServices
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services snowflake_cortex_search_services}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services snowflake_cortex_search_services}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeCortexSearchServices.DataSnowflakeCortexSearchServices(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. |
| in | DataSnowflakeCortexSearchServicesIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeCortexSearchServicesLimit | limit block. |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -125,7 +125,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in}
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit}
---
@@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with}
---
@@ -423,7 +423,7 @@ def put_in(
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account}
---
@@ -433,7 +433,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database}
---
@@ -443,7 +443,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema}
---
@@ -462,7 +462,7 @@ def put_limit(
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows}
---
@@ -474,7 +474,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from}
---
@@ -622,7 +622,7 @@ The construct id used in the generated config for the DataSnowflakeCortexSearchS
The id of the existing DataSnowflakeCortexSearchServices that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use
---
@@ -950,7 +950,7 @@ dataSnowflakeCortexSearchServices.DataSnowflakeCortexSearchServicesConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. |
| in | DataSnowflakeCortexSearchServicesIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeCortexSearchServicesLimit | limit block. |
@@ -1036,7 +1036,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1053,7 +1053,7 @@ in: DataSnowflakeCortexSearchServicesIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in}
---
@@ -1067,7 +1067,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like}
---
@@ -1081,7 +1081,7 @@ limit: DataSnowflakeCortexSearchServicesLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit}
---
@@ -1095,7 +1095,7 @@ starts_with: str
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with}
---
@@ -1144,7 +1144,7 @@ account: typing.Union[bool, IResolvable]
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account}
---
@@ -1158,7 +1158,7 @@ database: str
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database}
---
@@ -1172,7 +1172,7 @@ schema: str
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema}
---
@@ -1208,7 +1208,7 @@ rows: typing.Union[int, float]
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows}
---
@@ -1224,7 +1224,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from}
---
diff --git a/docs/dataSnowflakeCortexSearchServices.typescript.md b/docs/dataSnowflakeCortexSearchServices.typescript.md
index 8b1d72d51..1e8214fa2 100644
--- a/docs/dataSnowflakeCortexSearchServices.typescript.md
+++ b/docs/dataSnowflakeCortexSearchServices.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeCortexSearchServices
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services snowflake_cortex_search_services}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services snowflake_cortex_search_services}.
#### Initializers
@@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeCortexSearchS
The id of the existing DataSnowflakeCortexSearchServices that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use
---
@@ -741,7 +741,7 @@ const dataSnowflakeCortexSearchServicesConfig: dataSnowflakeCortexSearchServices
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. |
| in | DataSnowflakeCortexSearchServicesIn | in block. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeCortexSearchServicesLimit | limit block. |
@@ -827,7 +827,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -844,7 +844,7 @@ public readonly in: DataSnowflakeCortexSearchServicesIn;
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in}
---
@@ -858,7 +858,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like}
---
@@ -872,7 +872,7 @@ public readonly limit: DataSnowflakeCortexSearchServicesLimit;
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit}
---
@@ -886,7 +886,7 @@ public readonly startsWith: string;
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with}
---
@@ -931,7 +931,7 @@ public readonly account: boolean | IResolvable;
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account}
---
@@ -945,7 +945,7 @@ public readonly database: string;
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database}
---
@@ -959,7 +959,7 @@ public readonly schema: string;
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema}
---
@@ -992,7 +992,7 @@ public readonly rows: number;
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows}
---
@@ -1008,7 +1008,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from}
---
diff --git a/docs/dataSnowflakeCurrentAccount.csharp.md b/docs/dataSnowflakeCurrentAccount.csharp.md
index 4e41fbf59..2ac44450d 100644
--- a/docs/dataSnowflakeCurrentAccount.csharp.md
+++ b/docs/dataSnowflakeCurrentAccount.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeCurrentAccount
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account snowflake_current_account}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account snowflake_current_account}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentAccoun
The id of the existing DataSnowflakeCurrentAccount that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use
---
@@ -630,7 +630,7 @@ new DataSnowflakeCurrentAccountConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. |
---
@@ -712,7 +712,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeCurrentAccount.go.md b/docs/dataSnowflakeCurrentAccount.go.md
index e21d46f6a..8a431c137 100644
--- a/docs/dataSnowflakeCurrentAccount.go.md
+++ b/docs/dataSnowflakeCurrentAccount.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeCurrentAccount
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account snowflake_current_account}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account snowflake_current_account}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentAccoun
The id of the existing DataSnowflakeCurrentAccount that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use
---
@@ -630,7 +630,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. |
---
@@ -712,7 +712,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeCurrentAccount.java.md b/docs/dataSnowflakeCurrentAccount.java.md
index 1a6ea56e4..c335490a7 100644
--- a/docs/dataSnowflakeCurrentAccount.java.md
+++ b/docs/dataSnowflakeCurrentAccount.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeCurrentAccount
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account snowflake_current_account}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account snowflake_current_account}.
#### Initializers
@@ -38,7 +38,7 @@ DataSnowflakeCurrentAccount.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. |
---
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentAccoun
The id of the existing DataSnowflakeCurrentAccount that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use
---
@@ -701,7 +701,7 @@ DataSnowflakeCurrentAccountConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. |
---
@@ -783,7 +783,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeCurrentAccount.python.md b/docs/dataSnowflakeCurrentAccount.python.md
index d2f30ffeb..e2870e086 100644
--- a/docs/dataSnowflakeCurrentAccount.python.md
+++ b/docs/dataSnowflakeCurrentAccount.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeCurrentAccount
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account snowflake_current_account}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account snowflake_current_account}.
#### Initializers
@@ -36,7 +36,7 @@ dataSnowflakeCurrentAccount.DataSnowflakeCurrentAccount(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. |
---
@@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -473,7 +473,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentAccoun
The id of the existing DataSnowflakeCurrentAccount that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use
---
@@ -731,7 +731,7 @@ dataSnowflakeCurrentAccount.DataSnowflakeCurrentAccountConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. |
---
@@ -813,7 +813,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeCurrentAccount.typescript.md b/docs/dataSnowflakeCurrentAccount.typescript.md
index 294feac56..8bfce98c7 100644
--- a/docs/dataSnowflakeCurrentAccount.typescript.md
+++ b/docs/dataSnowflakeCurrentAccount.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeCurrentAccount
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account snowflake_current_account}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account snowflake_current_account}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentAccoun
The id of the existing DataSnowflakeCurrentAccount that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use
---
@@ -621,7 +621,7 @@ const dataSnowflakeCurrentAccountConfig: dataSnowflakeCurrentAccount.DataSnowfla
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. |
---
@@ -703,7 +703,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeCurrentRole.csharp.md b/docs/dataSnowflakeCurrentRole.csharp.md
index 9a795e036..3da886f23 100644
--- a/docs/dataSnowflakeCurrentRole.csharp.md
+++ b/docs/dataSnowflakeCurrentRole.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeCurrentRole
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role snowflake_current_role}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role snowflake_current_role}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentRole t
The id of the existing DataSnowflakeCurrentRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use
---
@@ -608,7 +608,7 @@ new DataSnowflakeCurrentRoleConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. |
---
@@ -690,7 +690,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeCurrentRole.go.md b/docs/dataSnowflakeCurrentRole.go.md
index 7c7ab6c09..6419496b0 100644
--- a/docs/dataSnowflakeCurrentRole.go.md
+++ b/docs/dataSnowflakeCurrentRole.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeCurrentRole
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role snowflake_current_role}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role snowflake_current_role}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentRole t
The id of the existing DataSnowflakeCurrentRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use
---
@@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. |
---
@@ -690,7 +690,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeCurrentRole.java.md b/docs/dataSnowflakeCurrentRole.java.md
index 1304690a5..7402e2c19 100644
--- a/docs/dataSnowflakeCurrentRole.java.md
+++ b/docs/dataSnowflakeCurrentRole.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeCurrentRole
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role snowflake_current_role}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role snowflake_current_role}.
#### Initializers
@@ -38,7 +38,7 @@ DataSnowflakeCurrentRole.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. |
---
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentRole t
The id of the existing DataSnowflakeCurrentRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use
---
@@ -679,7 +679,7 @@ DataSnowflakeCurrentRoleConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. |
---
@@ -761,7 +761,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeCurrentRole.python.md b/docs/dataSnowflakeCurrentRole.python.md
index 9aac477ec..4c292eaba 100644
--- a/docs/dataSnowflakeCurrentRole.python.md
+++ b/docs/dataSnowflakeCurrentRole.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeCurrentRole
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role snowflake_current_role}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role snowflake_current_role}.
#### Initializers
@@ -36,7 +36,7 @@ dataSnowflakeCurrentRole.DataSnowflakeCurrentRole(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. |
---
@@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -473,7 +473,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentRole t
The id of the existing DataSnowflakeCurrentRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use
---
@@ -709,7 +709,7 @@ dataSnowflakeCurrentRole.DataSnowflakeCurrentRoleConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. |
---
@@ -791,7 +791,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeCurrentRole.typescript.md b/docs/dataSnowflakeCurrentRole.typescript.md
index 341b05c58..5b3b8efcb 100644
--- a/docs/dataSnowflakeCurrentRole.typescript.md
+++ b/docs/dataSnowflakeCurrentRole.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeCurrentRole
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role snowflake_current_role}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role snowflake_current_role}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentRole t
The id of the existing DataSnowflakeCurrentRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use
---
@@ -599,7 +599,7 @@ const dataSnowflakeCurrentRoleConfig: dataSnowflakeCurrentRole.DataSnowflakeCurr
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. |
---
@@ -681,7 +681,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeDatabase.csharp.md b/docs/dataSnowflakeDatabase.csharp.md
index d44bda697..cfdacf5d4 100644
--- a/docs/dataSnowflakeDatabase.csharp.md
+++ b/docs/dataSnowflakeDatabase.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabase
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database snowflake_database}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database snowflake_database}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeDatabase to i
The id of the existing DataSnowflakeDatabase that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#import import section} in the documentation of this resource for the id to use
---
@@ -709,7 +709,7 @@ new DataSnowflakeDatabaseConfig {
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
| Name | string | The database from which to return its metadata. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#id DataSnowflakeDatabase#id}. |
---
@@ -793,7 +793,7 @@ public string Name { get; set; }
The database from which to return its metadata.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#name DataSnowflakeDatabase#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#name DataSnowflakeDatabase#name}
---
@@ -805,7 +805,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#id DataSnowflakeDatabase#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeDatabase.go.md b/docs/dataSnowflakeDatabase.go.md
index b8b471fb4..1864641ec 100644
--- a/docs/dataSnowflakeDatabase.go.md
+++ b/docs/dataSnowflakeDatabase.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabase
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database snowflake_database}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database snowflake_database}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeDatabase to i
The id of the existing DataSnowflakeDatabase that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#import import section} in the documentation of this resource for the id to use
---
@@ -709,7 +709,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
| Name | *string | The database from which to return its metadata. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#id DataSnowflakeDatabase#id}. |
---
@@ -793,7 +793,7 @@ Name *string
The database from which to return its metadata.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#name DataSnowflakeDatabase#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#name DataSnowflakeDatabase#name}
---
@@ -805,7 +805,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#id DataSnowflakeDatabase#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeDatabase.java.md b/docs/dataSnowflakeDatabase.java.md
index a2344461e..625253215 100644
--- a/docs/dataSnowflakeDatabase.java.md
+++ b/docs/dataSnowflakeDatabase.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabase
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database snowflake_database}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database snowflake_database}.
#### Initializers
@@ -40,7 +40,7 @@ DataSnowflakeDatabase.Builder.create(Construct scope, java.lang.String id)
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| name | java.lang.String | The database from which to return its metadata. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#id DataSnowflakeDatabase#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The database from which to return its metadata.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#name DataSnowflakeDatabase#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#name DataSnowflakeDatabase#name}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#id DataSnowflakeDatabase#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -451,7 +451,7 @@ The construct id used in the generated config for the DataSnowflakeDatabase to i
The id of the existing DataSnowflakeDatabase that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#import import section} in the documentation of this resource for the id to use
---
@@ -792,7 +792,7 @@ DataSnowflakeDatabaseConfig.builder()
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| name | java.lang.String | The database from which to return its metadata. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#id DataSnowflakeDatabase#id}. |
---
@@ -876,7 +876,7 @@ public java.lang.String getName();
The database from which to return its metadata.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#name DataSnowflakeDatabase#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#name DataSnowflakeDatabase#name}
---
@@ -888,7 +888,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#id DataSnowflakeDatabase#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeDatabase.python.md b/docs/dataSnowflakeDatabase.python.md
index 0c284bc4b..5741a15c4 100644
--- a/docs/dataSnowflakeDatabase.python.md
+++ b/docs/dataSnowflakeDatabase.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabase
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database snowflake_database}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database snowflake_database}.
#### Initializers
@@ -38,7 +38,7 @@ dataSnowflakeDatabase.DataSnowflakeDatabase(
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| name | str | The database from which to return its metadata. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#id DataSnowflakeDatabase#id}. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The database from which to return its metadata.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#name DataSnowflakeDatabase#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#name DataSnowflakeDatabase#name}
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#id DataSnowflakeDatabase#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -485,7 +485,7 @@ The construct id used in the generated config for the DataSnowflakeDatabase to i
The id of the existing DataSnowflakeDatabase that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#import import section} in the documentation of this resource for the id to use
---
@@ -822,7 +822,7 @@ dataSnowflakeDatabase.DataSnowflakeDatabaseConfig(
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| name | str | The database from which to return its metadata. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#id DataSnowflakeDatabase#id}. |
---
@@ -906,7 +906,7 @@ name: str
The database from which to return its metadata.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#name DataSnowflakeDatabase#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#name DataSnowflakeDatabase#name}
---
@@ -918,7 +918,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#id DataSnowflakeDatabase#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeDatabase.typescript.md b/docs/dataSnowflakeDatabase.typescript.md
index ac0c5c4ef..38a2f5f4d 100644
--- a/docs/dataSnowflakeDatabase.typescript.md
+++ b/docs/dataSnowflakeDatabase.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabase
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database snowflake_database}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database snowflake_database}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeDatabase to i
The id of the existing DataSnowflakeDatabase that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#import import section} in the documentation of this resource for the id to use
---
@@ -699,7 +699,7 @@ const dataSnowflakeDatabaseConfig: dataSnowflakeDatabase.DataSnowflakeDatabaseCo
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| name | string | The database from which to return its metadata. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#id DataSnowflakeDatabase#id}. |
---
@@ -783,7 +783,7 @@ public readonly name: string;
The database from which to return its metadata.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#name DataSnowflakeDatabase#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#name DataSnowflakeDatabase#name}
---
@@ -795,7 +795,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#id DataSnowflakeDatabase#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeDatabaseRole.csharp.md b/docs/dataSnowflakeDatabaseRole.csharp.md
index 354efcf13..e9ae3095e 100644
--- a/docs/dataSnowflakeDatabaseRole.csharp.md
+++ b/docs/dataSnowflakeDatabaseRole.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabaseRole
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role snowflake_database_role}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role snowflake_database_role}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRole
The id of the existing DataSnowflakeDatabaseRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use
---
@@ -667,7 +667,7 @@ new DataSnowflakeDatabaseRoleConfig {
| Provisioners | object[] | *No description.* |
| Database | string | The database from which to return the database role from. |
| Name | string | Database role name. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. |
---
@@ -751,7 +751,7 @@ public string Database { get; set; }
The database from which to return the database role from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database}
---
@@ -765,7 +765,7 @@ public string Name { get; set; }
Database role name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name}
---
@@ -777,7 +777,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeDatabaseRole.go.md b/docs/dataSnowflakeDatabaseRole.go.md
index c4368e0cb..3c4c2b7ee 100644
--- a/docs/dataSnowflakeDatabaseRole.go.md
+++ b/docs/dataSnowflakeDatabaseRole.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabaseRole
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role snowflake_database_role}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role snowflake_database_role}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRole
The id of the existing DataSnowflakeDatabaseRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use
---
@@ -667,7 +667,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provisioners | *[]interface{} | *No description.* |
| Database | *string | The database from which to return the database role from. |
| Name | *string | Database role name. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. |
---
@@ -751,7 +751,7 @@ Database *string
The database from which to return the database role from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database}
---
@@ -765,7 +765,7 @@ Name *string
Database role name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name}
---
@@ -777,7 +777,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeDatabaseRole.java.md b/docs/dataSnowflakeDatabaseRole.java.md
index fe4c21ccb..b892432c7 100644
--- a/docs/dataSnowflakeDatabaseRole.java.md
+++ b/docs/dataSnowflakeDatabaseRole.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabaseRole
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role snowflake_database_role}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role snowflake_database_role}.
#### Initializers
@@ -42,7 +42,7 @@ DataSnowflakeDatabaseRole.Builder.create(Construct scope, java.lang.String id)
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the database role from. |
| name | java.lang.String | Database role name. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the database role from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Database role name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRole
The id of the existing DataSnowflakeDatabaseRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use
---
@@ -762,7 +762,7 @@ DataSnowflakeDatabaseRoleConfig.builder()
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the database role from. |
| name | java.lang.String | Database role name. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. |
---
@@ -846,7 +846,7 @@ public java.lang.String getDatabase();
The database from which to return the database role from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database}
---
@@ -860,7 +860,7 @@ public java.lang.String getName();
Database role name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name}
---
@@ -872,7 +872,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeDatabaseRole.python.md b/docs/dataSnowflakeDatabaseRole.python.md
index 64f44e6dd..169edf25e 100644
--- a/docs/dataSnowflakeDatabaseRole.python.md
+++ b/docs/dataSnowflakeDatabaseRole.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabaseRole
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role snowflake_database_role}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role snowflake_database_role}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeDatabaseRole.DataSnowflakeDatabaseRole(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the database role from. |
| name | str | Database role name. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the database role from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Database role name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRole
The id of the existing DataSnowflakeDatabaseRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use
---
@@ -792,7 +792,7 @@ dataSnowflakeDatabaseRole.DataSnowflakeDatabaseRoleConfig(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the database role from. |
| name | str | Database role name. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. |
---
@@ -876,7 +876,7 @@ database: str
The database from which to return the database role from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database}
---
@@ -890,7 +890,7 @@ name: str
Database role name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name}
---
@@ -902,7 +902,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeDatabaseRole.typescript.md b/docs/dataSnowflakeDatabaseRole.typescript.md
index b5cb8e26e..8a481c5f7 100644
--- a/docs/dataSnowflakeDatabaseRole.typescript.md
+++ b/docs/dataSnowflakeDatabaseRole.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabaseRole
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role snowflake_database_role}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role snowflake_database_role}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRole
The id of the existing DataSnowflakeDatabaseRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ const dataSnowflakeDatabaseRoleConfig: dataSnowflakeDatabaseRole.DataSnowflakeDa
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| database | string | The database from which to return the database role from. |
| name | string | Database role name. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. |
---
@@ -740,7 +740,7 @@ public readonly database: string;
The database from which to return the database role from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database}
---
@@ -754,7 +754,7 @@ public readonly name: string;
Database role name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name}
---
@@ -766,7 +766,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeDatabaseRoles.csharp.md b/docs/dataSnowflakeDatabaseRoles.csharp.md
index fb75c343a..63fa38ba3 100644
--- a/docs/dataSnowflakeDatabaseRoles.csharp.md
+++ b/docs/dataSnowflakeDatabaseRoles.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabaseRoles
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles snowflake_database_roles}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles snowflake_database_roles}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRoles
The id of the existing DataSnowflakeDatabaseRoles that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use
---
@@ -705,7 +705,7 @@ new DataSnowflakeDatabaseRolesConfig {
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
| InDatabase | string | The database from which to return the database roles from. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeDatabaseRolesLimit | limit block. |
@@ -791,7 +791,7 @@ public string InDatabase { get; set; }
The database from which to return the database roles from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database}
---
@@ -803,7 +803,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -820,7 +820,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like}
---
@@ -834,7 +834,7 @@ public DataSnowflakeDatabaseRolesLimit Limit { get; set; }
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit}
---
@@ -896,7 +896,7 @@ public double Rows { get; set; }
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows}
---
@@ -912,7 +912,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from}
---
diff --git a/docs/dataSnowflakeDatabaseRoles.go.md b/docs/dataSnowflakeDatabaseRoles.go.md
index 9738cb0c3..d6e0dd35f 100644
--- a/docs/dataSnowflakeDatabaseRoles.go.md
+++ b/docs/dataSnowflakeDatabaseRoles.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabaseRoles
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles snowflake_database_roles}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles snowflake_database_roles}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRoles
The id of the existing DataSnowflakeDatabaseRoles that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use
---
@@ -705,7 +705,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
| InDatabase | *string | The database from which to return the database roles from. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeDatabaseRolesLimit | limit block. |
@@ -791,7 +791,7 @@ InDatabase *string
The database from which to return the database roles from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database}
---
@@ -803,7 +803,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -820,7 +820,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like}
---
@@ -834,7 +834,7 @@ Limit DataSnowflakeDatabaseRolesLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit}
---
@@ -896,7 +896,7 @@ Rows *f64
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows}
---
@@ -912,7 +912,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from}
---
diff --git a/docs/dataSnowflakeDatabaseRoles.java.md b/docs/dataSnowflakeDatabaseRoles.java.md
index c96add65c..9d7a21040 100644
--- a/docs/dataSnowflakeDatabaseRoles.java.md
+++ b/docs/dataSnowflakeDatabaseRoles.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabaseRoles
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles snowflake_database_roles}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles snowflake_database_roles}.
#### Initializers
@@ -42,7 +42,7 @@ DataSnowflakeDatabaseRoles.Builder.create(Construct scope, java.lang.String id)
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| inDatabase | java.lang.String | The database from which to return the database roles from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeDatabaseRolesLimit | limit block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the database roles from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit}
---
@@ -502,7 +502,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRoles
The id of the existing DataSnowflakeDatabaseRoles that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use
---
@@ -812,7 +812,7 @@ DataSnowflakeDatabaseRolesConfig.builder()
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| inDatabase | java.lang.String | The database from which to return the database roles from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeDatabaseRolesLimit | limit block. |
@@ -898,7 +898,7 @@ public java.lang.String getInDatabase();
The database from which to return the database roles from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database}
---
@@ -910,7 +910,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -927,7 +927,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like}
---
@@ -941,7 +941,7 @@ public DataSnowflakeDatabaseRolesLimit getLimit();
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit}
---
@@ -1001,7 +1001,7 @@ public java.lang.Number getRows();
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows}
---
@@ -1017,7 +1017,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from}
---
diff --git a/docs/dataSnowflakeDatabaseRoles.python.md b/docs/dataSnowflakeDatabaseRoles.python.md
index 09add083e..7910d6f78 100644
--- a/docs/dataSnowflakeDatabaseRoles.python.md
+++ b/docs/dataSnowflakeDatabaseRoles.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabaseRoles
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles snowflake_database_roles}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles snowflake_database_roles}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeDatabaseRoles.DataSnowflakeDatabaseRoles(
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| in_database | str | The database from which to return the database roles from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeDatabaseRolesLimit | limit block. |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the database roles from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like}
---
@@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit}
---
@@ -407,7 +407,7 @@ def put_limit(
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows}
---
@@ -419,7 +419,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from}
---
@@ -555,7 +555,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRoles
The id of the existing DataSnowflakeDatabaseRoles that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use
---
@@ -861,7 +861,7 @@ dataSnowflakeDatabaseRoles.DataSnowflakeDatabaseRolesConfig(
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| in_database | str | The database from which to return the database roles from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeDatabaseRolesLimit | limit block. |
@@ -947,7 +947,7 @@ in_database: str
The database from which to return the database roles from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database}
---
@@ -959,7 +959,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -976,7 +976,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like}
---
@@ -990,7 +990,7 @@ limit: DataSnowflakeDatabaseRolesLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit}
---
@@ -1048,7 +1048,7 @@ rows: typing.Union[int, float]
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows}
---
@@ -1064,7 +1064,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from}
---
diff --git a/docs/dataSnowflakeDatabaseRoles.typescript.md b/docs/dataSnowflakeDatabaseRoles.typescript.md
index 3c7da3bd4..0b7e92889 100644
--- a/docs/dataSnowflakeDatabaseRoles.typescript.md
+++ b/docs/dataSnowflakeDatabaseRoles.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabaseRoles
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles snowflake_database_roles}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles snowflake_database_roles}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRoles
The id of the existing DataSnowflakeDatabaseRoles that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use
---
@@ -693,7 +693,7 @@ const dataSnowflakeDatabaseRolesConfig: dataSnowflakeDatabaseRoles.DataSnowflake
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| inDatabase | string | The database from which to return the database roles from. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeDatabaseRolesLimit | limit block. |
@@ -779,7 +779,7 @@ public readonly inDatabase: string;
The database from which to return the database roles from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database}
---
@@ -791,7 +791,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -808,7 +808,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like}
---
@@ -822,7 +822,7 @@ public readonly limit: DataSnowflakeDatabaseRolesLimit;
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit}
---
@@ -877,7 +877,7 @@ public readonly rows: number;
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows}
---
@@ -893,7 +893,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from}
---
diff --git a/docs/dataSnowflakeDatabases.csharp.md b/docs/dataSnowflakeDatabases.csharp.md
index 33686c83d..3e382a188 100644
--- a/docs/dataSnowflakeDatabases.csharp.md
+++ b/docs/dataSnowflakeDatabases.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabases
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases snowflake_databases}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases snowflake_databases}.
#### Initializers
@@ -420,7 +420,7 @@ The construct id used in the generated config for the DataSnowflakeDatabases to
The id of the existing DataSnowflakeDatabases that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use
---
@@ -771,7 +771,7 @@ new DataSnowflakeDatabasesConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeDatabasesLimit | limit block. |
| StartsWith | string | Filters the output with **case-sensitive** characters indicating the beginning of the object name. |
@@ -858,7 +858,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -875,7 +875,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#like DataSnowflakeDatabases#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#like DataSnowflakeDatabases#like}
---
@@ -889,7 +889,7 @@ public DataSnowflakeDatabasesLimit Limit { get; set; }
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#limit DataSnowflakeDatabases#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#limit DataSnowflakeDatabases#limit}
---
@@ -903,7 +903,7 @@ public string StartsWith { get; set; }
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with}
---
@@ -919,7 +919,7 @@ Runs DESC DATABASE for each database returned by SHOW DATABASES.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe}
---
@@ -935,7 +935,7 @@ Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters}
---
@@ -1231,7 +1231,7 @@ public double Rows { get; set; }
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#rows DataSnowflakeDatabases#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#rows DataSnowflakeDatabases#rows}
---
@@ -1247,7 +1247,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#from DataSnowflakeDatabases#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#from DataSnowflakeDatabases#from}
---
diff --git a/docs/dataSnowflakeDatabases.go.md b/docs/dataSnowflakeDatabases.go.md
index 2b2feb7c7..9d9e2f4f2 100644
--- a/docs/dataSnowflakeDatabases.go.md
+++ b/docs/dataSnowflakeDatabases.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabases
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases snowflake_databases}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases snowflake_databases}.
#### Initializers
@@ -420,7 +420,7 @@ The construct id used in the generated config for the DataSnowflakeDatabases to
The id of the existing DataSnowflakeDatabases that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use
---
@@ -771,7 +771,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeDatabasesLimit | limit block. |
| StartsWith | *string | Filters the output with **case-sensitive** characters indicating the beginning of the object name. |
@@ -858,7 +858,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -875,7 +875,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#like DataSnowflakeDatabases#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#like DataSnowflakeDatabases#like}
---
@@ -889,7 +889,7 @@ Limit DataSnowflakeDatabasesLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#limit DataSnowflakeDatabases#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#limit DataSnowflakeDatabases#limit}
---
@@ -903,7 +903,7 @@ StartsWith *string
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with}
---
@@ -919,7 +919,7 @@ Runs DESC DATABASE for each database returned by SHOW DATABASES.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe}
---
@@ -935,7 +935,7 @@ Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters}
---
@@ -1231,7 +1231,7 @@ Rows *f64
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#rows DataSnowflakeDatabases#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#rows DataSnowflakeDatabases#rows}
---
@@ -1247,7 +1247,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#from DataSnowflakeDatabases#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#from DataSnowflakeDatabases#from}
---
diff --git a/docs/dataSnowflakeDatabases.java.md b/docs/dataSnowflakeDatabases.java.md
index 4b667fee0..54cf17e04 100644
--- a/docs/dataSnowflakeDatabases.java.md
+++ b/docs/dataSnowflakeDatabases.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabases
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases snowflake_databases}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases snowflake_databases}.
#### Initializers
@@ -45,7 +45,7 @@ DataSnowflakeDatabases.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeDatabasesLimit | limit block. |
| startsWith | java.lang.String | Filters the output with **case-sensitive** characters indicating the beginning of the object name. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#like DataSnowflakeDatabases#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#like DataSnowflakeDatabases#like}
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#limit DataSnowflakeDatabases#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#limit DataSnowflakeDatabases#limit}
---
@@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with}
---
@@ -163,7 +163,7 @@ Runs DESC DATABASE for each database returned by SHOW DATABASES.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe}
---
@@ -175,7 +175,7 @@ Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters}
---
@@ -553,7 +553,7 @@ The construct id used in the generated config for the DataSnowflakeDatabases to
The id of the existing DataSnowflakeDatabases that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use
---
@@ -910,7 +910,7 @@ DataSnowflakeDatabasesConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeDatabasesLimit | limit block. |
| startsWith | java.lang.String | Filters the output with **case-sensitive** characters indicating the beginning of the object name. |
@@ -997,7 +997,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1014,7 +1014,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#like DataSnowflakeDatabases#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#like DataSnowflakeDatabases#like}
---
@@ -1028,7 +1028,7 @@ public DataSnowflakeDatabasesLimit getLimit();
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#limit DataSnowflakeDatabases#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#limit DataSnowflakeDatabases#limit}
---
@@ -1042,7 +1042,7 @@ public java.lang.String getStartsWith();
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with}
---
@@ -1058,7 +1058,7 @@ Runs DESC DATABASE for each database returned by SHOW DATABASES.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe}
---
@@ -1074,7 +1074,7 @@ Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters}
---
@@ -1350,7 +1350,7 @@ public java.lang.Number getRows();
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#rows DataSnowflakeDatabases#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#rows DataSnowflakeDatabases#rows}
---
@@ -1366,7 +1366,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#from DataSnowflakeDatabases#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#from DataSnowflakeDatabases#from}
---
diff --git a/docs/dataSnowflakeDatabases.python.md b/docs/dataSnowflakeDatabases.python.md
index 89c1aacb3..1288f82b5 100644
--- a/docs/dataSnowflakeDatabases.python.md
+++ b/docs/dataSnowflakeDatabases.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabases
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases snowflake_databases}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases snowflake_databases}.
#### Initializers
@@ -41,7 +41,7 @@ dataSnowflakeDatabases.DataSnowflakeDatabases(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeDatabasesLimit | limit block. |
| starts_with | str | Filters the output with **case-sensitive** characters indicating the beginning of the object name. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#like DataSnowflakeDatabases#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#like DataSnowflakeDatabases#like}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#limit DataSnowflakeDatabases#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#limit DataSnowflakeDatabases#limit}
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with}
---
@@ -159,7 +159,7 @@ Runs DESC DATABASE for each database returned by SHOW DATABASES.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe}
---
@@ -171,7 +171,7 @@ Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters}
---
@@ -438,7 +438,7 @@ def put_limit(
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#rows DataSnowflakeDatabases#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#rows DataSnowflakeDatabases#rows}
---
@@ -450,7 +450,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#from DataSnowflakeDatabases#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#from DataSnowflakeDatabases#from}
---
@@ -604,7 +604,7 @@ The construct id used in the generated config for the DataSnowflakeDatabases to
The id of the existing DataSnowflakeDatabases that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use
---
@@ -955,7 +955,7 @@ dataSnowflakeDatabases.DataSnowflakeDatabasesConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeDatabasesLimit | limit block. |
| starts_with | str | Filters the output with **case-sensitive** characters indicating the beginning of the object name. |
@@ -1042,7 +1042,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1059,7 +1059,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#like DataSnowflakeDatabases#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#like DataSnowflakeDatabases#like}
---
@@ -1073,7 +1073,7 @@ limit: DataSnowflakeDatabasesLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#limit DataSnowflakeDatabases#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#limit DataSnowflakeDatabases#limit}
---
@@ -1087,7 +1087,7 @@ starts_with: str
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with}
---
@@ -1103,7 +1103,7 @@ Runs DESC DATABASE for each database returned by SHOW DATABASES.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe}
---
@@ -1119,7 +1119,7 @@ Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters}
---
@@ -1375,7 +1375,7 @@ rows: typing.Union[int, float]
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#rows DataSnowflakeDatabases#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#rows DataSnowflakeDatabases#rows}
---
@@ -1391,7 +1391,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#from DataSnowflakeDatabases#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#from DataSnowflakeDatabases#from}
---
diff --git a/docs/dataSnowflakeDatabases.typescript.md b/docs/dataSnowflakeDatabases.typescript.md
index 5f17adfa4..422bc87a7 100644
--- a/docs/dataSnowflakeDatabases.typescript.md
+++ b/docs/dataSnowflakeDatabases.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeDatabases
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases snowflake_databases}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases snowflake_databases}.
#### Initializers
@@ -420,7 +420,7 @@ The construct id used in the generated config for the DataSnowflakeDatabases to
The id of the existing DataSnowflakeDatabases that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use
---
@@ -757,7 +757,7 @@ const dataSnowflakeDatabasesConfig: dataSnowflakeDatabases.DataSnowflakeDatabase
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeDatabasesLimit | limit block. |
| startsWith | string | Filters the output with **case-sensitive** characters indicating the beginning of the object name. |
@@ -844,7 +844,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -861,7 +861,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#like DataSnowflakeDatabases#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#like DataSnowflakeDatabases#like}
---
@@ -875,7 +875,7 @@ public readonly limit: DataSnowflakeDatabasesLimit;
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#limit DataSnowflakeDatabases#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#limit DataSnowflakeDatabases#limit}
---
@@ -889,7 +889,7 @@ public readonly startsWith: string;
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with}
---
@@ -905,7 +905,7 @@ Runs DESC DATABASE for each database returned by SHOW DATABASES.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe}
---
@@ -921,7 +921,7 @@ Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters}
---
@@ -1174,7 +1174,7 @@ public readonly rows: number;
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#rows DataSnowflakeDatabases#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#rows DataSnowflakeDatabases#rows}
---
@@ -1190,7 +1190,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#from DataSnowflakeDatabases#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#from DataSnowflakeDatabases#from}
---
diff --git a/docs/dataSnowflakeDynamicTables.csharp.md b/docs/dataSnowflakeDynamicTables.csharp.md
index 1e13d2a29..7a646160c 100644
--- a/docs/dataSnowflakeDynamicTables.csharp.md
+++ b/docs/dataSnowflakeDynamicTables.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeDynamicTables
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables snowflake_dynamic_tables}.
#### Initializers
@@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeDynamicTables
The id of the existing DataSnowflakeDynamicTables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use
---
@@ -767,7 +767,7 @@ new DataSnowflakeDynamicTablesConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. |
| In | DataSnowflakeDynamicTablesIn | in block. |
| Like | DataSnowflakeDynamicTablesLike | like block. |
| Limit | DataSnowflakeDynamicTablesLimit | limit block. |
@@ -853,7 +853,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -870,7 +870,7 @@ public DataSnowflakeDynamicTablesIn In { get; set; }
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in}
---
@@ -884,7 +884,7 @@ public DataSnowflakeDynamicTablesLike Like { get; set; }
like block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like}
---
@@ -898,7 +898,7 @@ public DataSnowflakeDynamicTablesLimit Limit { get; set; }
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit}
---
@@ -914,7 +914,7 @@ Optionally filters the command output based on the characters that appear at the
The string is case-sensitive.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with}
---
@@ -952,7 +952,7 @@ public object Account { get; set; }
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account}
---
@@ -966,7 +966,7 @@ public string Database { get; set; }
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database}
---
@@ -980,7 +980,7 @@ public string Schema { get; set; }
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema}
---
@@ -1016,7 +1016,7 @@ Filters the command output by object name.
The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern}
---
@@ -1054,7 +1054,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f
This enables fetching the specified number of rows following the first row whose object name matches the specified string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from}
---
@@ -1068,7 +1068,7 @@ public double Rows { get; set; }
Specifies the maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows}
---
diff --git a/docs/dataSnowflakeDynamicTables.go.md b/docs/dataSnowflakeDynamicTables.go.md
index ed1807a71..7f9b0980c 100644
--- a/docs/dataSnowflakeDynamicTables.go.md
+++ b/docs/dataSnowflakeDynamicTables.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeDynamicTables
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables snowflake_dynamic_tables}.
#### Initializers
@@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeDynamicTables
The id of the existing DataSnowflakeDynamicTables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use
---
@@ -767,7 +767,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. |
| In | DataSnowflakeDynamicTablesIn | in block. |
| Like | DataSnowflakeDynamicTablesLike | like block. |
| Limit | DataSnowflakeDynamicTablesLimit | limit block. |
@@ -853,7 +853,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -870,7 +870,7 @@ In DataSnowflakeDynamicTablesIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in}
---
@@ -884,7 +884,7 @@ Like DataSnowflakeDynamicTablesLike
like block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like}
---
@@ -898,7 +898,7 @@ Limit DataSnowflakeDynamicTablesLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit}
---
@@ -914,7 +914,7 @@ Optionally filters the command output based on the characters that appear at the
The string is case-sensitive.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with}
---
@@ -952,7 +952,7 @@ Account interface{}
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account}
---
@@ -966,7 +966,7 @@ Database *string
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database}
---
@@ -980,7 +980,7 @@ Schema *string
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema}
---
@@ -1016,7 +1016,7 @@ Filters the command output by object name.
The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern}
---
@@ -1054,7 +1054,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f
This enables fetching the specified number of rows following the first row whose object name matches the specified string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from}
---
@@ -1068,7 +1068,7 @@ Rows *f64
Specifies the maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows}
---
diff --git a/docs/dataSnowflakeDynamicTables.java.md b/docs/dataSnowflakeDynamicTables.java.md
index a46db807a..a96b06976 100644
--- a/docs/dataSnowflakeDynamicTables.java.md
+++ b/docs/dataSnowflakeDynamicTables.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeDynamicTables
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables snowflake_dynamic_tables}.
#### Initializers
@@ -42,7 +42,7 @@ DataSnowflakeDynamicTables.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. |
| in | DataSnowflakeDynamicTablesIn | in block. |
| like | DataSnowflakeDynamicTablesLike | like block. |
| limit | DataSnowflakeDynamicTablesLimit | limit block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
like block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like}
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit}
---
@@ -159,7 +159,7 @@ Optionally filters the command output based on the characters that appear at the
The string is case-sensitive.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with}
---
@@ -556,7 +556,7 @@ The construct id used in the generated config for the DataSnowflakeDynamicTables
The id of the existing DataSnowflakeDynamicTables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use
---
@@ -888,7 +888,7 @@ DataSnowflakeDynamicTablesConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. |
| in | DataSnowflakeDynamicTablesIn | in block. |
| like | DataSnowflakeDynamicTablesLike | like block. |
| limit | DataSnowflakeDynamicTablesLimit | limit block. |
@@ -974,7 +974,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -991,7 +991,7 @@ public DataSnowflakeDynamicTablesIn getIn();
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in}
---
@@ -1005,7 +1005,7 @@ public DataSnowflakeDynamicTablesLike getLike();
like block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like}
---
@@ -1019,7 +1019,7 @@ public DataSnowflakeDynamicTablesLimit getLimit();
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit}
---
@@ -1035,7 +1035,7 @@ Optionally filters the command output based on the characters that appear at the
The string is case-sensitive.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with}
---
@@ -1074,7 +1074,7 @@ public java.lang.Object getAccount();
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account}
---
@@ -1088,7 +1088,7 @@ public java.lang.String getDatabase();
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database}
---
@@ -1102,7 +1102,7 @@ public java.lang.String getSchema();
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema}
---
@@ -1138,7 +1138,7 @@ Filters the command output by object name.
The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern}
---
@@ -1176,7 +1176,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f
This enables fetching the specified number of rows following the first row whose object name matches the specified string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from}
---
@@ -1190,7 +1190,7 @@ public java.lang.Number getRows();
Specifies the maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows}
---
diff --git a/docs/dataSnowflakeDynamicTables.python.md b/docs/dataSnowflakeDynamicTables.python.md
index 9dea4953a..d075b8919 100644
--- a/docs/dataSnowflakeDynamicTables.python.md
+++ b/docs/dataSnowflakeDynamicTables.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeDynamicTables
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables snowflake_dynamic_tables}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeDynamicTables.DataSnowflakeDynamicTables(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. |
| in | DataSnowflakeDynamicTablesIn | in block. |
| like | DataSnowflakeDynamicTablesLike | like block. |
| limit | DataSnowflakeDynamicTablesLimit | limit block. |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -125,7 +125,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in}
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
like block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit}
---
@@ -157,7 +157,7 @@ Optionally filters the command output based on the characters that appear at the
The string is case-sensitive.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with}
---
@@ -426,7 +426,7 @@ def put_in(
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account}
---
@@ -436,7 +436,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database}
---
@@ -446,7 +446,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema}
---
@@ -466,7 +466,7 @@ Filters the command output by object name.
The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern}
---
@@ -487,7 +487,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f
This enables fetching the specified number of rows following the first row whose object name matches the specified string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from}
---
@@ -497,7 +497,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Specifies the maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows}
---
@@ -645,7 +645,7 @@ The construct id used in the generated config for the DataSnowflakeDynamicTables
The id of the existing DataSnowflakeDynamicTables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use
---
@@ -973,7 +973,7 @@ dataSnowflakeDynamicTables.DataSnowflakeDynamicTablesConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. |
| in | DataSnowflakeDynamicTablesIn | in block. |
| like | DataSnowflakeDynamicTablesLike | like block. |
| limit | DataSnowflakeDynamicTablesLimit | limit block. |
@@ -1059,7 +1059,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1076,7 +1076,7 @@ in: DataSnowflakeDynamicTablesIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in}
---
@@ -1090,7 +1090,7 @@ like: DataSnowflakeDynamicTablesLike
like block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like}
---
@@ -1104,7 +1104,7 @@ limit: DataSnowflakeDynamicTablesLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit}
---
@@ -1120,7 +1120,7 @@ Optionally filters the command output based on the characters that appear at the
The string is case-sensitive.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with}
---
@@ -1158,7 +1158,7 @@ account: typing.Union[bool, IResolvable]
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account}
---
@@ -1172,7 +1172,7 @@ database: str
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database}
---
@@ -1186,7 +1186,7 @@ schema: str
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema}
---
@@ -1222,7 +1222,7 @@ Filters the command output by object name.
The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern}
---
@@ -1260,7 +1260,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f
This enables fetching the specified number of rows following the first row whose object name matches the specified string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from}
---
@@ -1274,7 +1274,7 @@ rows: typing.Union[int, float]
Specifies the maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows}
---
diff --git a/docs/dataSnowflakeDynamicTables.typescript.md b/docs/dataSnowflakeDynamicTables.typescript.md
index 8d2b3e446..2bbfddfb1 100644
--- a/docs/dataSnowflakeDynamicTables.typescript.md
+++ b/docs/dataSnowflakeDynamicTables.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeDynamicTables
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables snowflake_dynamic_tables}.
#### Initializers
@@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeDynamicTables
The id of the existing DataSnowflakeDynamicTables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use
---
@@ -754,7 +754,7 @@ const dataSnowflakeDynamicTablesConfig: dataSnowflakeDynamicTables.DataSnowflake
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. |
| in | DataSnowflakeDynamicTablesIn | in block. |
| like | DataSnowflakeDynamicTablesLike | like block. |
| limit | DataSnowflakeDynamicTablesLimit | limit block. |
@@ -840,7 +840,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -857,7 +857,7 @@ public readonly in: DataSnowflakeDynamicTablesIn;
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in}
---
@@ -871,7 +871,7 @@ public readonly like: DataSnowflakeDynamicTablesLike;
like block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like}
---
@@ -885,7 +885,7 @@ public readonly limit: DataSnowflakeDynamicTablesLimit;
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit}
---
@@ -901,7 +901,7 @@ Optionally filters the command output based on the characters that appear at the
The string is case-sensitive.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with}
---
@@ -935,7 +935,7 @@ public readonly account: boolean | IResolvable;
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account}
---
@@ -949,7 +949,7 @@ public readonly database: string;
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database}
---
@@ -963,7 +963,7 @@ public readonly schema: string;
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema}
---
@@ -997,7 +997,7 @@ Filters the command output by object name.
The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern}
---
@@ -1032,7 +1032,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f
This enables fetching the specified number of rows following the first row whose object name matches the specified string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from}
---
@@ -1046,7 +1046,7 @@ public readonly rows: number;
Specifies the maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows}
---
diff --git a/docs/dataSnowflakeExternalFunctions.csharp.md b/docs/dataSnowflakeExternalFunctions.csharp.md
index 8c4ae1a08..e2d509623 100644
--- a/docs/dataSnowflakeExternalFunctions.csharp.md
+++ b/docs/dataSnowflakeExternalFunctions.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeExternalFunctions
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions snowflake_external_functions}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions snowflake_external_functions}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeExternalFunct
The id of the existing DataSnowflakeExternalFunctions that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use
---
@@ -669,7 +669,7 @@ new DataSnowflakeExternalFunctionsConfig {
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
| Database | string | The database from which to return the schemas from. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. |
| Schema | string | The schema from which to return the external functions from. |
---
@@ -754,7 +754,7 @@ public string Database { get; set; }
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database}
---
@@ -766,7 +766,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -783,7 +783,7 @@ public string Schema { get; set; }
The schema from which to return the external functions from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema}
---
diff --git a/docs/dataSnowflakeExternalFunctions.go.md b/docs/dataSnowflakeExternalFunctions.go.md
index 2aeee38d2..751a88283 100644
--- a/docs/dataSnowflakeExternalFunctions.go.md
+++ b/docs/dataSnowflakeExternalFunctions.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeExternalFunctions
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions snowflake_external_functions}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions snowflake_external_functions}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeExternalFunct
The id of the existing DataSnowflakeExternalFunctions that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use
---
@@ -669,7 +669,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
| Database | *string | The database from which to return the schemas from. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. |
| Schema | *string | The schema from which to return the external functions from. |
---
@@ -754,7 +754,7 @@ Database *string
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database}
---
@@ -766,7 +766,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -783,7 +783,7 @@ Schema *string
The schema from which to return the external functions from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema}
---
diff --git a/docs/dataSnowflakeExternalFunctions.java.md b/docs/dataSnowflakeExternalFunctions.java.md
index 9e3cd1769..8d6e4a187 100644
--- a/docs/dataSnowflakeExternalFunctions.java.md
+++ b/docs/dataSnowflakeExternalFunctions.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeExternalFunctions
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions snowflake_external_functions}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions snowflake_external_functions}.
#### Initializers
@@ -41,7 +41,7 @@ DataSnowflakeExternalFunctions.Builder.create(Construct scope, java.lang.String
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. |
| schema | java.lang.String | The schema from which to return the external functions from. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t
The schema from which to return the external functions from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema}
---
@@ -477,7 +477,7 @@ The construct id used in the generated config for the DataSnowflakeExternalFunct
The id of the existing DataSnowflakeExternalFunctions that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use
---
@@ -764,7 +764,7 @@ DataSnowflakeExternalFunctionsConfig.builder()
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. |
| schema | java.lang.String | The schema from which to return the external functions from. |
---
@@ -849,7 +849,7 @@ public java.lang.String getDatabase();
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database}
---
@@ -861,7 +861,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -878,7 +878,7 @@ public java.lang.String getSchema();
The schema from which to return the external functions from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema}
---
diff --git a/docs/dataSnowflakeExternalFunctions.python.md b/docs/dataSnowflakeExternalFunctions.python.md
index ad2c11be6..89027127e 100644
--- a/docs/dataSnowflakeExternalFunctions.python.md
+++ b/docs/dataSnowflakeExternalFunctions.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeExternalFunctions
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions snowflake_external_functions}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions snowflake_external_functions}.
#### Initializers
@@ -39,7 +39,7 @@ dataSnowflakeExternalFunctions.DataSnowflakeExternalFunctions(
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. |
| schema | str | The schema from which to return the external functions from. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t
The schema from which to return the external functions from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema}
---
@@ -511,7 +511,7 @@ The construct id used in the generated config for the DataSnowflakeExternalFunct
The id of the existing DataSnowflakeExternalFunctions that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use
---
@@ -794,7 +794,7 @@ dataSnowflakeExternalFunctions.DataSnowflakeExternalFunctionsConfig(
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. |
| schema | str | The schema from which to return the external functions from. |
---
@@ -879,7 +879,7 @@ database: str
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database}
---
@@ -891,7 +891,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -908,7 +908,7 @@ schema: str
The schema from which to return the external functions from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema}
---
diff --git a/docs/dataSnowflakeExternalFunctions.typescript.md b/docs/dataSnowflakeExternalFunctions.typescript.md
index add6fe36c..a39a1a3be 100644
--- a/docs/dataSnowflakeExternalFunctions.typescript.md
+++ b/docs/dataSnowflakeExternalFunctions.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeExternalFunctions
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions snowflake_external_functions}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions snowflake_external_functions}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeExternalFunct
The id of the existing DataSnowflakeExternalFunctions that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use
---
@@ -658,7 +658,7 @@ const dataSnowflakeExternalFunctionsConfig: dataSnowflakeExternalFunctions.DataS
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| database | string | The database from which to return the schemas from. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. |
| schema | string | The schema from which to return the external functions from. |
---
@@ -743,7 +743,7 @@ public readonly database: string;
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database}
---
@@ -755,7 +755,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -772,7 +772,7 @@ public readonly schema: string;
The schema from which to return the external functions from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema}
---
diff --git a/docs/dataSnowflakeExternalTables.csharp.md b/docs/dataSnowflakeExternalTables.csharp.md
index d38d37926..44306205d 100644
--- a/docs/dataSnowflakeExternalTables.csharp.md
+++ b/docs/dataSnowflakeExternalTables.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeExternalTables
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables snowflake_external_tables}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables snowflake_external_tables}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeExternalTable
The id of the existing DataSnowflakeExternalTables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ new DataSnowflakeExternalTablesConfig {
| Provisioners | object[] | *No description.* |
| Database | string | The database from which to return the schemas from. |
| Schema | string | The schema from which to return the external tables from. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. |
---
@@ -740,7 +740,7 @@ public string Database { get; set; }
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database}
---
@@ -754,7 +754,7 @@ public string Schema { get; set; }
The schema from which to return the external tables from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema}
---
@@ -766,7 +766,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeExternalTables.go.md b/docs/dataSnowflakeExternalTables.go.md
index c2f30ef9f..deeaf0c27 100644
--- a/docs/dataSnowflakeExternalTables.go.md
+++ b/docs/dataSnowflakeExternalTables.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeExternalTables
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables snowflake_external_tables}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables snowflake_external_tables}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeExternalTable
The id of the existing DataSnowflakeExternalTables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provisioners | *[]interface{} | *No description.* |
| Database | *string | The database from which to return the schemas from. |
| Schema | *string | The schema from which to return the external tables from. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. |
---
@@ -740,7 +740,7 @@ Database *string
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database}
---
@@ -754,7 +754,7 @@ Schema *string
The schema from which to return the external tables from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema}
---
@@ -766,7 +766,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeExternalTables.java.md b/docs/dataSnowflakeExternalTables.java.md
index 3339b24ee..7e023f638 100644
--- a/docs/dataSnowflakeExternalTables.java.md
+++ b/docs/dataSnowflakeExternalTables.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeExternalTables
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables snowflake_external_tables}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables snowflake_external_tables}.
#### Initializers
@@ -42,7 +42,7 @@ DataSnowflakeExternalTables.Builder.create(Construct scope, java.lang.String id)
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the external tables from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the external tables from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeExternalTable
The id of the existing DataSnowflakeExternalTables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use
---
@@ -751,7 +751,7 @@ DataSnowflakeExternalTablesConfig.builder()
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the external tables from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. |
---
@@ -835,7 +835,7 @@ public java.lang.String getDatabase();
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database}
---
@@ -849,7 +849,7 @@ public java.lang.String getSchema();
The schema from which to return the external tables from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema}
---
@@ -861,7 +861,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeExternalTables.python.md b/docs/dataSnowflakeExternalTables.python.md
index a54dca751..f265202ab 100644
--- a/docs/dataSnowflakeExternalTables.python.md
+++ b/docs/dataSnowflakeExternalTables.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeExternalTables
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables snowflake_external_tables}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables snowflake_external_tables}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeExternalTables.DataSnowflakeExternalTables(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the external tables from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the external tables from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeExternalTable
The id of the existing DataSnowflakeExternalTables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use
---
@@ -781,7 +781,7 @@ dataSnowflakeExternalTables.DataSnowflakeExternalTablesConfig(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the external tables from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. |
---
@@ -865,7 +865,7 @@ database: str
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database}
---
@@ -879,7 +879,7 @@ schema: str
The schema from which to return the external tables from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema}
---
@@ -891,7 +891,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeExternalTables.typescript.md b/docs/dataSnowflakeExternalTables.typescript.md
index a78769065..239f088de 100644
--- a/docs/dataSnowflakeExternalTables.typescript.md
+++ b/docs/dataSnowflakeExternalTables.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeExternalTables
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables snowflake_external_tables}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables snowflake_external_tables}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeExternalTable
The id of the existing DataSnowflakeExternalTables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use
---
@@ -645,7 +645,7 @@ const dataSnowflakeExternalTablesConfig: dataSnowflakeExternalTables.DataSnowfla
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| database | string | The database from which to return the schemas from. |
| schema | string | The schema from which to return the external tables from. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. |
---
@@ -729,7 +729,7 @@ public readonly database: string;
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database}
---
@@ -743,7 +743,7 @@ public readonly schema: string;
The schema from which to return the external tables from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema}
---
@@ -755,7 +755,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeFailoverGroups.csharp.md b/docs/dataSnowflakeFailoverGroups.csharp.md
index f9a8b2cf7..0e90c4c46 100644
--- a/docs/dataSnowflakeFailoverGroups.csharp.md
+++ b/docs/dataSnowflakeFailoverGroups.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeFailoverGroups
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups snowflake_failover_groups}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups snowflake_failover_groups}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeFailoverGroup
The id of the existing DataSnowflakeFailoverGroups that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use
---
@@ -638,7 +638,7 @@ new DataSnowflakeFailoverGroupsConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. |
| InAccount | string | Specifies the identifier for the account. |
---
@@ -721,7 +721,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -738,7 +738,7 @@ public string InAccount { get; set; }
Specifies the identifier for the account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account}
---
diff --git a/docs/dataSnowflakeFailoverGroups.go.md b/docs/dataSnowflakeFailoverGroups.go.md
index ffdba8218..c601d1f35 100644
--- a/docs/dataSnowflakeFailoverGroups.go.md
+++ b/docs/dataSnowflakeFailoverGroups.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeFailoverGroups
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups snowflake_failover_groups}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups snowflake_failover_groups}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeFailoverGroup
The id of the existing DataSnowflakeFailoverGroups that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use
---
@@ -638,7 +638,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. |
| InAccount | *string | Specifies the identifier for the account. |
---
@@ -721,7 +721,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -738,7 +738,7 @@ InAccount *string
Specifies the identifier for the account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account}
---
diff --git a/docs/dataSnowflakeFailoverGroups.java.md b/docs/dataSnowflakeFailoverGroups.java.md
index 702848514..8fe9c413b 100644
--- a/docs/dataSnowflakeFailoverGroups.java.md
+++ b/docs/dataSnowflakeFailoverGroups.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeFailoverGroups
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups snowflake_failover_groups}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups snowflake_failover_groups}.
#### Initializers
@@ -39,7 +39,7 @@ DataSnowflakeFailoverGroups.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. |
| inAccount | java.lang.String | Specifies the identifier for the account. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t
Specifies the identifier for the account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account}
---
@@ -458,7 +458,7 @@ The construct id used in the generated config for the DataSnowflakeFailoverGroup
The id of the existing DataSnowflakeFailoverGroups that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use
---
@@ -721,7 +721,7 @@ DataSnowflakeFailoverGroupsConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. |
| inAccount | java.lang.String | Specifies the identifier for the account. |
---
@@ -804,7 +804,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -821,7 +821,7 @@ public java.lang.String getInAccount();
Specifies the identifier for the account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account}
---
diff --git a/docs/dataSnowflakeFailoverGroups.python.md b/docs/dataSnowflakeFailoverGroups.python.md
index 0625e7709..4b56396ec 100644
--- a/docs/dataSnowflakeFailoverGroups.python.md
+++ b/docs/dataSnowflakeFailoverGroups.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeFailoverGroups
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups snowflake_failover_groups}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups snowflake_failover_groups}.
#### Initializers
@@ -37,7 +37,7 @@ dataSnowflakeFailoverGroups.DataSnowflakeFailoverGroups(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. |
| in_account | str | Specifies the identifier for the account. |
---
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t
Specifies the identifier for the account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account}
---
@@ -492,7 +492,7 @@ The construct id used in the generated config for the DataSnowflakeFailoverGroup
The id of the existing DataSnowflakeFailoverGroups that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use
---
@@ -751,7 +751,7 @@ dataSnowflakeFailoverGroups.DataSnowflakeFailoverGroupsConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. |
| in_account | str | Specifies the identifier for the account. |
---
@@ -834,7 +834,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -851,7 +851,7 @@ in_account: str
Specifies the identifier for the account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account}
---
diff --git a/docs/dataSnowflakeFailoverGroups.typescript.md b/docs/dataSnowflakeFailoverGroups.typescript.md
index e5133738d..a4825044d 100644
--- a/docs/dataSnowflakeFailoverGroups.typescript.md
+++ b/docs/dataSnowflakeFailoverGroups.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeFailoverGroups
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups snowflake_failover_groups}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups snowflake_failover_groups}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeFailoverGroup
The id of the existing DataSnowflakeFailoverGroups that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use
---
@@ -628,7 +628,7 @@ const dataSnowflakeFailoverGroupsConfig: dataSnowflakeFailoverGroups.DataSnowfla
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. |
| inAccount | string | Specifies the identifier for the account. |
---
@@ -711,7 +711,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -728,7 +728,7 @@ public readonly inAccount: string;
Specifies the identifier for the account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account}
---
diff --git a/docs/dataSnowflakeFileFormats.csharp.md b/docs/dataSnowflakeFileFormats.csharp.md
index 5fee817ca..57c22d9ad 100644
--- a/docs/dataSnowflakeFileFormats.csharp.md
+++ b/docs/dataSnowflakeFileFormats.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeFileFormats
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats snowflake_file_formats}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats snowflake_file_formats}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeFileFormats t
The id of the existing DataSnowflakeFileFormats that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ new DataSnowflakeFileFormatsConfig {
| Provisioners | object[] | *No description.* |
| Database | string | The database from which to return the schemas from. |
| Schema | string | The schema from which to return the file formats from. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. |
---
@@ -740,7 +740,7 @@ public string Database { get; set; }
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database}
---
@@ -754,7 +754,7 @@ public string Schema { get; set; }
The schema from which to return the file formats from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema}
---
@@ -766,7 +766,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeFileFormats.go.md b/docs/dataSnowflakeFileFormats.go.md
index 139680ad7..0cac8f3dd 100644
--- a/docs/dataSnowflakeFileFormats.go.md
+++ b/docs/dataSnowflakeFileFormats.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeFileFormats
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats snowflake_file_formats}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats snowflake_file_formats}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeFileFormats t
The id of the existing DataSnowflakeFileFormats that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provisioners | *[]interface{} | *No description.* |
| Database | *string | The database from which to return the schemas from. |
| Schema | *string | The schema from which to return the file formats from. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. |
---
@@ -740,7 +740,7 @@ Database *string
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database}
---
@@ -754,7 +754,7 @@ Schema *string
The schema from which to return the file formats from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema}
---
@@ -766,7 +766,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeFileFormats.java.md b/docs/dataSnowflakeFileFormats.java.md
index da3a8a4b0..eca663400 100644
--- a/docs/dataSnowflakeFileFormats.java.md
+++ b/docs/dataSnowflakeFileFormats.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeFileFormats
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats snowflake_file_formats}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats snowflake_file_formats}.
#### Initializers
@@ -42,7 +42,7 @@ DataSnowflakeFileFormats.Builder.create(Construct scope, java.lang.String id)
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the file formats from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the file formats from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeFileFormats t
The id of the existing DataSnowflakeFileFormats that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use
---
@@ -751,7 +751,7 @@ DataSnowflakeFileFormatsConfig.builder()
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the file formats from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. |
---
@@ -835,7 +835,7 @@ public java.lang.String getDatabase();
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database}
---
@@ -849,7 +849,7 @@ public java.lang.String getSchema();
The schema from which to return the file formats from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema}
---
@@ -861,7 +861,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeFileFormats.python.md b/docs/dataSnowflakeFileFormats.python.md
index 5377957c6..fdf0b5773 100644
--- a/docs/dataSnowflakeFileFormats.python.md
+++ b/docs/dataSnowflakeFileFormats.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeFileFormats
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats snowflake_file_formats}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats snowflake_file_formats}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeFileFormats.DataSnowflakeFileFormats(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the file formats from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the file formats from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeFileFormats t
The id of the existing DataSnowflakeFileFormats that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use
---
@@ -781,7 +781,7 @@ dataSnowflakeFileFormats.DataSnowflakeFileFormatsConfig(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the file formats from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. |
---
@@ -865,7 +865,7 @@ database: str
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database}
---
@@ -879,7 +879,7 @@ schema: str
The schema from which to return the file formats from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema}
---
@@ -891,7 +891,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeFileFormats.typescript.md b/docs/dataSnowflakeFileFormats.typescript.md
index 8d6fd84f2..332820a6a 100644
--- a/docs/dataSnowflakeFileFormats.typescript.md
+++ b/docs/dataSnowflakeFileFormats.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeFileFormats
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats snowflake_file_formats}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats snowflake_file_formats}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeFileFormats t
The id of the existing DataSnowflakeFileFormats that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use
---
@@ -645,7 +645,7 @@ const dataSnowflakeFileFormatsConfig: dataSnowflakeFileFormats.DataSnowflakeFile
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| database | string | The database from which to return the schemas from. |
| schema | string | The schema from which to return the file formats from. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. |
---
@@ -729,7 +729,7 @@ public readonly database: string;
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database}
---
@@ -743,7 +743,7 @@ public readonly schema: string;
The schema from which to return the file formats from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema}
---
@@ -755,7 +755,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeFunctions.csharp.md b/docs/dataSnowflakeFunctions.csharp.md
index c95a081b3..1951a871c 100644
--- a/docs/dataSnowflakeFunctions.csharp.md
+++ b/docs/dataSnowflakeFunctions.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeFunctions
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions snowflake_functions}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions snowflake_functions}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeFunctions to
The id of the existing DataSnowflakeFunctions that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ new DataSnowflakeFunctionsConfig {
| Provisioners | object[] | *No description.* |
| Database | string | The database from which to return the schemas from. |
| Schema | string | The schema from which to return the functions from. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#id DataSnowflakeFunctions#id}. |
---
@@ -740,7 +740,7 @@ public string Database { get; set; }
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#database DataSnowflakeFunctions#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#database DataSnowflakeFunctions#database}
---
@@ -754,7 +754,7 @@ public string Schema { get; set; }
The schema from which to return the functions from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#schema DataSnowflakeFunctions#schema}
---
@@ -766,7 +766,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#id DataSnowflakeFunctions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeFunctions.go.md b/docs/dataSnowflakeFunctions.go.md
index 01b03d2c8..5ea6dd795 100644
--- a/docs/dataSnowflakeFunctions.go.md
+++ b/docs/dataSnowflakeFunctions.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeFunctions
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions snowflake_functions}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions snowflake_functions}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeFunctions to
The id of the existing DataSnowflakeFunctions that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provisioners | *[]interface{} | *No description.* |
| Database | *string | The database from which to return the schemas from. |
| Schema | *string | The schema from which to return the functions from. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#id DataSnowflakeFunctions#id}. |
---
@@ -740,7 +740,7 @@ Database *string
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#database DataSnowflakeFunctions#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#database DataSnowflakeFunctions#database}
---
@@ -754,7 +754,7 @@ Schema *string
The schema from which to return the functions from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#schema DataSnowflakeFunctions#schema}
---
@@ -766,7 +766,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#id DataSnowflakeFunctions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeFunctions.java.md b/docs/dataSnowflakeFunctions.java.md
index eb6b61293..9add7cef6 100644
--- a/docs/dataSnowflakeFunctions.java.md
+++ b/docs/dataSnowflakeFunctions.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeFunctions
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions snowflake_functions}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions snowflake_functions}.
#### Initializers
@@ -42,7 +42,7 @@ DataSnowflakeFunctions.Builder.create(Construct scope, java.lang.String id)
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the functions from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#id DataSnowflakeFunctions#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#database DataSnowflakeFunctions#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#database DataSnowflakeFunctions#database}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the functions from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#schema DataSnowflakeFunctions#schema}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#id DataSnowflakeFunctions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeFunctions to
The id of the existing DataSnowflakeFunctions that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use
---
@@ -751,7 +751,7 @@ DataSnowflakeFunctionsConfig.builder()
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the functions from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#id DataSnowflakeFunctions#id}. |
---
@@ -835,7 +835,7 @@ public java.lang.String getDatabase();
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#database DataSnowflakeFunctions#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#database DataSnowflakeFunctions#database}
---
@@ -849,7 +849,7 @@ public java.lang.String getSchema();
The schema from which to return the functions from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#schema DataSnowflakeFunctions#schema}
---
@@ -861,7 +861,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#id DataSnowflakeFunctions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeFunctions.python.md b/docs/dataSnowflakeFunctions.python.md
index 6533b9284..233cd4dcf 100644
--- a/docs/dataSnowflakeFunctions.python.md
+++ b/docs/dataSnowflakeFunctions.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeFunctions
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions snowflake_functions}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions snowflake_functions}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeFunctions.DataSnowflakeFunctions(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the functions from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#id DataSnowflakeFunctions#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#database DataSnowflakeFunctions#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#database DataSnowflakeFunctions#database}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the functions from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#schema DataSnowflakeFunctions#schema}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#id DataSnowflakeFunctions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeFunctions to
The id of the existing DataSnowflakeFunctions that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use
---
@@ -781,7 +781,7 @@ dataSnowflakeFunctions.DataSnowflakeFunctionsConfig(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the functions from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#id DataSnowflakeFunctions#id}. |
---
@@ -865,7 +865,7 @@ database: str
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#database DataSnowflakeFunctions#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#database DataSnowflakeFunctions#database}
---
@@ -879,7 +879,7 @@ schema: str
The schema from which to return the functions from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#schema DataSnowflakeFunctions#schema}
---
@@ -891,7 +891,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#id DataSnowflakeFunctions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeFunctions.typescript.md b/docs/dataSnowflakeFunctions.typescript.md
index 857a9354b..5e9dfae85 100644
--- a/docs/dataSnowflakeFunctions.typescript.md
+++ b/docs/dataSnowflakeFunctions.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeFunctions
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions snowflake_functions}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions snowflake_functions}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeFunctions to
The id of the existing DataSnowflakeFunctions that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use
---
@@ -645,7 +645,7 @@ const dataSnowflakeFunctionsConfig: dataSnowflakeFunctions.DataSnowflakeFunction
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| database | string | The database from which to return the schemas from. |
| schema | string | The schema from which to return the functions from. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#id DataSnowflakeFunctions#id}. |
---
@@ -729,7 +729,7 @@ public readonly database: string;
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#database DataSnowflakeFunctions#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#database DataSnowflakeFunctions#database}
---
@@ -743,7 +743,7 @@ public readonly schema: string;
The schema from which to return the functions from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#schema DataSnowflakeFunctions#schema}
---
@@ -755,7 +755,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#id DataSnowflakeFunctions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeGrants.csharp.md b/docs/dataSnowflakeGrants.csharp.md
index 037ed7aac..0794ec6cd 100644
--- a/docs/dataSnowflakeGrants.csharp.md
+++ b/docs/dataSnowflakeGrants.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeGrants
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants snowflake_grants}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants snowflake_grants}.
#### Initializers
@@ -472,7 +472,7 @@ The construct id used in the generated config for the DataSnowflakeGrants to imp
The id of the existing DataSnowflakeGrants that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use
---
@@ -828,7 +828,7 @@ new DataSnowflakeGrantsConfig {
| GrantsOf | DataSnowflakeGrantsGrantsOf | grants_of block. |
| GrantsOn | DataSnowflakeGrantsGrantsOn | grants_on block. |
| GrantsTo | DataSnowflakeGrantsGrantsTo | grants_to block. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#id DataSnowflakeGrants#id}. |
---
@@ -912,7 +912,7 @@ public DataSnowflakeGrantsFutureGrantsIn FutureGrantsIn { get; set; }
future_grants_in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in}
---
@@ -926,7 +926,7 @@ public DataSnowflakeGrantsFutureGrantsTo FutureGrantsTo { get; set; }
future_grants_to block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to}
---
@@ -940,7 +940,7 @@ public DataSnowflakeGrantsGrantsOf GrantsOf { get; set; }
grants_of block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of}
---
@@ -954,7 +954,7 @@ public DataSnowflakeGrantsGrantsOn GrantsOn { get; set; }
grants_on block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on}
---
@@ -968,7 +968,7 @@ public DataSnowflakeGrantsGrantsTo GrantsTo { get; set; }
grants_to block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to}
---
@@ -980,7 +980,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#id DataSnowflakeGrants#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1019,7 +1019,7 @@ public string Database { get; set; }
Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database DataSnowflakeGrants#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database DataSnowflakeGrants#database}
---
@@ -1033,7 +1033,7 @@ public string Schema { get; set; }
Lists all privileges on new (i.e. future) objects of a specified type in the schema granted to a role. Schema must be a fully qualified name ("<db_name>"."<schema_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#schema DataSnowflakeGrants#schema}
---
@@ -1069,7 +1069,7 @@ public string AccountRole { get; set; }
Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the account role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -1083,7 +1083,7 @@ public string DatabaseRole { get; set; }
Lists all privileges on new (i.e. future) objects granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -1136,7 +1136,7 @@ public string AccountRole { get; set; }
Lists all users and roles to which the account role has been granted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -1152,7 +1152,7 @@ Lists all the users and roles to which the application role has been granted.
Must be a fully qualified name (""."").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
---
@@ -1168,7 +1168,7 @@ Lists all users and roles to which the database role has been granted.
Must be a fully qualified name (""."").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -1182,7 +1182,7 @@ public string Share { get; set; }
Lists all the accounts for the share and indicates the accounts that are using the share.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share}
---
@@ -1222,7 +1222,7 @@ Object hierarchy to list privileges on.
The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account DataSnowflakeGrants#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account DataSnowflakeGrants#account}
---
@@ -1236,7 +1236,7 @@ public string ObjectName { get; set; }
Name of object to list privileges on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name}
---
@@ -1250,7 +1250,7 @@ public string ObjectType { get; set; }
Type of object to list privileges on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type}
---
@@ -1294,7 +1294,7 @@ public string AccountRole { get; set; }
Lists all privileges and roles granted to the role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -1308,7 +1308,7 @@ public string Application { get; set; }
Lists all the privileges and roles granted to the application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application DataSnowflakeGrants#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application DataSnowflakeGrants#application}
---
@@ -1322,7 +1322,7 @@ public string ApplicationRole { get; set; }
Lists all the privileges and roles granted to the application role. Must be a fully qualified name ("<app_name>"."<app_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
---
@@ -1336,7 +1336,7 @@ public string DatabaseRole { get; set; }
Lists all privileges and roles granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -1350,7 +1350,7 @@ public DataSnowflakeGrantsGrantsToShare Share { get; set; }
share block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share}
---
@@ -1366,7 +1366,7 @@ Lists all the roles granted to the user.
Note that the PUBLIC role, which is automatically available to every user, is not listed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#user DataSnowflakeGrants#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#user DataSnowflakeGrants#user}
---
@@ -1400,7 +1400,7 @@ public string ShareName { get; set; }
Lists all of the privileges and roles granted to the specified share.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name}
---
diff --git a/docs/dataSnowflakeGrants.go.md b/docs/dataSnowflakeGrants.go.md
index 7c6bcd7ee..475737d98 100644
--- a/docs/dataSnowflakeGrants.go.md
+++ b/docs/dataSnowflakeGrants.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeGrants
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants snowflake_grants}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants snowflake_grants}.
#### Initializers
@@ -472,7 +472,7 @@ The construct id used in the generated config for the DataSnowflakeGrants to imp
The id of the existing DataSnowflakeGrants that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use
---
@@ -828,7 +828,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| GrantsOf | DataSnowflakeGrantsGrantsOf | grants_of block. |
| GrantsOn | DataSnowflakeGrantsGrantsOn | grants_on block. |
| GrantsTo | DataSnowflakeGrantsGrantsTo | grants_to block. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#id DataSnowflakeGrants#id}. |
---
@@ -912,7 +912,7 @@ FutureGrantsIn DataSnowflakeGrantsFutureGrantsIn
future_grants_in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in}
---
@@ -926,7 +926,7 @@ FutureGrantsTo DataSnowflakeGrantsFutureGrantsTo
future_grants_to block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to}
---
@@ -940,7 +940,7 @@ GrantsOf DataSnowflakeGrantsGrantsOf
grants_of block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of}
---
@@ -954,7 +954,7 @@ GrantsOn DataSnowflakeGrantsGrantsOn
grants_on block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on}
---
@@ -968,7 +968,7 @@ GrantsTo DataSnowflakeGrantsGrantsTo
grants_to block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to}
---
@@ -980,7 +980,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#id DataSnowflakeGrants#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1019,7 +1019,7 @@ Database *string
Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database DataSnowflakeGrants#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database DataSnowflakeGrants#database}
---
@@ -1033,7 +1033,7 @@ Schema *string
Lists all privileges on new (i.e. future) objects of a specified type in the schema granted to a role. Schema must be a fully qualified name ("<db_name>"."<schema_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#schema DataSnowflakeGrants#schema}
---
@@ -1069,7 +1069,7 @@ AccountRole *string
Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the account role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -1083,7 +1083,7 @@ DatabaseRole *string
Lists all privileges on new (i.e. future) objects granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -1136,7 +1136,7 @@ AccountRole *string
Lists all users and roles to which the account role has been granted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -1152,7 +1152,7 @@ Lists all the users and roles to which the application role has been granted.
Must be a fully qualified name (""."").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
---
@@ -1168,7 +1168,7 @@ Lists all users and roles to which the database role has been granted.
Must be a fully qualified name (""."").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -1182,7 +1182,7 @@ Share *string
Lists all the accounts for the share and indicates the accounts that are using the share.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share}
---
@@ -1222,7 +1222,7 @@ Object hierarchy to list privileges on.
The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account DataSnowflakeGrants#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account DataSnowflakeGrants#account}
---
@@ -1236,7 +1236,7 @@ ObjectName *string
Name of object to list privileges on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name}
---
@@ -1250,7 +1250,7 @@ ObjectType *string
Type of object to list privileges on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type}
---
@@ -1294,7 +1294,7 @@ AccountRole *string
Lists all privileges and roles granted to the role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -1308,7 +1308,7 @@ Application *string
Lists all the privileges and roles granted to the application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application DataSnowflakeGrants#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application DataSnowflakeGrants#application}
---
@@ -1322,7 +1322,7 @@ ApplicationRole *string
Lists all the privileges and roles granted to the application role. Must be a fully qualified name ("<app_name>"."<app_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
---
@@ -1336,7 +1336,7 @@ DatabaseRole *string
Lists all privileges and roles granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -1350,7 +1350,7 @@ Share DataSnowflakeGrantsGrantsToShare
share block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share}
---
@@ -1366,7 +1366,7 @@ Lists all the roles granted to the user.
Note that the PUBLIC role, which is automatically available to every user, is not listed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#user DataSnowflakeGrants#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#user DataSnowflakeGrants#user}
---
@@ -1400,7 +1400,7 @@ ShareName *string
Lists all of the privileges and roles granted to the specified share.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name}
---
diff --git a/docs/dataSnowflakeGrants.java.md b/docs/dataSnowflakeGrants.java.md
index cb67fc887..e3055f0ff 100644
--- a/docs/dataSnowflakeGrants.java.md
+++ b/docs/dataSnowflakeGrants.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeGrants
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants snowflake_grants}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants snowflake_grants}.
#### Initializers
@@ -48,7 +48,7 @@ DataSnowflakeGrants.Builder.create(Construct scope, java.lang.String id)
| grantsOf | DataSnowflakeGrantsGrantsOf | grants_of block. |
| grantsOn | DataSnowflakeGrantsGrantsOn | grants_on block. |
| grantsTo | DataSnowflakeGrantsGrantsTo | grants_to block. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#id DataSnowflakeGrants#id}. |
---
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
future_grants_in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
future_grants_to block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
grants_of block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
grants_on block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
grants_to block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to}
---
@@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#id DataSnowflakeGrants#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -599,7 +599,7 @@ The construct id used in the generated config for the DataSnowflakeGrants to imp
The id of the existing DataSnowflakeGrants that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use
---
@@ -959,7 +959,7 @@ DataSnowflakeGrantsConfig.builder()
| grantsOf | DataSnowflakeGrantsGrantsOf | grants_of block. |
| grantsOn | DataSnowflakeGrantsGrantsOn | grants_on block. |
| grantsTo | DataSnowflakeGrantsGrantsTo | grants_to block. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#id DataSnowflakeGrants#id}. |
---
@@ -1043,7 +1043,7 @@ public DataSnowflakeGrantsFutureGrantsIn getFutureGrantsIn();
future_grants_in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in}
---
@@ -1057,7 +1057,7 @@ public DataSnowflakeGrantsFutureGrantsTo getFutureGrantsTo();
future_grants_to block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to}
---
@@ -1071,7 +1071,7 @@ public DataSnowflakeGrantsGrantsOf getGrantsOf();
grants_of block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of}
---
@@ -1085,7 +1085,7 @@ public DataSnowflakeGrantsGrantsOn getGrantsOn();
grants_on block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on}
---
@@ -1099,7 +1099,7 @@ public DataSnowflakeGrantsGrantsTo getGrantsTo();
grants_to block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to}
---
@@ -1111,7 +1111,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#id DataSnowflakeGrants#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1150,7 +1150,7 @@ public java.lang.String getDatabase();
Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database DataSnowflakeGrants#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database DataSnowflakeGrants#database}
---
@@ -1164,7 +1164,7 @@ public java.lang.String getSchema();
Lists all privileges on new (i.e. future) objects of a specified type in the schema granted to a role. Schema must be a fully qualified name ("<db_name>"."<schema_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#schema DataSnowflakeGrants#schema}
---
@@ -1200,7 +1200,7 @@ public java.lang.String getAccountRole();
Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the account role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -1214,7 +1214,7 @@ public java.lang.String getDatabaseRole();
Lists all privileges on new (i.e. future) objects granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -1266,7 +1266,7 @@ public java.lang.String getAccountRole();
Lists all users and roles to which the account role has been granted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -1282,7 +1282,7 @@ Lists all the users and roles to which the application role has been granted.
Must be a fully qualified name (""."").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
---
@@ -1298,7 +1298,7 @@ Lists all users and roles to which the database role has been granted.
Must be a fully qualified name (""."").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -1312,7 +1312,7 @@ public java.lang.String getShare();
Lists all the accounts for the share and indicates the accounts that are using the share.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share}
---
@@ -1353,7 +1353,7 @@ Object hierarchy to list privileges on.
The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account DataSnowflakeGrants#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account DataSnowflakeGrants#account}
---
@@ -1367,7 +1367,7 @@ public java.lang.String getObjectName();
Name of object to list privileges on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name}
---
@@ -1381,7 +1381,7 @@ public java.lang.String getObjectType();
Type of object to list privileges on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type}
---
@@ -1425,7 +1425,7 @@ public java.lang.String getAccountRole();
Lists all privileges and roles granted to the role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -1439,7 +1439,7 @@ public java.lang.String getApplication();
Lists all the privileges and roles granted to the application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application DataSnowflakeGrants#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application DataSnowflakeGrants#application}
---
@@ -1453,7 +1453,7 @@ public java.lang.String getApplicationRole();
Lists all the privileges and roles granted to the application role. Must be a fully qualified name ("<app_name>"."<app_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
---
@@ -1467,7 +1467,7 @@ public java.lang.String getDatabaseRole();
Lists all privileges and roles granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -1481,7 +1481,7 @@ public DataSnowflakeGrantsGrantsToShare getShare();
share block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share}
---
@@ -1497,7 +1497,7 @@ Lists all the roles granted to the user.
Note that the PUBLIC role, which is automatically available to every user, is not listed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#user DataSnowflakeGrants#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#user DataSnowflakeGrants#user}
---
@@ -1531,7 +1531,7 @@ public java.lang.String getShareName();
Lists all of the privileges and roles granted to the specified share.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name}
---
diff --git a/docs/dataSnowflakeGrants.python.md b/docs/dataSnowflakeGrants.python.md
index c36951038..905f16e50 100644
--- a/docs/dataSnowflakeGrants.python.md
+++ b/docs/dataSnowflakeGrants.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeGrants
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants snowflake_grants}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants snowflake_grants}.
#### Initializers
@@ -46,7 +46,7 @@ dataSnowflakeGrants.DataSnowflakeGrants(
| grants_of | DataSnowflakeGrantsGrantsOf | grants_of block. |
| grants_on | DataSnowflakeGrantsGrantsOn | grants_on block. |
| grants_to | DataSnowflakeGrantsGrantsTo | grants_to block. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#id DataSnowflakeGrants#id}. |
---
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
future_grants_in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
future_grants_to block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
grants_of block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
grants_on block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on}
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
grants_to block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#id DataSnowflakeGrants#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -438,7 +438,7 @@ def put_future_grants_in(
Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database DataSnowflakeGrants#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database DataSnowflakeGrants#database}
---
@@ -448,7 +448,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Lists all privileges on new (i.e. future) objects of a specified type in the schema granted to a role. Schema must be a fully qualified name ("<db_name>"."<schema_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#schema DataSnowflakeGrants#schema}
---
@@ -467,7 +467,7 @@ def put_future_grants_to(
Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the account role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -477,7 +477,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Lists all privileges on new (i.e. future) objects granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -498,7 +498,7 @@ def put_grants_of(
Lists all users and roles to which the account role has been granted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -510,7 +510,7 @@ Lists all the users and roles to which the application role has been granted.
Must be a fully qualified name (""."").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
---
@@ -522,7 +522,7 @@ Lists all users and roles to which the database role has been granted.
Must be a fully qualified name (""."").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -532,7 +532,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Lists all the accounts for the share and indicates the accounts that are using the share.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share}
---
@@ -554,7 +554,7 @@ Object hierarchy to list privileges on.
The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account DataSnowflakeGrants#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account DataSnowflakeGrants#account}
---
@@ -564,7 +564,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Name of object to list privileges on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name}
---
@@ -574,7 +574,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Type of object to list privileges on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type}
---
@@ -597,7 +597,7 @@ def put_grants_to(
Lists all privileges and roles granted to the role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -607,7 +607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Lists all the privileges and roles granted to the application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application DataSnowflakeGrants#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application DataSnowflakeGrants#application}
---
@@ -617,7 +617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Lists all the privileges and roles granted to the application role. Must be a fully qualified name ("<app_name>"."<app_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
---
@@ -627,7 +627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Lists all privileges and roles granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -637,7 +637,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
share block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share}
---
@@ -649,7 +649,7 @@ Lists all the roles granted to the user.
Note that the PUBLIC role, which is automatically available to every user, is not listed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#user DataSnowflakeGrants#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#user DataSnowflakeGrants#user}
---
@@ -803,7 +803,7 @@ The construct id used in the generated config for the DataSnowflakeGrants to imp
The id of the existing DataSnowflakeGrants that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use
---
@@ -1159,7 +1159,7 @@ dataSnowflakeGrants.DataSnowflakeGrantsConfig(
| grants_of | DataSnowflakeGrantsGrantsOf | grants_of block. |
| grants_on | DataSnowflakeGrantsGrantsOn | grants_on block. |
| grants_to | DataSnowflakeGrantsGrantsTo | grants_to block. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#id DataSnowflakeGrants#id}. |
---
@@ -1243,7 +1243,7 @@ future_grants_in: DataSnowflakeGrantsFutureGrantsIn
future_grants_in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in}
---
@@ -1257,7 +1257,7 @@ future_grants_to: DataSnowflakeGrantsFutureGrantsTo
future_grants_to block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to}
---
@@ -1271,7 +1271,7 @@ grants_of: DataSnowflakeGrantsGrantsOf
grants_of block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of}
---
@@ -1285,7 +1285,7 @@ grants_on: DataSnowflakeGrantsGrantsOn
grants_on block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on}
---
@@ -1299,7 +1299,7 @@ grants_to: DataSnowflakeGrantsGrantsTo
grants_to block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to}
---
@@ -1311,7 +1311,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#id DataSnowflakeGrants#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1350,7 +1350,7 @@ database: str
Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database DataSnowflakeGrants#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database DataSnowflakeGrants#database}
---
@@ -1364,7 +1364,7 @@ schema: str
Lists all privileges on new (i.e. future) objects of a specified type in the schema granted to a role. Schema must be a fully qualified name ("<db_name>"."<schema_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#schema DataSnowflakeGrants#schema}
---
@@ -1400,7 +1400,7 @@ account_role: str
Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the account role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -1414,7 +1414,7 @@ database_role: str
Lists all privileges on new (i.e. future) objects granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -1465,7 +1465,7 @@ account_role: str
Lists all users and roles to which the account role has been granted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -1481,7 +1481,7 @@ Lists all the users and roles to which the application role has been granted.
Must be a fully qualified name (""."").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
---
@@ -1497,7 +1497,7 @@ Lists all users and roles to which the database role has been granted.
Must be a fully qualified name (""."").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -1511,7 +1511,7 @@ share: str
Lists all the accounts for the share and indicates the accounts that are using the share.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share}
---
@@ -1551,7 +1551,7 @@ Object hierarchy to list privileges on.
The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account DataSnowflakeGrants#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account DataSnowflakeGrants#account}
---
@@ -1565,7 +1565,7 @@ object_name: str
Name of object to list privileges on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name}
---
@@ -1579,7 +1579,7 @@ object_type: str
Type of object to list privileges on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type}
---
@@ -1623,7 +1623,7 @@ account_role: str
Lists all privileges and roles granted to the role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -1637,7 +1637,7 @@ application: str
Lists all the privileges and roles granted to the application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application DataSnowflakeGrants#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application DataSnowflakeGrants#application}
---
@@ -1651,7 +1651,7 @@ application_role: str
Lists all the privileges and roles granted to the application role. Must be a fully qualified name ("<app_name>"."<app_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
---
@@ -1665,7 +1665,7 @@ database_role: str
Lists all privileges and roles granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -1679,7 +1679,7 @@ share: DataSnowflakeGrantsGrantsToShare
share block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share}
---
@@ -1695,7 +1695,7 @@ Lists all the roles granted to the user.
Note that the PUBLIC role, which is automatically available to every user, is not listed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#user DataSnowflakeGrants#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#user DataSnowflakeGrants#user}
---
@@ -1729,7 +1729,7 @@ share_name: str
Lists all of the privileges and roles granted to the specified share.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name}
---
@@ -3940,7 +3940,7 @@ def put_share(
Lists all of the privileges and roles granted to the specified share.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name}
---
diff --git a/docs/dataSnowflakeGrants.typescript.md b/docs/dataSnowflakeGrants.typescript.md
index 7b588b6cd..cc6d4315e 100644
--- a/docs/dataSnowflakeGrants.typescript.md
+++ b/docs/dataSnowflakeGrants.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeGrants
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants snowflake_grants}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants snowflake_grants}.
#### Initializers
@@ -472,7 +472,7 @@ The construct id used in the generated config for the DataSnowflakeGrants to imp
The id of the existing DataSnowflakeGrants that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use
---
@@ -814,7 +814,7 @@ const dataSnowflakeGrantsConfig: dataSnowflakeGrants.DataSnowflakeGrantsConfig =
| grantsOf | DataSnowflakeGrantsGrantsOf | grants_of block. |
| grantsOn | DataSnowflakeGrantsGrantsOn | grants_on block. |
| grantsTo | DataSnowflakeGrantsGrantsTo | grants_to block. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#id DataSnowflakeGrants#id}. |
---
@@ -898,7 +898,7 @@ public readonly futureGrantsIn: DataSnowflakeGrantsFutureGrantsIn;
future_grants_in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in}
---
@@ -912,7 +912,7 @@ public readonly futureGrantsTo: DataSnowflakeGrantsFutureGrantsTo;
future_grants_to block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to}
---
@@ -926,7 +926,7 @@ public readonly grantsOf: DataSnowflakeGrantsGrantsOf;
grants_of block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of}
---
@@ -940,7 +940,7 @@ public readonly grantsOn: DataSnowflakeGrantsGrantsOn;
grants_on block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on}
---
@@ -954,7 +954,7 @@ public readonly grantsTo: DataSnowflakeGrantsGrantsTo;
grants_to block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to}
---
@@ -966,7 +966,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#id DataSnowflakeGrants#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1002,7 +1002,7 @@ public readonly database: string;
Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database DataSnowflakeGrants#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database DataSnowflakeGrants#database}
---
@@ -1016,7 +1016,7 @@ public readonly schema: string;
Lists all privileges on new (i.e. future) objects of a specified type in the schema granted to a role. Schema must be a fully qualified name ("<db_name>"."<schema_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#schema DataSnowflakeGrants#schema}
---
@@ -1049,7 +1049,7 @@ public readonly accountRole: string;
Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the account role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -1063,7 +1063,7 @@ public readonly databaseRole: string;
Lists all privileges on new (i.e. future) objects granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -1109,7 +1109,7 @@ public readonly accountRole: string;
Lists all users and roles to which the account role has been granted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -1125,7 +1125,7 @@ Lists all the users and roles to which the application role has been granted.
Must be a fully qualified name ("<db_name>"."<database_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
---
@@ -1141,7 +1141,7 @@ Lists all users and roles to which the database role has been granted.
Must be a fully qualified name ("<db_name>"."<database_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -1155,7 +1155,7 @@ public readonly share: string;
Lists all the accounts for the share and indicates the accounts that are using the share.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share}
---
@@ -1191,7 +1191,7 @@ Object hierarchy to list privileges on.
The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account DataSnowflakeGrants#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account DataSnowflakeGrants#account}
---
@@ -1205,7 +1205,7 @@ public readonly objectName: string;
Name of object to list privileges on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name}
---
@@ -1219,7 +1219,7 @@ public readonly objectType: string;
Type of object to list privileges on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type}
---
@@ -1256,7 +1256,7 @@ public readonly accountRole: string;
Lists all privileges and roles granted to the role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role}
---
@@ -1270,7 +1270,7 @@ public readonly application: string;
Lists all the privileges and roles granted to the application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application DataSnowflakeGrants#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application DataSnowflakeGrants#application}
---
@@ -1284,7 +1284,7 @@ public readonly applicationRole: string;
Lists all the privileges and roles granted to the application role. Must be a fully qualified name ("<app_name>"."<app_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role}
---
@@ -1298,7 +1298,7 @@ public readonly databaseRole: string;
Lists all privileges and roles granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>").
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role}
---
@@ -1312,7 +1312,7 @@ public readonly share: DataSnowflakeGrantsGrantsToShare;
share block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share}
---
@@ -1328,7 +1328,7 @@ Lists all the roles granted to the user.
Note that the PUBLIC role, which is automatically available to every user, is not listed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#user DataSnowflakeGrants#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#user DataSnowflakeGrants#user}
---
@@ -1360,7 +1360,7 @@ public readonly shareName: string;
Lists all of the privileges and roles granted to the specified share.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name}
---
diff --git a/docs/dataSnowflakeMaskingPolicies.csharp.md b/docs/dataSnowflakeMaskingPolicies.csharp.md
index b058e037f..66850b850 100644
--- a/docs/dataSnowflakeMaskingPolicies.csharp.md
+++ b/docs/dataSnowflakeMaskingPolicies.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeMaskingPolicies
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies snowflake_masking_policies}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies snowflake_masking_policies}.
#### Initializers
@@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeMaskingPolici
The id of the existing DataSnowflakeMaskingPolicies that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use
---
@@ -754,7 +754,7 @@ new DataSnowflakeMaskingPoliciesConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. |
| In | DataSnowflakeMaskingPoliciesIn | in block. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeMaskingPoliciesLimit | limit block. |
@@ -840,7 +840,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -857,7 +857,7 @@ public DataSnowflakeMaskingPoliciesIn In { get; set; }
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in}
---
@@ -871,7 +871,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like}
---
@@ -885,7 +885,7 @@ public DataSnowflakeMaskingPoliciesLimit Limit { get; set; }
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit}
---
@@ -901,7 +901,7 @@ Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICI
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe}
---
@@ -943,7 +943,7 @@ public object Account { get; set; }
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account}
---
@@ -957,7 +957,7 @@ public string Application { get; set; }
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application}
---
@@ -971,7 +971,7 @@ public string ApplicationPackage { get; set; }
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package}
---
@@ -985,7 +985,7 @@ public string Database { get; set; }
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database}
---
@@ -999,7 +999,7 @@ public string Schema { get; set; }
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema}
---
@@ -1035,7 +1035,7 @@ public double Rows { get; set; }
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows}
---
@@ -1051,7 +1051,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from}
---
diff --git a/docs/dataSnowflakeMaskingPolicies.go.md b/docs/dataSnowflakeMaskingPolicies.go.md
index ee48200b8..15f3b263b 100644
--- a/docs/dataSnowflakeMaskingPolicies.go.md
+++ b/docs/dataSnowflakeMaskingPolicies.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeMaskingPolicies
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies snowflake_masking_policies}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies snowflake_masking_policies}.
#### Initializers
@@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeMaskingPolici
The id of the existing DataSnowflakeMaskingPolicies that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use
---
@@ -754,7 +754,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. |
| In | DataSnowflakeMaskingPoliciesIn | in block. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeMaskingPoliciesLimit | limit block. |
@@ -840,7 +840,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -857,7 +857,7 @@ In DataSnowflakeMaskingPoliciesIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in}
---
@@ -871,7 +871,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like}
---
@@ -885,7 +885,7 @@ Limit DataSnowflakeMaskingPoliciesLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit}
---
@@ -901,7 +901,7 @@ Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICI
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe}
---
@@ -943,7 +943,7 @@ Account interface{}
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account}
---
@@ -957,7 +957,7 @@ Application *string
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application}
---
@@ -971,7 +971,7 @@ ApplicationPackage *string
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package}
---
@@ -985,7 +985,7 @@ Database *string
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database}
---
@@ -999,7 +999,7 @@ Schema *string
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema}
---
@@ -1035,7 +1035,7 @@ Rows *f64
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows}
---
@@ -1051,7 +1051,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from}
---
diff --git a/docs/dataSnowflakeMaskingPolicies.java.md b/docs/dataSnowflakeMaskingPolicies.java.md
index fa0dfcec2..08e97d5ca 100644
--- a/docs/dataSnowflakeMaskingPolicies.java.md
+++ b/docs/dataSnowflakeMaskingPolicies.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeMaskingPolicies
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies snowflake_masking_policies}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies snowflake_masking_policies}.
#### Initializers
@@ -43,7 +43,7 @@ DataSnowflakeMaskingPolicies.Builder.create(Construct scope, java.lang.String id
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. |
| in | DataSnowflakeMaskingPoliciesIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeMaskingPoliciesLimit | limit block. |
@@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -128,7 +128,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit}
---
@@ -160,7 +160,7 @@ Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICI
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe}
---
@@ -544,7 +544,7 @@ The construct id used in the generated config for the DataSnowflakeMaskingPolici
The id of the existing DataSnowflakeMaskingPolicies that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use
---
@@ -877,7 +877,7 @@ DataSnowflakeMaskingPoliciesConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. |
| in | DataSnowflakeMaskingPoliciesIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeMaskingPoliciesLimit | limit block. |
@@ -963,7 +963,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -980,7 +980,7 @@ public DataSnowflakeMaskingPoliciesIn getIn();
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in}
---
@@ -994,7 +994,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like}
---
@@ -1008,7 +1008,7 @@ public DataSnowflakeMaskingPoliciesLimit getLimit();
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit}
---
@@ -1024,7 +1024,7 @@ Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICI
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe}
---
@@ -1067,7 +1067,7 @@ public java.lang.Object getAccount();
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account}
---
@@ -1081,7 +1081,7 @@ public java.lang.String getApplication();
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application}
---
@@ -1095,7 +1095,7 @@ public java.lang.String getApplicationPackage();
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package}
---
@@ -1109,7 +1109,7 @@ public java.lang.String getDatabase();
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database}
---
@@ -1123,7 +1123,7 @@ public java.lang.String getSchema();
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema}
---
@@ -1159,7 +1159,7 @@ public java.lang.Number getRows();
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows}
---
@@ -1175,7 +1175,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from}
---
diff --git a/docs/dataSnowflakeMaskingPolicies.python.md b/docs/dataSnowflakeMaskingPolicies.python.md
index 30b8a4b13..f29523f0a 100644
--- a/docs/dataSnowflakeMaskingPolicies.python.md
+++ b/docs/dataSnowflakeMaskingPolicies.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeMaskingPolicies
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies snowflake_masking_policies}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies snowflake_masking_policies}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeMaskingPolicies.DataSnowflakeMaskingPolicies(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. |
| in | DataSnowflakeMaskingPoliciesIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeMaskingPoliciesLimit | limit block. |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -125,7 +125,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in}
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit}
---
@@ -157,7 +157,7 @@ Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICI
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe}
---
@@ -427,7 +427,7 @@ def put_in(
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account}
---
@@ -437,7 +437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application}
---
@@ -447,7 +447,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package}
---
@@ -457,7 +457,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database}
---
@@ -467,7 +467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema}
---
@@ -486,7 +486,7 @@ def put_limit(
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows}
---
@@ -498,7 +498,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from}
---
@@ -646,7 +646,7 @@ The construct id used in the generated config for the DataSnowflakeMaskingPolici
The id of the existing DataSnowflakeMaskingPolicies that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use
---
@@ -974,7 +974,7 @@ dataSnowflakeMaskingPolicies.DataSnowflakeMaskingPoliciesConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. |
| in | DataSnowflakeMaskingPoliciesIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeMaskingPoliciesLimit | limit block. |
@@ -1060,7 +1060,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1077,7 +1077,7 @@ in: DataSnowflakeMaskingPoliciesIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in}
---
@@ -1091,7 +1091,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like}
---
@@ -1105,7 +1105,7 @@ limit: DataSnowflakeMaskingPoliciesLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit}
---
@@ -1121,7 +1121,7 @@ Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICI
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe}
---
@@ -1163,7 +1163,7 @@ account: typing.Union[bool, IResolvable]
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account}
---
@@ -1177,7 +1177,7 @@ application: str
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application}
---
@@ -1191,7 +1191,7 @@ application_package: str
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package}
---
@@ -1205,7 +1205,7 @@ database: str
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database}
---
@@ -1219,7 +1219,7 @@ schema: str
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema}
---
@@ -1255,7 +1255,7 @@ rows: typing.Union[int, float]
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows}
---
@@ -1271,7 +1271,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from}
---
diff --git a/docs/dataSnowflakeMaskingPolicies.typescript.md b/docs/dataSnowflakeMaskingPolicies.typescript.md
index 84753a234..4d2adb4de 100644
--- a/docs/dataSnowflakeMaskingPolicies.typescript.md
+++ b/docs/dataSnowflakeMaskingPolicies.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeMaskingPolicies
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies snowflake_masking_policies}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies snowflake_masking_policies}.
#### Initializers
@@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeMaskingPolici
The id of the existing DataSnowflakeMaskingPolicies that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use
---
@@ -741,7 +741,7 @@ const dataSnowflakeMaskingPoliciesConfig: dataSnowflakeMaskingPolicies.DataSnowf
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. |
| in | DataSnowflakeMaskingPoliciesIn | in block. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeMaskingPoliciesLimit | limit block. |
@@ -827,7 +827,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -844,7 +844,7 @@ public readonly in: DataSnowflakeMaskingPoliciesIn;
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in}
---
@@ -858,7 +858,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like}
---
@@ -872,7 +872,7 @@ public readonly limit: DataSnowflakeMaskingPoliciesLimit;
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit}
---
@@ -888,7 +888,7 @@ Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICI
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe}
---
@@ -924,7 +924,7 @@ public readonly account: boolean | IResolvable;
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account}
---
@@ -938,7 +938,7 @@ public readonly application: string;
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application}
---
@@ -952,7 +952,7 @@ public readonly applicationPackage: string;
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package}
---
@@ -966,7 +966,7 @@ public readonly database: string;
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database}
---
@@ -980,7 +980,7 @@ public readonly schema: string;
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema}
---
@@ -1013,7 +1013,7 @@ public readonly rows: number;
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows}
---
@@ -1029,7 +1029,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from}
---
diff --git a/docs/dataSnowflakeMaterializedViews.csharp.md b/docs/dataSnowflakeMaterializedViews.csharp.md
index ae243237e..09fe6febe 100644
--- a/docs/dataSnowflakeMaterializedViews.csharp.md
+++ b/docs/dataSnowflakeMaterializedViews.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeMaterializedViews
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views snowflake_materialized_views}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views snowflake_materialized_views}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeMaterializedV
The id of the existing DataSnowflakeMaterializedViews that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ new DataSnowflakeMaterializedViewsConfig {
| Provisioners | object[] | *No description.* |
| Database | string | The database from which to return the schemas from. |
| Schema | string | The schema from which to return the views from. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. |
---
@@ -740,7 +740,7 @@ public string Database { get; set; }
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database}
---
@@ -754,7 +754,7 @@ public string Schema { get; set; }
The schema from which to return the views from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema}
---
@@ -766,7 +766,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeMaterializedViews.go.md b/docs/dataSnowflakeMaterializedViews.go.md
index f5b51ae73..7f6446c5e 100644
--- a/docs/dataSnowflakeMaterializedViews.go.md
+++ b/docs/dataSnowflakeMaterializedViews.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeMaterializedViews
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views snowflake_materialized_views}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views snowflake_materialized_views}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeMaterializedV
The id of the existing DataSnowflakeMaterializedViews that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provisioners | *[]interface{} | *No description.* |
| Database | *string | The database from which to return the schemas from. |
| Schema | *string | The schema from which to return the views from. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. |
---
@@ -740,7 +740,7 @@ Database *string
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database}
---
@@ -754,7 +754,7 @@ Schema *string
The schema from which to return the views from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema}
---
@@ -766,7 +766,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeMaterializedViews.java.md b/docs/dataSnowflakeMaterializedViews.java.md
index 1cc226472..1aed36107 100644
--- a/docs/dataSnowflakeMaterializedViews.java.md
+++ b/docs/dataSnowflakeMaterializedViews.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeMaterializedViews
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views snowflake_materialized_views}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views snowflake_materialized_views}.
#### Initializers
@@ -42,7 +42,7 @@ DataSnowflakeMaterializedViews.Builder.create(Construct scope, java.lang.String
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the views from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the views from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeMaterializedV
The id of the existing DataSnowflakeMaterializedViews that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use
---
@@ -751,7 +751,7 @@ DataSnowflakeMaterializedViewsConfig.builder()
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the views from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. |
---
@@ -835,7 +835,7 @@ public java.lang.String getDatabase();
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database}
---
@@ -849,7 +849,7 @@ public java.lang.String getSchema();
The schema from which to return the views from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema}
---
@@ -861,7 +861,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeMaterializedViews.python.md b/docs/dataSnowflakeMaterializedViews.python.md
index de3b98238..fe911bbad 100644
--- a/docs/dataSnowflakeMaterializedViews.python.md
+++ b/docs/dataSnowflakeMaterializedViews.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeMaterializedViews
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views snowflake_materialized_views}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views snowflake_materialized_views}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeMaterializedViews.DataSnowflakeMaterializedViews(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the views from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the views from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeMaterializedV
The id of the existing DataSnowflakeMaterializedViews that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use
---
@@ -781,7 +781,7 @@ dataSnowflakeMaterializedViews.DataSnowflakeMaterializedViewsConfig(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the views from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. |
---
@@ -865,7 +865,7 @@ database: str
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database}
---
@@ -879,7 +879,7 @@ schema: str
The schema from which to return the views from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema}
---
@@ -891,7 +891,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeMaterializedViews.typescript.md b/docs/dataSnowflakeMaterializedViews.typescript.md
index 41e3c1a4e..3856d6d72 100644
--- a/docs/dataSnowflakeMaterializedViews.typescript.md
+++ b/docs/dataSnowflakeMaterializedViews.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeMaterializedViews
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views snowflake_materialized_views}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views snowflake_materialized_views}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeMaterializedV
The id of the existing DataSnowflakeMaterializedViews that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use
---
@@ -645,7 +645,7 @@ const dataSnowflakeMaterializedViewsConfig: dataSnowflakeMaterializedViews.DataS
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| database | string | The database from which to return the schemas from. |
| schema | string | The schema from which to return the views from. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. |
---
@@ -729,7 +729,7 @@ public readonly database: string;
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database}
---
@@ -743,7 +743,7 @@ public readonly schema: string;
The schema from which to return the views from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema}
---
@@ -755,7 +755,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeNetworkPolicies.csharp.md b/docs/dataSnowflakeNetworkPolicies.csharp.md
index 63d042dd0..1f5ac7915 100644
--- a/docs/dataSnowflakeNetworkPolicies.csharp.md
+++ b/docs/dataSnowflakeNetworkPolicies.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeNetworkPolicies
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies snowflake_network_policies}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies snowflake_network_policies}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeNetworkPolici
The id of the existing DataSnowflakeNetworkPolicies that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use
---
@@ -668,7 +668,7 @@ new DataSnowflakeNetworkPoliciesConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| WithDescribe | object | Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. |
@@ -752,7 +752,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -769,7 +769,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like}
---
@@ -785,7 +785,7 @@ Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICI
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe}
---
diff --git a/docs/dataSnowflakeNetworkPolicies.go.md b/docs/dataSnowflakeNetworkPolicies.go.md
index 5c34271bc..27020e74b 100644
--- a/docs/dataSnowflakeNetworkPolicies.go.md
+++ b/docs/dataSnowflakeNetworkPolicies.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeNetworkPolicies
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies snowflake_network_policies}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies snowflake_network_policies}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeNetworkPolici
The id of the existing DataSnowflakeNetworkPolicies that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use
---
@@ -668,7 +668,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| WithDescribe | interface{} | Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. |
@@ -752,7 +752,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -769,7 +769,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like}
---
@@ -785,7 +785,7 @@ Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICI
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe}
---
diff --git a/docs/dataSnowflakeNetworkPolicies.java.md b/docs/dataSnowflakeNetworkPolicies.java.md
index ce2da08ee..af30a7148 100644
--- a/docs/dataSnowflakeNetworkPolicies.java.md
+++ b/docs/dataSnowflakeNetworkPolicies.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeNetworkPolicies
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies snowflake_network_policies}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies snowflake_network_policies}.
#### Initializers
@@ -41,7 +41,7 @@ DataSnowflakeNetworkPolicies.Builder.create(Construct scope, java.lang.String id
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. |
@@ -111,7 +111,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -124,7 +124,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like}
---
@@ -136,7 +136,7 @@ Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICI
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe}
---
@@ -480,7 +480,7 @@ The construct id used in the generated config for the DataSnowflakeNetworkPolici
The id of the existing DataSnowflakeNetworkPolicies that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use
---
@@ -767,7 +767,7 @@ DataSnowflakeNetworkPoliciesConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. |
@@ -851,7 +851,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -868,7 +868,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like}
---
@@ -884,7 +884,7 @@ Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICI
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe}
---
diff --git a/docs/dataSnowflakeNetworkPolicies.python.md b/docs/dataSnowflakeNetworkPolicies.python.md
index 373d21772..abc79aa80 100644
--- a/docs/dataSnowflakeNetworkPolicies.python.md
+++ b/docs/dataSnowflakeNetworkPolicies.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeNetworkPolicies
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies snowflake_network_policies}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies snowflake_network_policies}.
#### Initializers
@@ -38,7 +38,7 @@ dataSnowflakeNetworkPolicies.DataSnowflakeNetworkPolicies(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. |
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like}
---
@@ -133,7 +133,7 @@ Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICI
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe}
---
@@ -513,7 +513,7 @@ The construct id used in the generated config for the DataSnowflakeNetworkPolici
The id of the existing DataSnowflakeNetworkPolicies that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use
---
@@ -795,7 +795,7 @@ dataSnowflakeNetworkPolicies.DataSnowflakeNetworkPoliciesConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. |
@@ -879,7 +879,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -896,7 +896,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like}
---
@@ -912,7 +912,7 @@ Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICI
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe}
---
diff --git a/docs/dataSnowflakeNetworkPolicies.typescript.md b/docs/dataSnowflakeNetworkPolicies.typescript.md
index a6bfc5dbc..42395424c 100644
--- a/docs/dataSnowflakeNetworkPolicies.typescript.md
+++ b/docs/dataSnowflakeNetworkPolicies.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeNetworkPolicies
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies snowflake_network_policies}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies snowflake_network_policies}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeNetworkPolici
The id of the existing DataSnowflakeNetworkPolicies that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use
---
@@ -657,7 +657,7 @@ const dataSnowflakeNetworkPoliciesConfig: dataSnowflakeNetworkPolicies.DataSnowf
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| withDescribe | boolean \| cdktf.IResolvable | Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. |
@@ -741,7 +741,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -758,7 +758,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like}
---
@@ -774,7 +774,7 @@ Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICI
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe}
---
diff --git a/docs/dataSnowflakeParameters.csharp.md b/docs/dataSnowflakeParameters.csharp.md
index 07670bf6a..428edb2b1 100644
--- a/docs/dataSnowflakeParameters.csharp.md
+++ b/docs/dataSnowflakeParameters.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeParameters
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters snowflake_parameters}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters snowflake_parameters}.
#### Initializers
@@ -407,7 +407,7 @@ The construct id used in the generated config for the DataSnowflakeParameters to
The id of the existing DataSnowflakeParameters that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use
---
@@ -758,7 +758,7 @@ new DataSnowflakeParametersConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#id DataSnowflakeParameters#id}. |
| ObjectName | string | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. |
| ObjectType | string | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. |
| ParameterType | string | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". |
@@ -845,7 +845,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#id DataSnowflakeParameters#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -862,7 +862,7 @@ public string ObjectName { get; set; }
If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name}
---
@@ -878,7 +878,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d
Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type}
---
@@ -892,7 +892,7 @@ public string ParameterType { get; set; }
The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type}
---
@@ -908,7 +908,7 @@ Allows limiting the list of parameters by name using LIKE clause.
Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern}
---
@@ -922,7 +922,7 @@ public string User { get; set; }
If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#user DataSnowflakeParameters#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#user DataSnowflakeParameters#user}
---
diff --git a/docs/dataSnowflakeParameters.go.md b/docs/dataSnowflakeParameters.go.md
index 4ed837a96..3253525cc 100644
--- a/docs/dataSnowflakeParameters.go.md
+++ b/docs/dataSnowflakeParameters.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeParameters
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters snowflake_parameters}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters snowflake_parameters}.
#### Initializers
@@ -407,7 +407,7 @@ The construct id used in the generated config for the DataSnowflakeParameters to
The id of the existing DataSnowflakeParameters that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use
---
@@ -758,7 +758,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#id DataSnowflakeParameters#id}. |
| ObjectName | *string | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. |
| ObjectType | *string | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. |
| ParameterType | *string | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". |
@@ -845,7 +845,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#id DataSnowflakeParameters#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -862,7 +862,7 @@ ObjectName *string
If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name}
---
@@ -878,7 +878,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d
Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type}
---
@@ -892,7 +892,7 @@ ParameterType *string
The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type}
---
@@ -908,7 +908,7 @@ Allows limiting the list of parameters by name using LIKE clause.
Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern}
---
@@ -922,7 +922,7 @@ User *string
If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#user DataSnowflakeParameters#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#user DataSnowflakeParameters#user}
---
diff --git a/docs/dataSnowflakeParameters.java.md b/docs/dataSnowflakeParameters.java.md
index 506cafbe7..112554a63 100644
--- a/docs/dataSnowflakeParameters.java.md
+++ b/docs/dataSnowflakeParameters.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeParameters
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters snowflake_parameters}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters snowflake_parameters}.
#### Initializers
@@ -43,7 +43,7 @@ DataSnowflakeParameters.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#id DataSnowflakeParameters#id}. |
| objectName | java.lang.String | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. |
| objectType | java.lang.String | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. |
| parameterType | java.lang.String | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#id DataSnowflakeParameters#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -129,7 +129,7 @@ If you experience problems setting this value it might not be settable. Please t
If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name}
---
@@ -141,7 +141,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d
Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type}
---
@@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type}
---
@@ -163,7 +163,7 @@ Allows limiting the list of parameters by name using LIKE clause.
Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern}
---
@@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#user DataSnowflakeParameters#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#user DataSnowflakeParameters#user}
---
@@ -538,7 +538,7 @@ The construct id used in the generated config for the DataSnowflakeParameters to
The id of the existing DataSnowflakeParameters that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use
---
@@ -893,7 +893,7 @@ DataSnowflakeParametersConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#id DataSnowflakeParameters#id}. |
| objectName | java.lang.String | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. |
| objectType | java.lang.String | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. |
| parameterType | java.lang.String | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". |
@@ -980,7 +980,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#id DataSnowflakeParameters#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -997,7 +997,7 @@ public java.lang.String getObjectName();
If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name}
---
@@ -1013,7 +1013,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d
Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type}
---
@@ -1027,7 +1027,7 @@ public java.lang.String getParameterType();
The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type}
---
@@ -1043,7 +1043,7 @@ Allows limiting the list of parameters by name using LIKE clause.
Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern}
---
@@ -1057,7 +1057,7 @@ public java.lang.String getUser();
If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#user DataSnowflakeParameters#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#user DataSnowflakeParameters#user}
---
diff --git a/docs/dataSnowflakeParameters.python.md b/docs/dataSnowflakeParameters.python.md
index 04429cf2d..c6da76b20 100644
--- a/docs/dataSnowflakeParameters.python.md
+++ b/docs/dataSnowflakeParameters.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeParameters
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters snowflake_parameters}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters snowflake_parameters}.
#### Initializers
@@ -41,7 +41,7 @@ dataSnowflakeParameters.DataSnowflakeParameters(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#id DataSnowflakeParameters#id}. |
| object_name | str | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. |
| object_type | str | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. |
| parameter_type | str | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#id DataSnowflakeParameters#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t
If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name}
---
@@ -139,7 +139,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d
Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type}
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type}
---
@@ -161,7 +161,7 @@ Allows limiting the list of parameters by name using LIKE clause.
Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern}
---
@@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#user DataSnowflakeParameters#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#user DataSnowflakeParameters#user}
---
@@ -572,7 +572,7 @@ The construct id used in the generated config for the DataSnowflakeParameters to
The id of the existing DataSnowflakeParameters that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use
---
@@ -923,7 +923,7 @@ dataSnowflakeParameters.DataSnowflakeParametersConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#id DataSnowflakeParameters#id}. |
| object_name | str | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. |
| object_type | str | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. |
| parameter_type | str | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". |
@@ -1010,7 +1010,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#id DataSnowflakeParameters#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1027,7 +1027,7 @@ object_name: str
If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name}
---
@@ -1043,7 +1043,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d
Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type}
---
@@ -1057,7 +1057,7 @@ parameter_type: str
The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type}
---
@@ -1073,7 +1073,7 @@ Allows limiting the list of parameters by name using LIKE clause.
Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern}
---
@@ -1087,7 +1087,7 @@ user: str
If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#user DataSnowflakeParameters#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#user DataSnowflakeParameters#user}
---
diff --git a/docs/dataSnowflakeParameters.typescript.md b/docs/dataSnowflakeParameters.typescript.md
index dcc1a4017..e474f9f05 100644
--- a/docs/dataSnowflakeParameters.typescript.md
+++ b/docs/dataSnowflakeParameters.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeParameters
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters snowflake_parameters}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters snowflake_parameters}.
#### Initializers
@@ -407,7 +407,7 @@ The construct id used in the generated config for the DataSnowflakeParameters to
The id of the existing DataSnowflakeParameters that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use
---
@@ -744,7 +744,7 @@ const dataSnowflakeParametersConfig: dataSnowflakeParameters.DataSnowflakeParame
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#id DataSnowflakeParameters#id}. |
| objectName | string | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. |
| objectType | string | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. |
| parameterType | string | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". |
@@ -831,7 +831,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#id DataSnowflakeParameters#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -848,7 +848,7 @@ public readonly objectName: string;
If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name}
---
@@ -864,7 +864,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d
Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type}
---
@@ -878,7 +878,7 @@ public readonly parameterType: string;
The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type}
---
@@ -894,7 +894,7 @@ Allows limiting the list of parameters by name using LIKE clause.
Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern}
---
@@ -908,7 +908,7 @@ public readonly user: string;
If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/parameters#user DataSnowflakeParameters#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#user DataSnowflakeParameters#user}
---
diff --git a/docs/dataSnowflakePipes.csharp.md b/docs/dataSnowflakePipes.csharp.md
index c1df91853..81126464a 100644
--- a/docs/dataSnowflakePipes.csharp.md
+++ b/docs/dataSnowflakePipes.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakePipes
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes snowflake_pipes}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes snowflake_pipes}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakePipes to impo
The id of the existing DataSnowflakePipes that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ new DataSnowflakePipesConfig {
| Provisioners | object[] | *No description.* |
| Database | string | The database from which to return the schemas from. |
| Schema | string | The schema from which to return the pipes from. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#id DataSnowflakePipes#id}. |
---
@@ -740,7 +740,7 @@ public string Database { get; set; }
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#database DataSnowflakePipes#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#database DataSnowflakePipes#database}
---
@@ -754,7 +754,7 @@ public string Schema { get; set; }
The schema from which to return the pipes from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#schema DataSnowflakePipes#schema}
---
@@ -766,7 +766,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#id DataSnowflakePipes#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakePipes.go.md b/docs/dataSnowflakePipes.go.md
index e9d38307b..50080e9b1 100644
--- a/docs/dataSnowflakePipes.go.md
+++ b/docs/dataSnowflakePipes.go.md
@@ -4,7 +4,7 @@
### DataSnowflakePipes
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes snowflake_pipes}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes snowflake_pipes}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakePipes to impo
The id of the existing DataSnowflakePipes that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provisioners | *[]interface{} | *No description.* |
| Database | *string | The database from which to return the schemas from. |
| Schema | *string | The schema from which to return the pipes from. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#id DataSnowflakePipes#id}. |
---
@@ -740,7 +740,7 @@ Database *string
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#database DataSnowflakePipes#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#database DataSnowflakePipes#database}
---
@@ -754,7 +754,7 @@ Schema *string
The schema from which to return the pipes from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#schema DataSnowflakePipes#schema}
---
@@ -766,7 +766,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#id DataSnowflakePipes#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakePipes.java.md b/docs/dataSnowflakePipes.java.md
index 837d363b7..bf95fddf0 100644
--- a/docs/dataSnowflakePipes.java.md
+++ b/docs/dataSnowflakePipes.java.md
@@ -4,7 +4,7 @@
### DataSnowflakePipes
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes snowflake_pipes}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes snowflake_pipes}.
#### Initializers
@@ -42,7 +42,7 @@ DataSnowflakePipes.Builder.create(Construct scope, java.lang.String id)
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the pipes from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#id DataSnowflakePipes#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#database DataSnowflakePipes#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#database DataSnowflakePipes#database}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the pipes from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#schema DataSnowflakePipes#schema}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#id DataSnowflakePipes#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakePipes to impo
The id of the existing DataSnowflakePipes that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use
---
@@ -751,7 +751,7 @@ DataSnowflakePipesConfig.builder()
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the pipes from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#id DataSnowflakePipes#id}. |
---
@@ -835,7 +835,7 @@ public java.lang.String getDatabase();
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#database DataSnowflakePipes#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#database DataSnowflakePipes#database}
---
@@ -849,7 +849,7 @@ public java.lang.String getSchema();
The schema from which to return the pipes from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#schema DataSnowflakePipes#schema}
---
@@ -861,7 +861,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#id DataSnowflakePipes#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakePipes.python.md b/docs/dataSnowflakePipes.python.md
index 909e78eb5..a580f226d 100644
--- a/docs/dataSnowflakePipes.python.md
+++ b/docs/dataSnowflakePipes.python.md
@@ -4,7 +4,7 @@
### DataSnowflakePipes
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes snowflake_pipes}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes snowflake_pipes}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakePipes.DataSnowflakePipes(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the pipes from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#id DataSnowflakePipes#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#database DataSnowflakePipes#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#database DataSnowflakePipes#database}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the pipes from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#schema DataSnowflakePipes#schema}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#id DataSnowflakePipes#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakePipes to impo
The id of the existing DataSnowflakePipes that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use
---
@@ -781,7 +781,7 @@ dataSnowflakePipes.DataSnowflakePipesConfig(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the pipes from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#id DataSnowflakePipes#id}. |
---
@@ -865,7 +865,7 @@ database: str
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#database DataSnowflakePipes#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#database DataSnowflakePipes#database}
---
@@ -879,7 +879,7 @@ schema: str
The schema from which to return the pipes from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#schema DataSnowflakePipes#schema}
---
@@ -891,7 +891,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#id DataSnowflakePipes#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakePipes.typescript.md b/docs/dataSnowflakePipes.typescript.md
index 8b9b9ec2b..8f05f8e1e 100644
--- a/docs/dataSnowflakePipes.typescript.md
+++ b/docs/dataSnowflakePipes.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakePipes
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes snowflake_pipes}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes snowflake_pipes}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakePipes to impo
The id of the existing DataSnowflakePipes that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use
---
@@ -645,7 +645,7 @@ const dataSnowflakePipesConfig: dataSnowflakePipes.DataSnowflakePipesConfig = {
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| database | string | The database from which to return the schemas from. |
| schema | string | The schema from which to return the pipes from. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#id DataSnowflakePipes#id}. |
---
@@ -729,7 +729,7 @@ public readonly database: string;
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#database DataSnowflakePipes#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#database DataSnowflakePipes#database}
---
@@ -743,7 +743,7 @@ public readonly schema: string;
The schema from which to return the pipes from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#schema DataSnowflakePipes#schema}
---
@@ -755,7 +755,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#id DataSnowflakePipes#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeProcedures.csharp.md b/docs/dataSnowflakeProcedures.csharp.md
index e934b9546..473db139d 100644
--- a/docs/dataSnowflakeProcedures.csharp.md
+++ b/docs/dataSnowflakeProcedures.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeProcedures
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures snowflake_procedures}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures snowflake_procedures}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeProcedures to
The id of the existing DataSnowflakeProcedures that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ new DataSnowflakeProceduresConfig {
| Provisioners | object[] | *No description.* |
| Database | string | The database from which to return the schemas from. |
| Schema | string | The schema from which to return the procedures from. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. |
---
@@ -740,7 +740,7 @@ public string Database { get; set; }
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#database DataSnowflakeProcedures#database}
---
@@ -754,7 +754,7 @@ public string Schema { get; set; }
The schema from which to return the procedures from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema}
---
@@ -766,7 +766,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#id DataSnowflakeProcedures#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeProcedures.go.md b/docs/dataSnowflakeProcedures.go.md
index f5dd9b959..2bf886ebc 100644
--- a/docs/dataSnowflakeProcedures.go.md
+++ b/docs/dataSnowflakeProcedures.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeProcedures
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures snowflake_procedures}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures snowflake_procedures}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeProcedures to
The id of the existing DataSnowflakeProcedures that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provisioners | *[]interface{} | *No description.* |
| Database | *string | The database from which to return the schemas from. |
| Schema | *string | The schema from which to return the procedures from. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. |
---
@@ -740,7 +740,7 @@ Database *string
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#database DataSnowflakeProcedures#database}
---
@@ -754,7 +754,7 @@ Schema *string
The schema from which to return the procedures from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema}
---
@@ -766,7 +766,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#id DataSnowflakeProcedures#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeProcedures.java.md b/docs/dataSnowflakeProcedures.java.md
index af6380ad9..4cc28388e 100644
--- a/docs/dataSnowflakeProcedures.java.md
+++ b/docs/dataSnowflakeProcedures.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeProcedures
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures snowflake_procedures}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures snowflake_procedures}.
#### Initializers
@@ -42,7 +42,7 @@ DataSnowflakeProcedures.Builder.create(Construct scope, java.lang.String id)
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the procedures from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#database DataSnowflakeProcedures#database}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the procedures from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#id DataSnowflakeProcedures#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeProcedures to
The id of the existing DataSnowflakeProcedures that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use
---
@@ -751,7 +751,7 @@ DataSnowflakeProceduresConfig.builder()
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the procedures from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. |
---
@@ -835,7 +835,7 @@ public java.lang.String getDatabase();
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#database DataSnowflakeProcedures#database}
---
@@ -849,7 +849,7 @@ public java.lang.String getSchema();
The schema from which to return the procedures from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema}
---
@@ -861,7 +861,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#id DataSnowflakeProcedures#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeProcedures.python.md b/docs/dataSnowflakeProcedures.python.md
index 5d0ed03ae..70440e5fb 100644
--- a/docs/dataSnowflakeProcedures.python.md
+++ b/docs/dataSnowflakeProcedures.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeProcedures
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures snowflake_procedures}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures snowflake_procedures}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeProcedures.DataSnowflakeProcedures(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the procedures from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#database DataSnowflakeProcedures#database}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the procedures from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#id DataSnowflakeProcedures#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeProcedures to
The id of the existing DataSnowflakeProcedures that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use
---
@@ -781,7 +781,7 @@ dataSnowflakeProcedures.DataSnowflakeProceduresConfig(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the procedures from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. |
---
@@ -865,7 +865,7 @@ database: str
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#database DataSnowflakeProcedures#database}
---
@@ -879,7 +879,7 @@ schema: str
The schema from which to return the procedures from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema}
---
@@ -891,7 +891,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#id DataSnowflakeProcedures#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeProcedures.typescript.md b/docs/dataSnowflakeProcedures.typescript.md
index 393295192..aacfbe2bb 100644
--- a/docs/dataSnowflakeProcedures.typescript.md
+++ b/docs/dataSnowflakeProcedures.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeProcedures
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures snowflake_procedures}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures snowflake_procedures}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeProcedures to
The id of the existing DataSnowflakeProcedures that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use
---
@@ -645,7 +645,7 @@ const dataSnowflakeProceduresConfig: dataSnowflakeProcedures.DataSnowflakeProced
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| database | string | The database from which to return the schemas from. |
| schema | string | The schema from which to return the procedures from. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. |
---
@@ -729,7 +729,7 @@ public readonly database: string;
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#database DataSnowflakeProcedures#database}
---
@@ -743,7 +743,7 @@ public readonly schema: string;
The schema from which to return the procedures from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema}
---
@@ -755,7 +755,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#id DataSnowflakeProcedures#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeResourceMonitors.csharp.md b/docs/dataSnowflakeResourceMonitors.csharp.md
index 69946710c..18adfeab7 100644
--- a/docs/dataSnowflakeResourceMonitors.csharp.md
+++ b/docs/dataSnowflakeResourceMonitors.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeResourceMonitors
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors snowflake_resource_monitors}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors snowflake_resource_monitors}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeResourceMonit
The id of the existing DataSnowflakeResourceMonitors that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use
---
@@ -638,7 +638,7 @@ new DataSnowflakeResourceMonitorsConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
---
@@ -721,7 +721,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -738,7 +738,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like}
---
diff --git a/docs/dataSnowflakeResourceMonitors.go.md b/docs/dataSnowflakeResourceMonitors.go.md
index d836be2e8..ed33e94b8 100644
--- a/docs/dataSnowflakeResourceMonitors.go.md
+++ b/docs/dataSnowflakeResourceMonitors.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeResourceMonitors
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors snowflake_resource_monitors}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors snowflake_resource_monitors}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeResourceMonit
The id of the existing DataSnowflakeResourceMonitors that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use
---
@@ -638,7 +638,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
---
@@ -721,7 +721,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -738,7 +738,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like}
---
diff --git a/docs/dataSnowflakeResourceMonitors.java.md b/docs/dataSnowflakeResourceMonitors.java.md
index ba416f928..a0f8a3665 100644
--- a/docs/dataSnowflakeResourceMonitors.java.md
+++ b/docs/dataSnowflakeResourceMonitors.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeResourceMonitors
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors snowflake_resource_monitors}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors snowflake_resource_monitors}.
#### Initializers
@@ -39,7 +39,7 @@ DataSnowflakeResourceMonitors.Builder.create(Construct scope, java.lang.String i
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like}
---
@@ -458,7 +458,7 @@ The construct id used in the generated config for the DataSnowflakeResourceMonit
The id of the existing DataSnowflakeResourceMonitors that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use
---
@@ -721,7 +721,7 @@ DataSnowflakeResourceMonitorsConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
---
@@ -804,7 +804,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -821,7 +821,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like}
---
diff --git a/docs/dataSnowflakeResourceMonitors.python.md b/docs/dataSnowflakeResourceMonitors.python.md
index 51638e855..9743ffdc8 100644
--- a/docs/dataSnowflakeResourceMonitors.python.md
+++ b/docs/dataSnowflakeResourceMonitors.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeResourceMonitors
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors snowflake_resource_monitors}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors snowflake_resource_monitors}.
#### Initializers
@@ -37,7 +37,7 @@ dataSnowflakeResourceMonitors.DataSnowflakeResourceMonitors(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
---
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like}
---
@@ -492,7 +492,7 @@ The construct id used in the generated config for the DataSnowflakeResourceMonit
The id of the existing DataSnowflakeResourceMonitors that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use
---
@@ -751,7 +751,7 @@ dataSnowflakeResourceMonitors.DataSnowflakeResourceMonitorsConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
---
@@ -834,7 +834,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -851,7 +851,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like}
---
diff --git a/docs/dataSnowflakeResourceMonitors.typescript.md b/docs/dataSnowflakeResourceMonitors.typescript.md
index c482453f0..c65b86724 100644
--- a/docs/dataSnowflakeResourceMonitors.typescript.md
+++ b/docs/dataSnowflakeResourceMonitors.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeResourceMonitors
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors snowflake_resource_monitors}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors snowflake_resource_monitors}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeResourceMonit
The id of the existing DataSnowflakeResourceMonitors that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use
---
@@ -628,7 +628,7 @@ const dataSnowflakeResourceMonitorsConfig: dataSnowflakeResourceMonitors.DataSno
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
---
@@ -711,7 +711,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -728,7 +728,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like}
---
diff --git a/docs/dataSnowflakeRowAccessPolicies.csharp.md b/docs/dataSnowflakeRowAccessPolicies.csharp.md
index f06026aa5..4d2eabf07 100644
--- a/docs/dataSnowflakeRowAccessPolicies.csharp.md
+++ b/docs/dataSnowflakeRowAccessPolicies.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeRowAccessPolicies
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies snowflake_row_access_policies}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies snowflake_row_access_policies}.
#### Initializers
@@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeRowAccessPoli
The id of the existing DataSnowflakeRowAccessPolicies that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use
---
@@ -754,7 +754,7 @@ new DataSnowflakeRowAccessPoliciesConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. |
| In | DataSnowflakeRowAccessPoliciesIn | in block. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeRowAccessPoliciesLimit | limit block. |
@@ -840,7 +840,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -857,7 +857,7 @@ public DataSnowflakeRowAccessPoliciesIn In { get; set; }
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in}
---
@@ -871,7 +871,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like}
---
@@ -885,7 +885,7 @@ public DataSnowflakeRowAccessPoliciesLimit Limit { get; set; }
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit}
---
@@ -901,7 +901,7 @@ Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCE
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe}
---
@@ -943,7 +943,7 @@ public object Account { get; set; }
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account}
---
@@ -957,7 +957,7 @@ public string Application { get; set; }
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application}
---
@@ -971,7 +971,7 @@ public string ApplicationPackage { get; set; }
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package}
---
@@ -985,7 +985,7 @@ public string Database { get; set; }
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database}
---
@@ -999,7 +999,7 @@ public string Schema { get; set; }
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema}
---
@@ -1035,7 +1035,7 @@ public double Rows { get; set; }
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows}
---
@@ -1051,7 +1051,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from}
---
diff --git a/docs/dataSnowflakeRowAccessPolicies.go.md b/docs/dataSnowflakeRowAccessPolicies.go.md
index 6cc10eaba..320b5cd07 100644
--- a/docs/dataSnowflakeRowAccessPolicies.go.md
+++ b/docs/dataSnowflakeRowAccessPolicies.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeRowAccessPolicies
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies snowflake_row_access_policies}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies snowflake_row_access_policies}.
#### Initializers
@@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeRowAccessPoli
The id of the existing DataSnowflakeRowAccessPolicies that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use
---
@@ -754,7 +754,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. |
| In | DataSnowflakeRowAccessPoliciesIn | in block. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeRowAccessPoliciesLimit | limit block. |
@@ -840,7 +840,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -857,7 +857,7 @@ In DataSnowflakeRowAccessPoliciesIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in}
---
@@ -871,7 +871,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like}
---
@@ -885,7 +885,7 @@ Limit DataSnowflakeRowAccessPoliciesLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit}
---
@@ -901,7 +901,7 @@ Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCE
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe}
---
@@ -943,7 +943,7 @@ Account interface{}
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account}
---
@@ -957,7 +957,7 @@ Application *string
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application}
---
@@ -971,7 +971,7 @@ ApplicationPackage *string
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package}
---
@@ -985,7 +985,7 @@ Database *string
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database}
---
@@ -999,7 +999,7 @@ Schema *string
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema}
---
@@ -1035,7 +1035,7 @@ Rows *f64
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows}
---
@@ -1051,7 +1051,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from}
---
diff --git a/docs/dataSnowflakeRowAccessPolicies.java.md b/docs/dataSnowflakeRowAccessPolicies.java.md
index 6f0b9fa95..61e0eda01 100644
--- a/docs/dataSnowflakeRowAccessPolicies.java.md
+++ b/docs/dataSnowflakeRowAccessPolicies.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeRowAccessPolicies
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies snowflake_row_access_policies}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies snowflake_row_access_policies}.
#### Initializers
@@ -43,7 +43,7 @@ DataSnowflakeRowAccessPolicies.Builder.create(Construct scope, java.lang.String
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. |
| in | DataSnowflakeRowAccessPoliciesIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeRowAccessPoliciesLimit | limit block. |
@@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -128,7 +128,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit}
---
@@ -160,7 +160,7 @@ Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCE
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe}
---
@@ -544,7 +544,7 @@ The construct id used in the generated config for the DataSnowflakeRowAccessPoli
The id of the existing DataSnowflakeRowAccessPolicies that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use
---
@@ -877,7 +877,7 @@ DataSnowflakeRowAccessPoliciesConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. |
| in | DataSnowflakeRowAccessPoliciesIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeRowAccessPoliciesLimit | limit block. |
@@ -963,7 +963,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -980,7 +980,7 @@ public DataSnowflakeRowAccessPoliciesIn getIn();
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in}
---
@@ -994,7 +994,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like}
---
@@ -1008,7 +1008,7 @@ public DataSnowflakeRowAccessPoliciesLimit getLimit();
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit}
---
@@ -1024,7 +1024,7 @@ Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCE
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe}
---
@@ -1067,7 +1067,7 @@ public java.lang.Object getAccount();
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account}
---
@@ -1081,7 +1081,7 @@ public java.lang.String getApplication();
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application}
---
@@ -1095,7 +1095,7 @@ public java.lang.String getApplicationPackage();
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package}
---
@@ -1109,7 +1109,7 @@ public java.lang.String getDatabase();
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database}
---
@@ -1123,7 +1123,7 @@ public java.lang.String getSchema();
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema}
---
@@ -1159,7 +1159,7 @@ public java.lang.Number getRows();
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows}
---
@@ -1175,7 +1175,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from}
---
diff --git a/docs/dataSnowflakeRowAccessPolicies.python.md b/docs/dataSnowflakeRowAccessPolicies.python.md
index 2b4cb3883..61cbd4f10 100644
--- a/docs/dataSnowflakeRowAccessPolicies.python.md
+++ b/docs/dataSnowflakeRowAccessPolicies.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeRowAccessPolicies
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies snowflake_row_access_policies}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies snowflake_row_access_policies}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeRowAccessPolicies.DataSnowflakeRowAccessPolicies(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. |
| in | DataSnowflakeRowAccessPoliciesIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeRowAccessPoliciesLimit | limit block. |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -125,7 +125,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in}
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit}
---
@@ -157,7 +157,7 @@ Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCE
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe}
---
@@ -427,7 +427,7 @@ def put_in(
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account}
---
@@ -437,7 +437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application}
---
@@ -447,7 +447,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package}
---
@@ -457,7 +457,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database}
---
@@ -467,7 +467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema}
---
@@ -486,7 +486,7 @@ def put_limit(
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows}
---
@@ -498,7 +498,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from}
---
@@ -646,7 +646,7 @@ The construct id used in the generated config for the DataSnowflakeRowAccessPoli
The id of the existing DataSnowflakeRowAccessPolicies that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use
---
@@ -974,7 +974,7 @@ dataSnowflakeRowAccessPolicies.DataSnowflakeRowAccessPoliciesConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. |
| in | DataSnowflakeRowAccessPoliciesIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeRowAccessPoliciesLimit | limit block. |
@@ -1060,7 +1060,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1077,7 +1077,7 @@ in: DataSnowflakeRowAccessPoliciesIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in}
---
@@ -1091,7 +1091,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like}
---
@@ -1105,7 +1105,7 @@ limit: DataSnowflakeRowAccessPoliciesLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit}
---
@@ -1121,7 +1121,7 @@ Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCE
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe}
---
@@ -1163,7 +1163,7 @@ account: typing.Union[bool, IResolvable]
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account}
---
@@ -1177,7 +1177,7 @@ application: str
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application}
---
@@ -1191,7 +1191,7 @@ application_package: str
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package}
---
@@ -1205,7 +1205,7 @@ database: str
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database}
---
@@ -1219,7 +1219,7 @@ schema: str
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema}
---
@@ -1255,7 +1255,7 @@ rows: typing.Union[int, float]
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows}
---
@@ -1271,7 +1271,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from}
---
diff --git a/docs/dataSnowflakeRowAccessPolicies.typescript.md b/docs/dataSnowflakeRowAccessPolicies.typescript.md
index e44c48d1d..2ffdfa247 100644
--- a/docs/dataSnowflakeRowAccessPolicies.typescript.md
+++ b/docs/dataSnowflakeRowAccessPolicies.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeRowAccessPolicies
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies snowflake_row_access_policies}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies snowflake_row_access_policies}.
#### Initializers
@@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeRowAccessPoli
The id of the existing DataSnowflakeRowAccessPolicies that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use
---
@@ -741,7 +741,7 @@ const dataSnowflakeRowAccessPoliciesConfig: dataSnowflakeRowAccessPolicies.DataS
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. |
| in | DataSnowflakeRowAccessPoliciesIn | in block. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeRowAccessPoliciesLimit | limit block. |
@@ -827,7 +827,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -844,7 +844,7 @@ public readonly in: DataSnowflakeRowAccessPoliciesIn;
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in}
---
@@ -858,7 +858,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like}
---
@@ -872,7 +872,7 @@ public readonly limit: DataSnowflakeRowAccessPoliciesLimit;
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit}
---
@@ -888,7 +888,7 @@ Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCE
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe}
---
@@ -924,7 +924,7 @@ public readonly account: boolean | IResolvable;
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account}
---
@@ -938,7 +938,7 @@ public readonly application: string;
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application}
---
@@ -952,7 +952,7 @@ public readonly applicationPackage: string;
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package}
---
@@ -966,7 +966,7 @@ public readonly database: string;
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database}
---
@@ -980,7 +980,7 @@ public readonly schema: string;
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema}
---
@@ -1013,7 +1013,7 @@ public readonly rows: number;
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows}
---
@@ -1029,7 +1029,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from}
---
diff --git a/docs/dataSnowflakeSchemas.csharp.md b/docs/dataSnowflakeSchemas.csharp.md
index 4f7fa7219..3bd10a5ac 100644
--- a/docs/dataSnowflakeSchemas.csharp.md
+++ b/docs/dataSnowflakeSchemas.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeSchemas
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas snowflake_schemas}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas snowflake_schemas}.
#### Initializers
@@ -440,7 +440,7 @@ The construct id used in the generated config for the DataSnowflakeSchemas to im
The id of the existing DataSnowflakeSchemas that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use
---
@@ -814,7 +814,7 @@ new DataSnowflakeSchemasConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. |
| In | DataSnowflakeSchemasIn | in block. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeSchemasLimit | limit block. |
@@ -902,7 +902,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -919,7 +919,7 @@ public DataSnowflakeSchemasIn In { get; set; }
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#in DataSnowflakeSchemas#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#in DataSnowflakeSchemas#in}
---
@@ -933,7 +933,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#like DataSnowflakeSchemas#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#like DataSnowflakeSchemas#like}
---
@@ -947,7 +947,7 @@ public DataSnowflakeSchemasLimit Limit { get; set; }
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit}
---
@@ -961,7 +961,7 @@ public string StartsWith { get; set; }
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with}
---
@@ -977,7 +977,7 @@ Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe}
---
@@ -993,7 +993,7 @@ Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters}
---
@@ -1033,7 +1033,7 @@ public object Account { get; set; }
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#account DataSnowflakeSchemas#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#account DataSnowflakeSchemas#account}
---
@@ -1047,7 +1047,7 @@ public string Application { get; set; }
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application DataSnowflakeSchemas#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application DataSnowflakeSchemas#application}
---
@@ -1061,7 +1061,7 @@ public string ApplicationPackage { get; set; }
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package}
---
@@ -1075,7 +1075,7 @@ public string Database { get; set; }
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#database DataSnowflakeSchemas#database}
---
@@ -1111,7 +1111,7 @@ public double Rows { get; set; }
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows}
---
@@ -1127,7 +1127,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#from DataSnowflakeSchemas#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#from DataSnowflakeSchemas#from}
---
diff --git a/docs/dataSnowflakeSchemas.go.md b/docs/dataSnowflakeSchemas.go.md
index cab03b3b6..711985286 100644
--- a/docs/dataSnowflakeSchemas.go.md
+++ b/docs/dataSnowflakeSchemas.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeSchemas
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas snowflake_schemas}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas snowflake_schemas}.
#### Initializers
@@ -440,7 +440,7 @@ The construct id used in the generated config for the DataSnowflakeSchemas to im
The id of the existing DataSnowflakeSchemas that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use
---
@@ -814,7 +814,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. |
| In | DataSnowflakeSchemasIn | in block. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeSchemasLimit | limit block. |
@@ -902,7 +902,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -919,7 +919,7 @@ In DataSnowflakeSchemasIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#in DataSnowflakeSchemas#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#in DataSnowflakeSchemas#in}
---
@@ -933,7 +933,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#like DataSnowflakeSchemas#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#like DataSnowflakeSchemas#like}
---
@@ -947,7 +947,7 @@ Limit DataSnowflakeSchemasLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit}
---
@@ -961,7 +961,7 @@ StartsWith *string
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with}
---
@@ -977,7 +977,7 @@ Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe}
---
@@ -993,7 +993,7 @@ Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters}
---
@@ -1033,7 +1033,7 @@ Account interface{}
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#account DataSnowflakeSchemas#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#account DataSnowflakeSchemas#account}
---
@@ -1047,7 +1047,7 @@ Application *string
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application DataSnowflakeSchemas#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application DataSnowflakeSchemas#application}
---
@@ -1061,7 +1061,7 @@ ApplicationPackage *string
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package}
---
@@ -1075,7 +1075,7 @@ Database *string
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#database DataSnowflakeSchemas#database}
---
@@ -1111,7 +1111,7 @@ Rows *f64
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows}
---
@@ -1127,7 +1127,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#from DataSnowflakeSchemas#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#from DataSnowflakeSchemas#from}
---
diff --git a/docs/dataSnowflakeSchemas.java.md b/docs/dataSnowflakeSchemas.java.md
index b50fa5a05..3d9a82f15 100644
--- a/docs/dataSnowflakeSchemas.java.md
+++ b/docs/dataSnowflakeSchemas.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeSchemas
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas snowflake_schemas}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas snowflake_schemas}.
#### Initializers
@@ -46,7 +46,7 @@ DataSnowflakeSchemas.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. |
| in | DataSnowflakeSchemasIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeSchemasLimit | limit block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#in DataSnowflakeSchemas#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#in DataSnowflakeSchemas#in}
---
@@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#like DataSnowflakeSchemas#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#like DataSnowflakeSchemas#like}
---
@@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit}
---
@@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with}
---
@@ -175,7 +175,7 @@ Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe}
---
@@ -187,7 +187,7 @@ Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters}
---
@@ -585,7 +585,7 @@ The construct id used in the generated config for the DataSnowflakeSchemas to im
The id of the existing DataSnowflakeSchemas that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use
---
@@ -965,7 +965,7 @@ DataSnowflakeSchemasConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. |
| in | DataSnowflakeSchemasIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeSchemasLimit | limit block. |
@@ -1053,7 +1053,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1070,7 +1070,7 @@ public DataSnowflakeSchemasIn getIn();
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#in DataSnowflakeSchemas#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#in DataSnowflakeSchemas#in}
---
@@ -1084,7 +1084,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#like DataSnowflakeSchemas#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#like DataSnowflakeSchemas#like}
---
@@ -1098,7 +1098,7 @@ public DataSnowflakeSchemasLimit getLimit();
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit}
---
@@ -1112,7 +1112,7 @@ public java.lang.String getStartsWith();
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with}
---
@@ -1128,7 +1128,7 @@ Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe}
---
@@ -1144,7 +1144,7 @@ Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters}
---
@@ -1185,7 +1185,7 @@ public java.lang.Object getAccount();
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#account DataSnowflakeSchemas#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#account DataSnowflakeSchemas#account}
---
@@ -1199,7 +1199,7 @@ public java.lang.String getApplication();
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application DataSnowflakeSchemas#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application DataSnowflakeSchemas#application}
---
@@ -1213,7 +1213,7 @@ public java.lang.String getApplicationPackage();
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package}
---
@@ -1227,7 +1227,7 @@ public java.lang.String getDatabase();
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#database DataSnowflakeSchemas#database}
---
@@ -1263,7 +1263,7 @@ public java.lang.Number getRows();
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows}
---
@@ -1279,7 +1279,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#from DataSnowflakeSchemas#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#from DataSnowflakeSchemas#from}
---
diff --git a/docs/dataSnowflakeSchemas.python.md b/docs/dataSnowflakeSchemas.python.md
index 02a00f773..5c77c5ed3 100644
--- a/docs/dataSnowflakeSchemas.python.md
+++ b/docs/dataSnowflakeSchemas.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeSchemas
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas snowflake_schemas}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas snowflake_schemas}.
#### Initializers
@@ -42,7 +42,7 @@ dataSnowflakeSchemas.DataSnowflakeSchemas(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. |
| in | DataSnowflakeSchemasIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeSchemasLimit | limit block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -129,7 +129,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#in DataSnowflakeSchemas#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#in DataSnowflakeSchemas#in}
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#like DataSnowflakeSchemas#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#like DataSnowflakeSchemas#like}
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit}
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with}
---
@@ -171,7 +171,7 @@ Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe}
---
@@ -183,7 +183,7 @@ Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters}
---
@@ -454,7 +454,7 @@ def put_in(
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#account DataSnowflakeSchemas#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#account DataSnowflakeSchemas#account}
---
@@ -464,7 +464,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application DataSnowflakeSchemas#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application DataSnowflakeSchemas#application}
---
@@ -474,7 +474,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package}
---
@@ -484,7 +484,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#database DataSnowflakeSchemas#database}
---
@@ -503,7 +503,7 @@ def put_limit(
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows}
---
@@ -515,7 +515,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#from DataSnowflakeSchemas#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#from DataSnowflakeSchemas#from}
---
@@ -675,7 +675,7 @@ The construct id used in the generated config for the DataSnowflakeSchemas to im
The id of the existing DataSnowflakeSchemas that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use
---
@@ -1049,7 +1049,7 @@ dataSnowflakeSchemas.DataSnowflakeSchemasConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. |
| in | DataSnowflakeSchemasIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeSchemasLimit | limit block. |
@@ -1137,7 +1137,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1154,7 +1154,7 @@ in: DataSnowflakeSchemasIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#in DataSnowflakeSchemas#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#in DataSnowflakeSchemas#in}
---
@@ -1168,7 +1168,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#like DataSnowflakeSchemas#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#like DataSnowflakeSchemas#like}
---
@@ -1182,7 +1182,7 @@ limit: DataSnowflakeSchemasLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit}
---
@@ -1196,7 +1196,7 @@ starts_with: str
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with}
---
@@ -1212,7 +1212,7 @@ Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe}
---
@@ -1228,7 +1228,7 @@ Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters}
---
@@ -1268,7 +1268,7 @@ account: typing.Union[bool, IResolvable]
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#account DataSnowflakeSchemas#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#account DataSnowflakeSchemas#account}
---
@@ -1282,7 +1282,7 @@ application: str
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application DataSnowflakeSchemas#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application DataSnowflakeSchemas#application}
---
@@ -1296,7 +1296,7 @@ application_package: str
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package}
---
@@ -1310,7 +1310,7 @@ database: str
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#database DataSnowflakeSchemas#database}
---
@@ -1346,7 +1346,7 @@ rows: typing.Union[int, float]
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows}
---
@@ -1362,7 +1362,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#from DataSnowflakeSchemas#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#from DataSnowflakeSchemas#from}
---
diff --git a/docs/dataSnowflakeSchemas.typescript.md b/docs/dataSnowflakeSchemas.typescript.md
index 2a9f0f34b..06dfdeb29 100644
--- a/docs/dataSnowflakeSchemas.typescript.md
+++ b/docs/dataSnowflakeSchemas.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeSchemas
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas snowflake_schemas}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas snowflake_schemas}.
#### Initializers
@@ -440,7 +440,7 @@ The construct id used in the generated config for the DataSnowflakeSchemas to im
The id of the existing DataSnowflakeSchemas that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use
---
@@ -799,7 +799,7 @@ const dataSnowflakeSchemasConfig: dataSnowflakeSchemas.DataSnowflakeSchemasConfi
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. |
| in | DataSnowflakeSchemasIn | in block. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeSchemasLimit | limit block. |
@@ -887,7 +887,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -904,7 +904,7 @@ public readonly in: DataSnowflakeSchemasIn;
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#in DataSnowflakeSchemas#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#in DataSnowflakeSchemas#in}
---
@@ -918,7 +918,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#like DataSnowflakeSchemas#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#like DataSnowflakeSchemas#like}
---
@@ -932,7 +932,7 @@ public readonly limit: DataSnowflakeSchemasLimit;
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit}
---
@@ -946,7 +946,7 @@ public readonly startsWith: string;
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with}
---
@@ -962,7 +962,7 @@ Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe}
---
@@ -978,7 +978,7 @@ Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters}
---
@@ -1013,7 +1013,7 @@ public readonly account: boolean | IResolvable;
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#account DataSnowflakeSchemas#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#account DataSnowflakeSchemas#account}
---
@@ -1027,7 +1027,7 @@ public readonly application: string;
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application DataSnowflakeSchemas#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application DataSnowflakeSchemas#application}
---
@@ -1041,7 +1041,7 @@ public readonly applicationPackage: string;
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package}
---
@@ -1055,7 +1055,7 @@ public readonly database: string;
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#database DataSnowflakeSchemas#database}
---
@@ -1088,7 +1088,7 @@ public readonly rows: number;
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows}
---
@@ -1104,7 +1104,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#from DataSnowflakeSchemas#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#from DataSnowflakeSchemas#from}
---
diff --git a/docs/dataSnowflakeSecrets.csharp.md b/docs/dataSnowflakeSecrets.csharp.md
index e30fb93ff..4ca906abf 100644
--- a/docs/dataSnowflakeSecrets.csharp.md
+++ b/docs/dataSnowflakeSecrets.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeSecrets
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets snowflake_secrets}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets snowflake_secrets}.
#### Initializers
@@ -406,7 +406,7 @@ The construct id used in the generated config for the DataSnowflakeSecrets to im
The id of the existing DataSnowflakeSecrets that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use
---
@@ -711,7 +711,7 @@ new DataSnowflakeSecretsConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. |
| In | DataSnowflakeSecretsIn | in block. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| WithDescribe | object | Runs DESC SECRET for each secret returned by SHOW SECRETS. |
@@ -796,7 +796,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -813,7 +813,7 @@ public DataSnowflakeSecretsIn In { get; set; }
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#in DataSnowflakeSecrets#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#in DataSnowflakeSecrets#in}
---
@@ -827,7 +827,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#like DataSnowflakeSecrets#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#like DataSnowflakeSecrets#like}
---
@@ -843,7 +843,7 @@ Runs DESC SECRET for each secret returned by SHOW SECRETS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe}
---
@@ -885,7 +885,7 @@ public object Account { get; set; }
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#account DataSnowflakeSecrets#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#account DataSnowflakeSecrets#account}
---
@@ -899,7 +899,7 @@ public string Application { get; set; }
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application DataSnowflakeSecrets#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application DataSnowflakeSecrets#application}
---
@@ -913,7 +913,7 @@ public string ApplicationPackage { get; set; }
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package}
---
@@ -927,7 +927,7 @@ public string Database { get; set; }
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#database DataSnowflakeSecrets#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#database DataSnowflakeSecrets#database}
---
@@ -941,7 +941,7 @@ public string Schema { get; set; }
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema}
---
diff --git a/docs/dataSnowflakeSecrets.go.md b/docs/dataSnowflakeSecrets.go.md
index 9041614b6..21a0cac08 100644
--- a/docs/dataSnowflakeSecrets.go.md
+++ b/docs/dataSnowflakeSecrets.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeSecrets
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets snowflake_secrets}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets snowflake_secrets}.
#### Initializers
@@ -406,7 +406,7 @@ The construct id used in the generated config for the DataSnowflakeSecrets to im
The id of the existing DataSnowflakeSecrets that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use
---
@@ -711,7 +711,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. |
| In | DataSnowflakeSecretsIn | in block. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| WithDescribe | interface{} | Runs DESC SECRET for each secret returned by SHOW SECRETS. |
@@ -796,7 +796,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -813,7 +813,7 @@ In DataSnowflakeSecretsIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#in DataSnowflakeSecrets#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#in DataSnowflakeSecrets#in}
---
@@ -827,7 +827,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#like DataSnowflakeSecrets#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#like DataSnowflakeSecrets#like}
---
@@ -843,7 +843,7 @@ Runs DESC SECRET for each secret returned by SHOW SECRETS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe}
---
@@ -885,7 +885,7 @@ Account interface{}
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#account DataSnowflakeSecrets#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#account DataSnowflakeSecrets#account}
---
@@ -899,7 +899,7 @@ Application *string
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application DataSnowflakeSecrets#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application DataSnowflakeSecrets#application}
---
@@ -913,7 +913,7 @@ ApplicationPackage *string
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package}
---
@@ -927,7 +927,7 @@ Database *string
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#database DataSnowflakeSecrets#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#database DataSnowflakeSecrets#database}
---
@@ -941,7 +941,7 @@ Schema *string
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema}
---
diff --git a/docs/dataSnowflakeSecrets.java.md b/docs/dataSnowflakeSecrets.java.md
index cb777bb2b..6b286bce2 100644
--- a/docs/dataSnowflakeSecrets.java.md
+++ b/docs/dataSnowflakeSecrets.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeSecrets
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets snowflake_secrets}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets snowflake_secrets}.
#### Initializers
@@ -42,7 +42,7 @@ DataSnowflakeSecrets.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. |
| in | DataSnowflakeSecretsIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC SECRET for each secret returned by SHOW SECRETS. |
@@ -113,7 +113,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -126,7 +126,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#in DataSnowflakeSecrets#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#in DataSnowflakeSecrets#in}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#like DataSnowflakeSecrets#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#like DataSnowflakeSecrets#like}
---
@@ -148,7 +148,7 @@ Runs DESC SECRET for each secret returned by SHOW SECRETS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe}
---
@@ -512,7 +512,7 @@ The construct id used in the generated config for the DataSnowflakeSecrets to im
The id of the existing DataSnowflakeSecrets that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use
---
@@ -822,7 +822,7 @@ DataSnowflakeSecretsConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. |
| in | DataSnowflakeSecretsIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC SECRET for each secret returned by SHOW SECRETS. |
@@ -907,7 +907,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -924,7 +924,7 @@ public DataSnowflakeSecretsIn getIn();
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#in DataSnowflakeSecrets#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#in DataSnowflakeSecrets#in}
---
@@ -938,7 +938,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#like DataSnowflakeSecrets#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#like DataSnowflakeSecrets#like}
---
@@ -954,7 +954,7 @@ Runs DESC SECRET for each secret returned by SHOW SECRETS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe}
---
@@ -997,7 +997,7 @@ public java.lang.Object getAccount();
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#account DataSnowflakeSecrets#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#account DataSnowflakeSecrets#account}
---
@@ -1011,7 +1011,7 @@ public java.lang.String getApplication();
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application DataSnowflakeSecrets#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application DataSnowflakeSecrets#application}
---
@@ -1025,7 +1025,7 @@ public java.lang.String getApplicationPackage();
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package}
---
@@ -1039,7 +1039,7 @@ public java.lang.String getDatabase();
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#database DataSnowflakeSecrets#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#database DataSnowflakeSecrets#database}
---
@@ -1053,7 +1053,7 @@ public java.lang.String getSchema();
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema}
---
diff --git a/docs/dataSnowflakeSecrets.python.md b/docs/dataSnowflakeSecrets.python.md
index dc7a3c075..45dd1ddfe 100644
--- a/docs/dataSnowflakeSecrets.python.md
+++ b/docs/dataSnowflakeSecrets.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeSecrets
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets snowflake_secrets}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets snowflake_secrets}.
#### Initializers
@@ -39,7 +39,7 @@ dataSnowflakeSecrets.DataSnowflakeSecrets(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. |
| in | DataSnowflakeSecretsIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC SECRET for each secret returned by SHOW SECRETS. |
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -123,7 +123,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#in DataSnowflakeSecrets#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#in DataSnowflakeSecrets#in}
---
@@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#like DataSnowflakeSecrets#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#like DataSnowflakeSecrets#like}
---
@@ -145,7 +145,7 @@ Runs DESC SECRET for each secret returned by SHOW SECRETS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe}
---
@@ -413,7 +413,7 @@ def put_in(
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#account DataSnowflakeSecrets#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#account DataSnowflakeSecrets#account}
---
@@ -423,7 +423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application DataSnowflakeSecrets#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application DataSnowflakeSecrets#application}
---
@@ -433,7 +433,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package}
---
@@ -443,7 +443,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#database DataSnowflakeSecrets#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#database DataSnowflakeSecrets#database}
---
@@ -453,7 +453,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema}
---
@@ -595,7 +595,7 @@ The construct id used in the generated config for the DataSnowflakeSecrets to im
The id of the existing DataSnowflakeSecrets that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use
---
@@ -900,7 +900,7 @@ dataSnowflakeSecrets.DataSnowflakeSecretsConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. |
| in | DataSnowflakeSecretsIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC SECRET for each secret returned by SHOW SECRETS. |
@@ -985,7 +985,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1002,7 +1002,7 @@ in: DataSnowflakeSecretsIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#in DataSnowflakeSecrets#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#in DataSnowflakeSecrets#in}
---
@@ -1016,7 +1016,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#like DataSnowflakeSecrets#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#like DataSnowflakeSecrets#like}
---
@@ -1032,7 +1032,7 @@ Runs DESC SECRET for each secret returned by SHOW SECRETS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe}
---
@@ -1074,7 +1074,7 @@ account: typing.Union[bool, IResolvable]
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#account DataSnowflakeSecrets#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#account DataSnowflakeSecrets#account}
---
@@ -1088,7 +1088,7 @@ application: str
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application DataSnowflakeSecrets#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application DataSnowflakeSecrets#application}
---
@@ -1102,7 +1102,7 @@ application_package: str
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package}
---
@@ -1116,7 +1116,7 @@ database: str
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#database DataSnowflakeSecrets#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#database DataSnowflakeSecrets#database}
---
@@ -1130,7 +1130,7 @@ schema: str
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema}
---
diff --git a/docs/dataSnowflakeSecrets.typescript.md b/docs/dataSnowflakeSecrets.typescript.md
index 767307b66..c514dbe04 100644
--- a/docs/dataSnowflakeSecrets.typescript.md
+++ b/docs/dataSnowflakeSecrets.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeSecrets
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets snowflake_secrets}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets snowflake_secrets}.
#### Initializers
@@ -406,7 +406,7 @@ The construct id used in the generated config for the DataSnowflakeSecrets to im
The id of the existing DataSnowflakeSecrets that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use
---
@@ -699,7 +699,7 @@ const dataSnowflakeSecretsConfig: dataSnowflakeSecrets.DataSnowflakeSecretsConfi
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. |
| in | DataSnowflakeSecretsIn | in block. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| withDescribe | boolean \| cdktf.IResolvable | Runs DESC SECRET for each secret returned by SHOW SECRETS. |
@@ -784,7 +784,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -801,7 +801,7 @@ public readonly in: DataSnowflakeSecretsIn;
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#in DataSnowflakeSecrets#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#in DataSnowflakeSecrets#in}
---
@@ -815,7 +815,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#like DataSnowflakeSecrets#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#like DataSnowflakeSecrets#like}
---
@@ -831,7 +831,7 @@ Runs DESC SECRET for each secret returned by SHOW SECRETS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe}
---
@@ -867,7 +867,7 @@ public readonly account: boolean | IResolvable;
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#account DataSnowflakeSecrets#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#account DataSnowflakeSecrets#account}
---
@@ -881,7 +881,7 @@ public readonly application: string;
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application DataSnowflakeSecrets#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application DataSnowflakeSecrets#application}
---
@@ -895,7 +895,7 @@ public readonly applicationPackage: string;
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package}
---
@@ -909,7 +909,7 @@ public readonly database: string;
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#database DataSnowflakeSecrets#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#database DataSnowflakeSecrets#database}
---
@@ -923,7 +923,7 @@ public readonly schema: string;
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema}
---
diff --git a/docs/dataSnowflakeSecurityIntegrations.csharp.md b/docs/dataSnowflakeSecurityIntegrations.csharp.md
index 8edf7531c..cae84a110 100644
--- a/docs/dataSnowflakeSecurityIntegrations.csharp.md
+++ b/docs/dataSnowflakeSecurityIntegrations.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeSecurityIntegrations
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations snowflake_security_integrations}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations snowflake_security_integrations}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeSecurityInteg
The id of the existing DataSnowflakeSecurityIntegrations that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use
---
@@ -668,7 +668,7 @@ new DataSnowflakeSecurityIntegrationsConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| WithDescribe | object | Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. |
@@ -752,7 +752,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -769,7 +769,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like}
---
@@ -785,7 +785,7 @@ Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SE
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe}
---
diff --git a/docs/dataSnowflakeSecurityIntegrations.go.md b/docs/dataSnowflakeSecurityIntegrations.go.md
index 1f79799a5..b27eee5a7 100644
--- a/docs/dataSnowflakeSecurityIntegrations.go.md
+++ b/docs/dataSnowflakeSecurityIntegrations.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeSecurityIntegrations
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations snowflake_security_integrations}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations snowflake_security_integrations}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeSecurityInteg
The id of the existing DataSnowflakeSecurityIntegrations that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use
---
@@ -668,7 +668,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| WithDescribe | interface{} | Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. |
@@ -752,7 +752,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -769,7 +769,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like}
---
@@ -785,7 +785,7 @@ Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SE
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe}
---
diff --git a/docs/dataSnowflakeSecurityIntegrations.java.md b/docs/dataSnowflakeSecurityIntegrations.java.md
index 5e6bd4f20..f3aa03689 100644
--- a/docs/dataSnowflakeSecurityIntegrations.java.md
+++ b/docs/dataSnowflakeSecurityIntegrations.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeSecurityIntegrations
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations snowflake_security_integrations}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations snowflake_security_integrations}.
#### Initializers
@@ -41,7 +41,7 @@ DataSnowflakeSecurityIntegrations.Builder.create(Construct scope, java.lang.Stri
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. |
@@ -111,7 +111,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -124,7 +124,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like}
---
@@ -136,7 +136,7 @@ Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SE
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe}
---
@@ -480,7 +480,7 @@ The construct id used in the generated config for the DataSnowflakeSecurityInteg
The id of the existing DataSnowflakeSecurityIntegrations that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use
---
@@ -767,7 +767,7 @@ DataSnowflakeSecurityIntegrationsConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. |
@@ -851,7 +851,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -868,7 +868,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like}
---
@@ -884,7 +884,7 @@ Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SE
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe}
---
diff --git a/docs/dataSnowflakeSecurityIntegrations.python.md b/docs/dataSnowflakeSecurityIntegrations.python.md
index 18ebc36d3..13a7aa7ed 100644
--- a/docs/dataSnowflakeSecurityIntegrations.python.md
+++ b/docs/dataSnowflakeSecurityIntegrations.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeSecurityIntegrations
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations snowflake_security_integrations}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations snowflake_security_integrations}.
#### Initializers
@@ -38,7 +38,7 @@ dataSnowflakeSecurityIntegrations.DataSnowflakeSecurityIntegrations(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. |
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like}
---
@@ -133,7 +133,7 @@ Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SE
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe}
---
@@ -513,7 +513,7 @@ The construct id used in the generated config for the DataSnowflakeSecurityInteg
The id of the existing DataSnowflakeSecurityIntegrations that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use
---
@@ -795,7 +795,7 @@ dataSnowflakeSecurityIntegrations.DataSnowflakeSecurityIntegrationsConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. |
@@ -879,7 +879,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -896,7 +896,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like}
---
@@ -912,7 +912,7 @@ Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SE
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe}
---
diff --git a/docs/dataSnowflakeSecurityIntegrations.typescript.md b/docs/dataSnowflakeSecurityIntegrations.typescript.md
index 3d282fb21..d07121890 100644
--- a/docs/dataSnowflakeSecurityIntegrations.typescript.md
+++ b/docs/dataSnowflakeSecurityIntegrations.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeSecurityIntegrations
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations snowflake_security_integrations}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations snowflake_security_integrations}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeSecurityInteg
The id of the existing DataSnowflakeSecurityIntegrations that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use
---
@@ -657,7 +657,7 @@ const dataSnowflakeSecurityIntegrationsConfig: dataSnowflakeSecurityIntegrations
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| withDescribe | boolean \| cdktf.IResolvable | Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. |
@@ -741,7 +741,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -758,7 +758,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like}
---
@@ -774,7 +774,7 @@ Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SE
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe}
---
diff --git a/docs/dataSnowflakeSequences.csharp.md b/docs/dataSnowflakeSequences.csharp.md
index 687414da0..041e60a30 100644
--- a/docs/dataSnowflakeSequences.csharp.md
+++ b/docs/dataSnowflakeSequences.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeSequences
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences snowflake_sequences}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences snowflake_sequences}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSequences to
The id of the existing DataSnowflakeSequences that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ new DataSnowflakeSequencesConfig {
| Provisioners | object[] | *No description.* |
| Database | string | The database from which to return the schemas from. |
| Schema | string | The schema from which to return the sequences from. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#id DataSnowflakeSequences#id}. |
---
@@ -740,7 +740,7 @@ public string Database { get; set; }
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#database DataSnowflakeSequences#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#database DataSnowflakeSequences#database}
---
@@ -754,7 +754,7 @@ public string Schema { get; set; }
The schema from which to return the sequences from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#schema DataSnowflakeSequences#schema}
---
@@ -766,7 +766,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#id DataSnowflakeSequences#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSequences.go.md b/docs/dataSnowflakeSequences.go.md
index bd7ab5aab..f7461787c 100644
--- a/docs/dataSnowflakeSequences.go.md
+++ b/docs/dataSnowflakeSequences.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeSequences
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences snowflake_sequences}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences snowflake_sequences}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSequences to
The id of the existing DataSnowflakeSequences that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provisioners | *[]interface{} | *No description.* |
| Database | *string | The database from which to return the schemas from. |
| Schema | *string | The schema from which to return the sequences from. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#id DataSnowflakeSequences#id}. |
---
@@ -740,7 +740,7 @@ Database *string
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#database DataSnowflakeSequences#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#database DataSnowflakeSequences#database}
---
@@ -754,7 +754,7 @@ Schema *string
The schema from which to return the sequences from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#schema DataSnowflakeSequences#schema}
---
@@ -766,7 +766,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#id DataSnowflakeSequences#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSequences.java.md b/docs/dataSnowflakeSequences.java.md
index 8b2846058..0d94165dc 100644
--- a/docs/dataSnowflakeSequences.java.md
+++ b/docs/dataSnowflakeSequences.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeSequences
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences snowflake_sequences}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences snowflake_sequences}.
#### Initializers
@@ -42,7 +42,7 @@ DataSnowflakeSequences.Builder.create(Construct scope, java.lang.String id)
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the sequences from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#id DataSnowflakeSequences#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#database DataSnowflakeSequences#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#database DataSnowflakeSequences#database}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the sequences from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#schema DataSnowflakeSequences#schema}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#id DataSnowflakeSequences#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeSequences to
The id of the existing DataSnowflakeSequences that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use
---
@@ -751,7 +751,7 @@ DataSnowflakeSequencesConfig.builder()
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the sequences from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#id DataSnowflakeSequences#id}. |
---
@@ -835,7 +835,7 @@ public java.lang.String getDatabase();
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#database DataSnowflakeSequences#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#database DataSnowflakeSequences#database}
---
@@ -849,7 +849,7 @@ public java.lang.String getSchema();
The schema from which to return the sequences from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#schema DataSnowflakeSequences#schema}
---
@@ -861,7 +861,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#id DataSnowflakeSequences#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSequences.python.md b/docs/dataSnowflakeSequences.python.md
index 7e303ab46..c617ccb61 100644
--- a/docs/dataSnowflakeSequences.python.md
+++ b/docs/dataSnowflakeSequences.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeSequences
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences snowflake_sequences}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences snowflake_sequences}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeSequences.DataSnowflakeSequences(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the sequences from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#id DataSnowflakeSequences#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#database DataSnowflakeSequences#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#database DataSnowflakeSequences#database}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the sequences from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#schema DataSnowflakeSequences#schema}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#id DataSnowflakeSequences#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeSequences to
The id of the existing DataSnowflakeSequences that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use
---
@@ -781,7 +781,7 @@ dataSnowflakeSequences.DataSnowflakeSequencesConfig(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the sequences from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#id DataSnowflakeSequences#id}. |
---
@@ -865,7 +865,7 @@ database: str
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#database DataSnowflakeSequences#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#database DataSnowflakeSequences#database}
---
@@ -879,7 +879,7 @@ schema: str
The schema from which to return the sequences from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#schema DataSnowflakeSequences#schema}
---
@@ -891,7 +891,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#id DataSnowflakeSequences#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSequences.typescript.md b/docs/dataSnowflakeSequences.typescript.md
index 3fc96b159..3e47b03e2 100644
--- a/docs/dataSnowflakeSequences.typescript.md
+++ b/docs/dataSnowflakeSequences.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeSequences
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences snowflake_sequences}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences snowflake_sequences}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSequences to
The id of the existing DataSnowflakeSequences that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use
---
@@ -645,7 +645,7 @@ const dataSnowflakeSequencesConfig: dataSnowflakeSequences.DataSnowflakeSequence
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| database | string | The database from which to return the schemas from. |
| schema | string | The schema from which to return the sequences from. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#id DataSnowflakeSequences#id}. |
---
@@ -729,7 +729,7 @@ public readonly database: string;
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#database DataSnowflakeSequences#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#database DataSnowflakeSequences#database}
---
@@ -743,7 +743,7 @@ public readonly schema: string;
The schema from which to return the sequences from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#schema DataSnowflakeSequences#schema}
---
@@ -755,7 +755,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#id DataSnowflakeSequences#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeShares.csharp.md b/docs/dataSnowflakeShares.csharp.md
index 870da3aa9..91fc3e0ad 100644
--- a/docs/dataSnowflakeShares.csharp.md
+++ b/docs/dataSnowflakeShares.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeShares
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares snowflake_shares}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares snowflake_shares}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeShares to imp
The id of the existing DataSnowflakeShares that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use
---
@@ -638,7 +638,7 @@ new DataSnowflakeSharesConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#id DataSnowflakeShares#id}. |
| Pattern | string | Filters the command output by object name. |
---
@@ -721,7 +721,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#id DataSnowflakeShares#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -738,7 +738,7 @@ public string Pattern { get; set; }
Filters the command output by object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#pattern DataSnowflakeShares#pattern}
---
diff --git a/docs/dataSnowflakeShares.go.md b/docs/dataSnowflakeShares.go.md
index c97802691..03c689b7c 100644
--- a/docs/dataSnowflakeShares.go.md
+++ b/docs/dataSnowflakeShares.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeShares
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares snowflake_shares}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares snowflake_shares}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeShares to imp
The id of the existing DataSnowflakeShares that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use
---
@@ -638,7 +638,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#id DataSnowflakeShares#id}. |
| Pattern | *string | Filters the command output by object name. |
---
@@ -721,7 +721,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#id DataSnowflakeShares#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -738,7 +738,7 @@ Pattern *string
Filters the command output by object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#pattern DataSnowflakeShares#pattern}
---
diff --git a/docs/dataSnowflakeShares.java.md b/docs/dataSnowflakeShares.java.md
index 1fe810c9b..e3adbd9f1 100644
--- a/docs/dataSnowflakeShares.java.md
+++ b/docs/dataSnowflakeShares.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeShares
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares snowflake_shares}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares snowflake_shares}.
#### Initializers
@@ -39,7 +39,7 @@ DataSnowflakeShares.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#id DataSnowflakeShares#id}. |
| pattern | java.lang.String | Filters the command output by object name. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#id DataSnowflakeShares#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the command output by object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#pattern DataSnowflakeShares#pattern}
---
@@ -458,7 +458,7 @@ The construct id used in the generated config for the DataSnowflakeShares to imp
The id of the existing DataSnowflakeShares that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use
---
@@ -721,7 +721,7 @@ DataSnowflakeSharesConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#id DataSnowflakeShares#id}. |
| pattern | java.lang.String | Filters the command output by object name. |
---
@@ -804,7 +804,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#id DataSnowflakeShares#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -821,7 +821,7 @@ public java.lang.String getPattern();
Filters the command output by object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#pattern DataSnowflakeShares#pattern}
---
diff --git a/docs/dataSnowflakeShares.python.md b/docs/dataSnowflakeShares.python.md
index 43c0fdfc3..0fda57577 100644
--- a/docs/dataSnowflakeShares.python.md
+++ b/docs/dataSnowflakeShares.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeShares
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares snowflake_shares}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares snowflake_shares}.
#### Initializers
@@ -37,7 +37,7 @@ dataSnowflakeShares.DataSnowflakeShares(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#id DataSnowflakeShares#id}. |
| pattern | str | Filters the command output by object name. |
---
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#id DataSnowflakeShares#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the command output by object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#pattern DataSnowflakeShares#pattern}
---
@@ -492,7 +492,7 @@ The construct id used in the generated config for the DataSnowflakeShares to imp
The id of the existing DataSnowflakeShares that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use
---
@@ -751,7 +751,7 @@ dataSnowflakeShares.DataSnowflakeSharesConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#id DataSnowflakeShares#id}. |
| pattern | str | Filters the command output by object name. |
---
@@ -834,7 +834,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#id DataSnowflakeShares#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -851,7 +851,7 @@ pattern: str
Filters the command output by object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#pattern DataSnowflakeShares#pattern}
---
diff --git a/docs/dataSnowflakeShares.typescript.md b/docs/dataSnowflakeShares.typescript.md
index 1d64107ce..d1c9912a8 100644
--- a/docs/dataSnowflakeShares.typescript.md
+++ b/docs/dataSnowflakeShares.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeShares
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares snowflake_shares}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares snowflake_shares}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeShares to imp
The id of the existing DataSnowflakeShares that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use
---
@@ -628,7 +628,7 @@ const dataSnowflakeSharesConfig: dataSnowflakeShares.DataSnowflakeSharesConfig =
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#id DataSnowflakeShares#id}. |
| pattern | string | Filters the command output by object name. |
---
@@ -711,7 +711,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#id DataSnowflakeShares#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -728,7 +728,7 @@ public readonly pattern: string;
Filters the command output by object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#pattern DataSnowflakeShares#pattern}
---
diff --git a/docs/dataSnowflakeStages.csharp.md b/docs/dataSnowflakeStages.csharp.md
index d05d83584..a293607be 100644
--- a/docs/dataSnowflakeStages.csharp.md
+++ b/docs/dataSnowflakeStages.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeStages
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages snowflake_stages}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages snowflake_stages}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeStages to imp
The id of the existing DataSnowflakeStages that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ new DataSnowflakeStagesConfig {
| Provisioners | object[] | *No description.* |
| Database | string | The database from which to return the schemas from. |
| Schema | string | The schema from which to return the stages from. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#id DataSnowflakeStages#id}. |
---
@@ -740,7 +740,7 @@ public string Database { get; set; }
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#database DataSnowflakeStages#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#database DataSnowflakeStages#database}
---
@@ -754,7 +754,7 @@ public string Schema { get; set; }
The schema from which to return the stages from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#schema DataSnowflakeStages#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#schema DataSnowflakeStages#schema}
---
@@ -766,7 +766,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#id DataSnowflakeStages#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeStages.go.md b/docs/dataSnowflakeStages.go.md
index d6d3b0051..9330ad043 100644
--- a/docs/dataSnowflakeStages.go.md
+++ b/docs/dataSnowflakeStages.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeStages
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages snowflake_stages}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages snowflake_stages}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeStages to imp
The id of the existing DataSnowflakeStages that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provisioners | *[]interface{} | *No description.* |
| Database | *string | The database from which to return the schemas from. |
| Schema | *string | The schema from which to return the stages from. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#id DataSnowflakeStages#id}. |
---
@@ -740,7 +740,7 @@ Database *string
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#database DataSnowflakeStages#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#database DataSnowflakeStages#database}
---
@@ -754,7 +754,7 @@ Schema *string
The schema from which to return the stages from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#schema DataSnowflakeStages#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#schema DataSnowflakeStages#schema}
---
@@ -766,7 +766,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#id DataSnowflakeStages#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeStages.java.md b/docs/dataSnowflakeStages.java.md
index 47d483388..937bc9b85 100644
--- a/docs/dataSnowflakeStages.java.md
+++ b/docs/dataSnowflakeStages.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeStages
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages snowflake_stages}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages snowflake_stages}.
#### Initializers
@@ -42,7 +42,7 @@ DataSnowflakeStages.Builder.create(Construct scope, java.lang.String id)
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the stages from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#id DataSnowflakeStages#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#database DataSnowflakeStages#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#database DataSnowflakeStages#database}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the stages from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#schema DataSnowflakeStages#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#schema DataSnowflakeStages#schema}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#id DataSnowflakeStages#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeStages to imp
The id of the existing DataSnowflakeStages that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use
---
@@ -751,7 +751,7 @@ DataSnowflakeStagesConfig.builder()
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the stages from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#id DataSnowflakeStages#id}. |
---
@@ -835,7 +835,7 @@ public java.lang.String getDatabase();
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#database DataSnowflakeStages#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#database DataSnowflakeStages#database}
---
@@ -849,7 +849,7 @@ public java.lang.String getSchema();
The schema from which to return the stages from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#schema DataSnowflakeStages#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#schema DataSnowflakeStages#schema}
---
@@ -861,7 +861,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#id DataSnowflakeStages#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeStages.python.md b/docs/dataSnowflakeStages.python.md
index d458dbe92..9bce66178 100644
--- a/docs/dataSnowflakeStages.python.md
+++ b/docs/dataSnowflakeStages.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeStages
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages snowflake_stages}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages snowflake_stages}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeStages.DataSnowflakeStages(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the stages from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#id DataSnowflakeStages#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#database DataSnowflakeStages#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#database DataSnowflakeStages#database}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the stages from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#schema DataSnowflakeStages#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#schema DataSnowflakeStages#schema}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#id DataSnowflakeStages#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeStages to imp
The id of the existing DataSnowflakeStages that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use
---
@@ -781,7 +781,7 @@ dataSnowflakeStages.DataSnowflakeStagesConfig(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the stages from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#id DataSnowflakeStages#id}. |
---
@@ -865,7 +865,7 @@ database: str
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#database DataSnowflakeStages#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#database DataSnowflakeStages#database}
---
@@ -879,7 +879,7 @@ schema: str
The schema from which to return the stages from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#schema DataSnowflakeStages#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#schema DataSnowflakeStages#schema}
---
@@ -891,7 +891,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#id DataSnowflakeStages#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeStages.typescript.md b/docs/dataSnowflakeStages.typescript.md
index dd21a7f91..222748cea 100644
--- a/docs/dataSnowflakeStages.typescript.md
+++ b/docs/dataSnowflakeStages.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeStages
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages snowflake_stages}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages snowflake_stages}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeStages to imp
The id of the existing DataSnowflakeStages that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use
---
@@ -645,7 +645,7 @@ const dataSnowflakeStagesConfig: dataSnowflakeStages.DataSnowflakeStagesConfig =
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| database | string | The database from which to return the schemas from. |
| schema | string | The schema from which to return the stages from. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#id DataSnowflakeStages#id}. |
---
@@ -729,7 +729,7 @@ public readonly database: string;
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#database DataSnowflakeStages#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#database DataSnowflakeStages#database}
---
@@ -743,7 +743,7 @@ public readonly schema: string;
The schema from which to return the stages from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#schema DataSnowflakeStages#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#schema DataSnowflakeStages#schema}
---
@@ -755,7 +755,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#id DataSnowflakeStages#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeStorageIntegrations.csharp.md b/docs/dataSnowflakeStorageIntegrations.csharp.md
index e27964bf9..41554c8ab 100644
--- a/docs/dataSnowflakeStorageIntegrations.csharp.md
+++ b/docs/dataSnowflakeStorageIntegrations.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeStorageIntegrations
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations snowflake_storage_integrations}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations snowflake_storage_integrations}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeStorageIntegr
The id of the existing DataSnowflakeStorageIntegrations that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use
---
@@ -608,7 +608,7 @@ new DataSnowflakeStorageIntegrationsConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. |
---
@@ -690,7 +690,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeStorageIntegrations.go.md b/docs/dataSnowflakeStorageIntegrations.go.md
index a68dc6419..9e8c6ca5c 100644
--- a/docs/dataSnowflakeStorageIntegrations.go.md
+++ b/docs/dataSnowflakeStorageIntegrations.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeStorageIntegrations
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations snowflake_storage_integrations}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations snowflake_storage_integrations}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeStorageIntegr
The id of the existing DataSnowflakeStorageIntegrations that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use
---
@@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. |
---
@@ -690,7 +690,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeStorageIntegrations.java.md b/docs/dataSnowflakeStorageIntegrations.java.md
index 84c57e381..547885a43 100644
--- a/docs/dataSnowflakeStorageIntegrations.java.md
+++ b/docs/dataSnowflakeStorageIntegrations.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeStorageIntegrations
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations snowflake_storage_integrations}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations snowflake_storage_integrations}.
#### Initializers
@@ -38,7 +38,7 @@ DataSnowflakeStorageIntegrations.Builder.create(Construct scope, java.lang.Strin
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. |
---
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeStorageIntegr
The id of the existing DataSnowflakeStorageIntegrations that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use
---
@@ -679,7 +679,7 @@ DataSnowflakeStorageIntegrationsConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. |
---
@@ -761,7 +761,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeStorageIntegrations.python.md b/docs/dataSnowflakeStorageIntegrations.python.md
index e8f093270..e41576f44 100644
--- a/docs/dataSnowflakeStorageIntegrations.python.md
+++ b/docs/dataSnowflakeStorageIntegrations.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeStorageIntegrations
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations snowflake_storage_integrations}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations snowflake_storage_integrations}.
#### Initializers
@@ -36,7 +36,7 @@ dataSnowflakeStorageIntegrations.DataSnowflakeStorageIntegrations(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. |
---
@@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -473,7 +473,7 @@ The construct id used in the generated config for the DataSnowflakeStorageIntegr
The id of the existing DataSnowflakeStorageIntegrations that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use
---
@@ -709,7 +709,7 @@ dataSnowflakeStorageIntegrations.DataSnowflakeStorageIntegrationsConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. |
---
@@ -791,7 +791,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeStorageIntegrations.typescript.md b/docs/dataSnowflakeStorageIntegrations.typescript.md
index cf1de2335..7a587a79f 100644
--- a/docs/dataSnowflakeStorageIntegrations.typescript.md
+++ b/docs/dataSnowflakeStorageIntegrations.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeStorageIntegrations
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations snowflake_storage_integrations}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations snowflake_storage_integrations}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeStorageIntegr
The id of the existing DataSnowflakeStorageIntegrations that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use
---
@@ -599,7 +599,7 @@ const dataSnowflakeStorageIntegrationsConfig: dataSnowflakeStorageIntegrations.D
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. |
---
@@ -681,7 +681,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeStreamlits.csharp.md b/docs/dataSnowflakeStreamlits.csharp.md
index a10902fe8..9953effa9 100644
--- a/docs/dataSnowflakeStreamlits.csharp.md
+++ b/docs/dataSnowflakeStreamlits.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeStreamlits
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits snowflake_streamlits}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits snowflake_streamlits}.
#### Initializers
@@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeStreamlits to
The id of the existing DataSnowflakeStreamlits that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use
---
@@ -754,7 +754,7 @@ new DataSnowflakeStreamlitsConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. |
| In | DataSnowflakeStreamlitsIn | in block. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeStreamlitsLimit | limit block. |
@@ -840,7 +840,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -857,7 +857,7 @@ public DataSnowflakeStreamlitsIn In { get; set; }
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in}
---
@@ -871,7 +871,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like}
---
@@ -885,7 +885,7 @@ public DataSnowflakeStreamlitsLimit Limit { get; set; }
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit}
---
@@ -901,7 +901,7 @@ Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe}
---
@@ -939,7 +939,7 @@ public object Account { get; set; }
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account}
---
@@ -953,7 +953,7 @@ public string Database { get; set; }
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database}
---
@@ -967,7 +967,7 @@ public string Schema { get; set; }
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema}
---
@@ -1003,7 +1003,7 @@ public double Rows { get; set; }
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows}
---
@@ -1019,7 +1019,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from}
---
diff --git a/docs/dataSnowflakeStreamlits.go.md b/docs/dataSnowflakeStreamlits.go.md
index 658b3e791..639d4ee06 100644
--- a/docs/dataSnowflakeStreamlits.go.md
+++ b/docs/dataSnowflakeStreamlits.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeStreamlits
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits snowflake_streamlits}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits snowflake_streamlits}.
#### Initializers
@@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeStreamlits to
The id of the existing DataSnowflakeStreamlits that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use
---
@@ -754,7 +754,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. |
| In | DataSnowflakeStreamlitsIn | in block. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeStreamlitsLimit | limit block. |
@@ -840,7 +840,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -857,7 +857,7 @@ In DataSnowflakeStreamlitsIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in}
---
@@ -871,7 +871,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like}
---
@@ -885,7 +885,7 @@ Limit DataSnowflakeStreamlitsLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit}
---
@@ -901,7 +901,7 @@ Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe}
---
@@ -939,7 +939,7 @@ Account interface{}
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account}
---
@@ -953,7 +953,7 @@ Database *string
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database}
---
@@ -967,7 +967,7 @@ Schema *string
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema}
---
@@ -1003,7 +1003,7 @@ Rows *f64
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows}
---
@@ -1019,7 +1019,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from}
---
diff --git a/docs/dataSnowflakeStreamlits.java.md b/docs/dataSnowflakeStreamlits.java.md
index 8c56d2113..ea8b26078 100644
--- a/docs/dataSnowflakeStreamlits.java.md
+++ b/docs/dataSnowflakeStreamlits.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeStreamlits
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits snowflake_streamlits}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits snowflake_streamlits}.
#### Initializers
@@ -43,7 +43,7 @@ DataSnowflakeStreamlits.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. |
| in | DataSnowflakeStreamlitsIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeStreamlitsLimit | limit block. |
@@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -128,7 +128,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit}
---
@@ -160,7 +160,7 @@ Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe}
---
@@ -544,7 +544,7 @@ The construct id used in the generated config for the DataSnowflakeStreamlits to
The id of the existing DataSnowflakeStreamlits that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use
---
@@ -877,7 +877,7 @@ DataSnowflakeStreamlitsConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. |
| in | DataSnowflakeStreamlitsIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeStreamlitsLimit | limit block. |
@@ -963,7 +963,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -980,7 +980,7 @@ public DataSnowflakeStreamlitsIn getIn();
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in}
---
@@ -994,7 +994,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like}
---
@@ -1008,7 +1008,7 @@ public DataSnowflakeStreamlitsLimit getLimit();
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit}
---
@@ -1024,7 +1024,7 @@ Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe}
---
@@ -1063,7 +1063,7 @@ public java.lang.Object getAccount();
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account}
---
@@ -1077,7 +1077,7 @@ public java.lang.String getDatabase();
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database}
---
@@ -1091,7 +1091,7 @@ public java.lang.String getSchema();
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema}
---
@@ -1127,7 +1127,7 @@ public java.lang.Number getRows();
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows}
---
@@ -1143,7 +1143,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from}
---
diff --git a/docs/dataSnowflakeStreamlits.python.md b/docs/dataSnowflakeStreamlits.python.md
index 1147ee56e..d0cf97da5 100644
--- a/docs/dataSnowflakeStreamlits.python.md
+++ b/docs/dataSnowflakeStreamlits.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeStreamlits
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits snowflake_streamlits}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits snowflake_streamlits}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeStreamlits.DataSnowflakeStreamlits(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. |
| in | DataSnowflakeStreamlitsIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeStreamlitsLimit | limit block. |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -125,7 +125,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in}
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit}
---
@@ -157,7 +157,7 @@ Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe}
---
@@ -425,7 +425,7 @@ def put_in(
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account}
---
@@ -435,7 +435,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database}
---
@@ -445,7 +445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema}
---
@@ -464,7 +464,7 @@ def put_limit(
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows}
---
@@ -476,7 +476,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from}
---
@@ -624,7 +624,7 @@ The construct id used in the generated config for the DataSnowflakeStreamlits to
The id of the existing DataSnowflakeStreamlits that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use
---
@@ -952,7 +952,7 @@ dataSnowflakeStreamlits.DataSnowflakeStreamlitsConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. |
| in | DataSnowflakeStreamlitsIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeStreamlitsLimit | limit block. |
@@ -1038,7 +1038,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1055,7 +1055,7 @@ in: DataSnowflakeStreamlitsIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in}
---
@@ -1069,7 +1069,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like}
---
@@ -1083,7 +1083,7 @@ limit: DataSnowflakeStreamlitsLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit}
---
@@ -1099,7 +1099,7 @@ Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe}
---
@@ -1137,7 +1137,7 @@ account: typing.Union[bool, IResolvable]
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account}
---
@@ -1151,7 +1151,7 @@ database: str
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database}
---
@@ -1165,7 +1165,7 @@ schema: str
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema}
---
@@ -1201,7 +1201,7 @@ rows: typing.Union[int, float]
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows}
---
@@ -1217,7 +1217,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from}
---
diff --git a/docs/dataSnowflakeStreamlits.typescript.md b/docs/dataSnowflakeStreamlits.typescript.md
index bc7db1428..ba3358749 100644
--- a/docs/dataSnowflakeStreamlits.typescript.md
+++ b/docs/dataSnowflakeStreamlits.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeStreamlits
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits snowflake_streamlits}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits snowflake_streamlits}.
#### Initializers
@@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeStreamlits to
The id of the existing DataSnowflakeStreamlits that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use
---
@@ -741,7 +741,7 @@ const dataSnowflakeStreamlitsConfig: dataSnowflakeStreamlits.DataSnowflakeStream
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. |
| in | DataSnowflakeStreamlitsIn | in block. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeStreamlitsLimit | limit block. |
@@ -827,7 +827,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -844,7 +844,7 @@ public readonly in: DataSnowflakeStreamlitsIn;
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in}
---
@@ -858,7 +858,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like}
---
@@ -872,7 +872,7 @@ public readonly limit: DataSnowflakeStreamlitsLimit;
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit}
---
@@ -888,7 +888,7 @@ Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe}
---
@@ -922,7 +922,7 @@ public readonly account: boolean | IResolvable;
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account}
---
@@ -936,7 +936,7 @@ public readonly database: string;
Returns records for the current database in use or for a specified database (db_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database}
---
@@ -950,7 +950,7 @@ public readonly schema: string;
Returns records for the current schema in use or a specified schema (schema_name).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema}
---
@@ -983,7 +983,7 @@ public readonly rows: number;
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows}
---
@@ -999,7 +999,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from}
---
diff --git a/docs/dataSnowflakeStreams.csharp.md b/docs/dataSnowflakeStreams.csharp.md
index 0f8d7c777..14d69d24e 100644
--- a/docs/dataSnowflakeStreams.csharp.md
+++ b/docs/dataSnowflakeStreams.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeStreams
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams snowflake_streams}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams snowflake_streams}.
#### Initializers
@@ -433,7 +433,7 @@ The construct id used in the generated config for the DataSnowflakeStreams to im
The id of the existing DataSnowflakeStreams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use
---
@@ -784,7 +784,7 @@ new DataSnowflakeStreamsConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}. |
| In | DataSnowflakeStreamsIn | in block. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeStreamsLimit | limit block. |
@@ -871,7 +871,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -888,7 +888,7 @@ public DataSnowflakeStreamsIn In { get; set; }
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#in DataSnowflakeStreams#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#in DataSnowflakeStreams#in}
---
@@ -902,7 +902,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#like DataSnowflakeStreams#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#like DataSnowflakeStreams#like}
---
@@ -916,7 +916,7 @@ public DataSnowflakeStreamsLimit Limit { get; set; }
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#limit DataSnowflakeStreams#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#limit DataSnowflakeStreams#limit}
---
@@ -930,7 +930,7 @@ public string StartsWith { get; set; }
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with}
---
@@ -946,7 +946,7 @@ Runs DESC STREAM for each user returned by SHOW STREAMS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe}
---
@@ -988,7 +988,7 @@ public object Account { get; set; }
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#account DataSnowflakeStreams#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#account DataSnowflakeStreams#account}
---
@@ -1002,7 +1002,7 @@ public string Application { get; set; }
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application DataSnowflakeStreams#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application DataSnowflakeStreams#application}
---
@@ -1016,7 +1016,7 @@ public string ApplicationPackage { get; set; }
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package}
---
@@ -1030,7 +1030,7 @@ public string Database { get; set; }
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#database DataSnowflakeStreams#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#database DataSnowflakeStreams#database}
---
@@ -1044,7 +1044,7 @@ public string Schema { get; set; }
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#schema DataSnowflakeStreams#schema}
---
@@ -1080,7 +1080,7 @@ public double Rows { get; set; }
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#rows DataSnowflakeStreams#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#rows DataSnowflakeStreams#rows}
---
@@ -1096,7 +1096,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#from DataSnowflakeStreams#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#from DataSnowflakeStreams#from}
---
diff --git a/docs/dataSnowflakeStreams.go.md b/docs/dataSnowflakeStreams.go.md
index 0bf8c58af..7e8e22d48 100644
--- a/docs/dataSnowflakeStreams.go.md
+++ b/docs/dataSnowflakeStreams.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeStreams
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams snowflake_streams}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams snowflake_streams}.
#### Initializers
@@ -433,7 +433,7 @@ The construct id used in the generated config for the DataSnowflakeStreams to im
The id of the existing DataSnowflakeStreams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use
---
@@ -784,7 +784,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}. |
| In | DataSnowflakeStreamsIn | in block. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeStreamsLimit | limit block. |
@@ -871,7 +871,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -888,7 +888,7 @@ In DataSnowflakeStreamsIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#in DataSnowflakeStreams#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#in DataSnowflakeStreams#in}
---
@@ -902,7 +902,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#like DataSnowflakeStreams#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#like DataSnowflakeStreams#like}
---
@@ -916,7 +916,7 @@ Limit DataSnowflakeStreamsLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#limit DataSnowflakeStreams#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#limit DataSnowflakeStreams#limit}
---
@@ -930,7 +930,7 @@ StartsWith *string
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with}
---
@@ -946,7 +946,7 @@ Runs DESC STREAM for each user returned by SHOW STREAMS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe}
---
@@ -988,7 +988,7 @@ Account interface{}
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#account DataSnowflakeStreams#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#account DataSnowflakeStreams#account}
---
@@ -1002,7 +1002,7 @@ Application *string
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application DataSnowflakeStreams#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application DataSnowflakeStreams#application}
---
@@ -1016,7 +1016,7 @@ ApplicationPackage *string
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package}
---
@@ -1030,7 +1030,7 @@ Database *string
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#database DataSnowflakeStreams#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#database DataSnowflakeStreams#database}
---
@@ -1044,7 +1044,7 @@ Schema *string
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#schema DataSnowflakeStreams#schema}
---
@@ -1080,7 +1080,7 @@ Rows *f64
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#rows DataSnowflakeStreams#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#rows DataSnowflakeStreams#rows}
---
@@ -1096,7 +1096,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#from DataSnowflakeStreams#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#from DataSnowflakeStreams#from}
---
diff --git a/docs/dataSnowflakeStreams.java.md b/docs/dataSnowflakeStreams.java.md
index f94e72917..6b41cb596 100644
--- a/docs/dataSnowflakeStreams.java.md
+++ b/docs/dataSnowflakeStreams.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeStreams
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams snowflake_streams}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams snowflake_streams}.
#### Initializers
@@ -44,7 +44,7 @@ DataSnowflakeStreams.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}. |
| in | DataSnowflakeStreamsIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeStreamsLimit | limit block. |
@@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -130,7 +130,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#in DataSnowflakeStreams#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#in DataSnowflakeStreams#in}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#like DataSnowflakeStreams#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#like DataSnowflakeStreams#like}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#limit DataSnowflakeStreams#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#limit DataSnowflakeStreams#limit}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with}
---
@@ -172,7 +172,7 @@ Runs DESC STREAM for each user returned by SHOW STREAMS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe}
---
@@ -563,7 +563,7 @@ The construct id used in the generated config for the DataSnowflakeStreams to im
The id of the existing DataSnowflakeStreams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use
---
@@ -919,7 +919,7 @@ DataSnowflakeStreamsConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}. |
| in | DataSnowflakeStreamsIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeStreamsLimit | limit block. |
@@ -1006,7 +1006,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1023,7 +1023,7 @@ public DataSnowflakeStreamsIn getIn();
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#in DataSnowflakeStreams#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#in DataSnowflakeStreams#in}
---
@@ -1037,7 +1037,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#like DataSnowflakeStreams#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#like DataSnowflakeStreams#like}
---
@@ -1051,7 +1051,7 @@ public DataSnowflakeStreamsLimit getLimit();
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#limit DataSnowflakeStreams#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#limit DataSnowflakeStreams#limit}
---
@@ -1065,7 +1065,7 @@ public java.lang.String getStartsWith();
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with}
---
@@ -1081,7 +1081,7 @@ Runs DESC STREAM for each user returned by SHOW STREAMS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe}
---
@@ -1124,7 +1124,7 @@ public java.lang.Object getAccount();
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#account DataSnowflakeStreams#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#account DataSnowflakeStreams#account}
---
@@ -1138,7 +1138,7 @@ public java.lang.String getApplication();
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application DataSnowflakeStreams#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application DataSnowflakeStreams#application}
---
@@ -1152,7 +1152,7 @@ public java.lang.String getApplicationPackage();
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package}
---
@@ -1166,7 +1166,7 @@ public java.lang.String getDatabase();
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#database DataSnowflakeStreams#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#database DataSnowflakeStreams#database}
---
@@ -1180,7 +1180,7 @@ public java.lang.String getSchema();
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#schema DataSnowflakeStreams#schema}
---
@@ -1216,7 +1216,7 @@ public java.lang.Number getRows();
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#rows DataSnowflakeStreams#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#rows DataSnowflakeStreams#rows}
---
@@ -1232,7 +1232,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#from DataSnowflakeStreams#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#from DataSnowflakeStreams#from}
---
diff --git a/docs/dataSnowflakeStreams.python.md b/docs/dataSnowflakeStreams.python.md
index b1d1b85d2..291a8fb1a 100644
--- a/docs/dataSnowflakeStreams.python.md
+++ b/docs/dataSnowflakeStreams.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeStreams
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams snowflake_streams}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams snowflake_streams}.
#### Initializers
@@ -41,7 +41,7 @@ dataSnowflakeStreams.DataSnowflakeStreams(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}. |
| in | DataSnowflakeStreamsIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeStreamsLimit | limit block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#in DataSnowflakeStreams#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#in DataSnowflakeStreams#in}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#like DataSnowflakeStreams#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#like DataSnowflakeStreams#like}
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#limit DataSnowflakeStreams#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#limit DataSnowflakeStreams#limit}
---
@@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with}
---
@@ -169,7 +169,7 @@ Runs DESC STREAM for each user returned by SHOW STREAMS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe}
---
@@ -440,7 +440,7 @@ def put_in(
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#account DataSnowflakeStreams#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#account DataSnowflakeStreams#account}
---
@@ -450,7 +450,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application DataSnowflakeStreams#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application DataSnowflakeStreams#application}
---
@@ -460,7 +460,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package}
---
@@ -470,7 +470,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#database DataSnowflakeStreams#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#database DataSnowflakeStreams#database}
---
@@ -480,7 +480,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#schema DataSnowflakeStreams#schema}
---
@@ -499,7 +499,7 @@ def put_limit(
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#rows DataSnowflakeStreams#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#rows DataSnowflakeStreams#rows}
---
@@ -511,7 +511,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#from DataSnowflakeStreams#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#from DataSnowflakeStreams#from}
---
@@ -665,7 +665,7 @@ The construct id used in the generated config for the DataSnowflakeStreams to im
The id of the existing DataSnowflakeStreams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use
---
@@ -1016,7 +1016,7 @@ dataSnowflakeStreams.DataSnowflakeStreamsConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}. |
| in | DataSnowflakeStreamsIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeStreamsLimit | limit block. |
@@ -1103,7 +1103,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1120,7 +1120,7 @@ in: DataSnowflakeStreamsIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#in DataSnowflakeStreams#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#in DataSnowflakeStreams#in}
---
@@ -1134,7 +1134,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#like DataSnowflakeStreams#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#like DataSnowflakeStreams#like}
---
@@ -1148,7 +1148,7 @@ limit: DataSnowflakeStreamsLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#limit DataSnowflakeStreams#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#limit DataSnowflakeStreams#limit}
---
@@ -1162,7 +1162,7 @@ starts_with: str
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with}
---
@@ -1178,7 +1178,7 @@ Runs DESC STREAM for each user returned by SHOW STREAMS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe}
---
@@ -1220,7 +1220,7 @@ account: typing.Union[bool, IResolvable]
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#account DataSnowflakeStreams#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#account DataSnowflakeStreams#account}
---
@@ -1234,7 +1234,7 @@ application: str
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application DataSnowflakeStreams#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application DataSnowflakeStreams#application}
---
@@ -1248,7 +1248,7 @@ application_package: str
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package}
---
@@ -1262,7 +1262,7 @@ database: str
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#database DataSnowflakeStreams#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#database DataSnowflakeStreams#database}
---
@@ -1276,7 +1276,7 @@ schema: str
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#schema DataSnowflakeStreams#schema}
---
@@ -1312,7 +1312,7 @@ rows: typing.Union[int, float]
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#rows DataSnowflakeStreams#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#rows DataSnowflakeStreams#rows}
---
@@ -1328,7 +1328,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#from DataSnowflakeStreams#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#from DataSnowflakeStreams#from}
---
diff --git a/docs/dataSnowflakeStreams.typescript.md b/docs/dataSnowflakeStreams.typescript.md
index 476b2692e..4bb8875d1 100644
--- a/docs/dataSnowflakeStreams.typescript.md
+++ b/docs/dataSnowflakeStreams.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeStreams
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams snowflake_streams}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams snowflake_streams}.
#### Initializers
@@ -433,7 +433,7 @@ The construct id used in the generated config for the DataSnowflakeStreams to im
The id of the existing DataSnowflakeStreams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use
---
@@ -770,7 +770,7 @@ const dataSnowflakeStreamsConfig: dataSnowflakeStreams.DataSnowflakeStreamsConfi
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}. |
| in | DataSnowflakeStreamsIn | in block. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeStreamsLimit | limit block. |
@@ -857,7 +857,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -874,7 +874,7 @@ public readonly in: DataSnowflakeStreamsIn;
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#in DataSnowflakeStreams#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#in DataSnowflakeStreams#in}
---
@@ -888,7 +888,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#like DataSnowflakeStreams#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#like DataSnowflakeStreams#like}
---
@@ -902,7 +902,7 @@ public readonly limit: DataSnowflakeStreamsLimit;
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#limit DataSnowflakeStreams#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#limit DataSnowflakeStreams#limit}
---
@@ -916,7 +916,7 @@ public readonly startsWith: string;
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with}
---
@@ -932,7 +932,7 @@ Runs DESC STREAM for each user returned by SHOW STREAMS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe}
---
@@ -968,7 +968,7 @@ public readonly account: boolean | IResolvable;
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#account DataSnowflakeStreams#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#account DataSnowflakeStreams#account}
---
@@ -982,7 +982,7 @@ public readonly application: string;
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application DataSnowflakeStreams#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application DataSnowflakeStreams#application}
---
@@ -996,7 +996,7 @@ public readonly applicationPackage: string;
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package}
---
@@ -1010,7 +1010,7 @@ public readonly database: string;
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#database DataSnowflakeStreams#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#database DataSnowflakeStreams#database}
---
@@ -1024,7 +1024,7 @@ public readonly schema: string;
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#schema DataSnowflakeStreams#schema}
---
@@ -1057,7 +1057,7 @@ public readonly rows: number;
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#rows DataSnowflakeStreams#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#rows DataSnowflakeStreams#rows}
---
@@ -1073,7 +1073,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#from DataSnowflakeStreams#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#from DataSnowflakeStreams#from}
---
diff --git a/docs/dataSnowflakeSystemGenerateScimAccessToken.csharp.md b/docs/dataSnowflakeSystemGenerateScimAccessToken.csharp.md
index 34749f47f..1d5a69629 100644
--- a/docs/dataSnowflakeSystemGenerateScimAccessToken.csharp.md
+++ b/docs/dataSnowflakeSystemGenerateScimAccessToken.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGenerateScimAccessToken
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGenerat
The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -632,7 +632,7 @@ new DataSnowflakeSystemGenerateScimAccessTokenConfig {
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
| IntegrationName | string | SCIM Integration Name. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. |
---
@@ -716,7 +716,7 @@ public string IntegrationName { get; set; }
SCIM Integration Name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name}
---
@@ -728,7 +728,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGenerateScimAccessToken.go.md b/docs/dataSnowflakeSystemGenerateScimAccessToken.go.md
index 250c2c5be..5c7d6094a 100644
--- a/docs/dataSnowflakeSystemGenerateScimAccessToken.go.md
+++ b/docs/dataSnowflakeSystemGenerateScimAccessToken.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGenerateScimAccessToken
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGenerat
The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -632,7 +632,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
| IntegrationName | *string | SCIM Integration Name. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. |
---
@@ -716,7 +716,7 @@ IntegrationName *string
SCIM Integration Name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name}
---
@@ -728,7 +728,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGenerateScimAccessToken.java.md b/docs/dataSnowflakeSystemGenerateScimAccessToken.java.md
index a03855f04..21d82634f 100644
--- a/docs/dataSnowflakeSystemGenerateScimAccessToken.java.md
+++ b/docs/dataSnowflakeSystemGenerateScimAccessToken.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGenerateScimAccessToken
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}.
#### Initializers
@@ -40,7 +40,7 @@ DataSnowflakeSystemGenerateScimAccessToken.Builder.create(Construct scope, java.
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| integrationName | java.lang.String | SCIM Integration Name. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
SCIM Integration Name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -451,7 +451,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGenerat
The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -715,7 +715,7 @@ DataSnowflakeSystemGenerateScimAccessTokenConfig.builder()
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| integrationName | java.lang.String | SCIM Integration Name. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. |
---
@@ -799,7 +799,7 @@ public java.lang.String getIntegrationName();
SCIM Integration Name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name}
---
@@ -811,7 +811,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGenerateScimAccessToken.python.md b/docs/dataSnowflakeSystemGenerateScimAccessToken.python.md
index 2915c2fc5..84152b218 100644
--- a/docs/dataSnowflakeSystemGenerateScimAccessToken.python.md
+++ b/docs/dataSnowflakeSystemGenerateScimAccessToken.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGenerateScimAccessToken
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}.
#### Initializers
@@ -38,7 +38,7 @@ dataSnowflakeSystemGenerateScimAccessToken.DataSnowflakeSystemGenerateScimAccess
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| integration_name | str | SCIM Integration Name. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
SCIM Integration Name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name}
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -485,7 +485,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGenerat
The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -745,7 +745,7 @@ dataSnowflakeSystemGenerateScimAccessToken.DataSnowflakeSystemGenerateScimAccess
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| integration_name | str | SCIM Integration Name. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. |
---
@@ -829,7 +829,7 @@ integration_name: str
SCIM Integration Name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name}
---
@@ -841,7 +841,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGenerateScimAccessToken.typescript.md b/docs/dataSnowflakeSystemGenerateScimAccessToken.typescript.md
index 69831df7f..c9d485e6a 100644
--- a/docs/dataSnowflakeSystemGenerateScimAccessToken.typescript.md
+++ b/docs/dataSnowflakeSystemGenerateScimAccessToken.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGenerateScimAccessToken
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGenerat
The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -622,7 +622,7 @@ const dataSnowflakeSystemGenerateScimAccessTokenConfig: dataSnowflakeSystemGener
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| integrationName | string | SCIM Integration Name. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. |
---
@@ -706,7 +706,7 @@ public readonly integrationName: string;
SCIM Integration Name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name}
---
@@ -718,7 +718,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.csharp.md b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.csharp.md
index 025e9250b..be527a8c2 100644
--- a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.csharp.md
+++ b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGetAwsSnsIamPolicy
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetAwsS
The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -632,7 +632,7 @@ new DataSnowflakeSystemGetAwsSnsIamPolicyConfig {
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
| AwsSnsTopicArn | string | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. |
---
@@ -716,7 +716,7 @@ public string AwsSnsTopicArn { get; set; }
Amazon Resource Name (ARN) of the SNS topic for your S3 bucket.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn}
---
@@ -728,7 +728,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.go.md b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.go.md
index 68c58c5a3..bd2cd6bf4 100644
--- a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.go.md
+++ b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGetAwsSnsIamPolicy
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetAwsS
The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -632,7 +632,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
| AwsSnsTopicArn | *string | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. |
---
@@ -716,7 +716,7 @@ AwsSnsTopicArn *string
Amazon Resource Name (ARN) of the SNS topic for your S3 bucket.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn}
---
@@ -728,7 +728,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.java.md b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.java.md
index ca0b0bca6..59cedc76c 100644
--- a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.java.md
+++ b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGetAwsSnsIamPolicy
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}.
#### Initializers
@@ -40,7 +40,7 @@ DataSnowflakeSystemGetAwsSnsIamPolicy.Builder.create(Construct scope, java.lang.
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| awsSnsTopicArn | java.lang.String | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
Amazon Resource Name (ARN) of the SNS topic for your S3 bucket.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -451,7 +451,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetAwsS
The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -715,7 +715,7 @@ DataSnowflakeSystemGetAwsSnsIamPolicyConfig.builder()
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
| awsSnsTopicArn | java.lang.String | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. |
---
@@ -799,7 +799,7 @@ public java.lang.String getAwsSnsTopicArn();
Amazon Resource Name (ARN) of the SNS topic for your S3 bucket.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn}
---
@@ -811,7 +811,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.python.md b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.python.md
index d8562939e..f6238336a 100644
--- a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.python.md
+++ b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGetAwsSnsIamPolicy
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}.
#### Initializers
@@ -38,7 +38,7 @@ dataSnowflakeSystemGetAwsSnsIamPolicy.DataSnowflakeSystemGetAwsSnsIamPolicy(
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| aws_sns_topic_arn | str | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
Amazon Resource Name (ARN) of the SNS topic for your S3 bucket.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn}
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -485,7 +485,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetAwsS
The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -745,7 +745,7 @@ dataSnowflakeSystemGetAwsSnsIamPolicy.DataSnowflakeSystemGetAwsSnsIamPolicyConfi
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| aws_sns_topic_arn | str | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. |
---
@@ -829,7 +829,7 @@ aws_sns_topic_arn: str
Amazon Resource Name (ARN) of the SNS topic for your S3 bucket.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn}
---
@@ -841,7 +841,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.typescript.md b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.typescript.md
index 514923b9f..c9838fdc4 100644
--- a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.typescript.md
+++ b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGetAwsSnsIamPolicy
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetAwsS
The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -622,7 +622,7 @@ const dataSnowflakeSystemGetAwsSnsIamPolicyConfig: dataSnowflakeSystemGetAwsSnsI
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| awsSnsTopicArn | string | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. |
---
@@ -706,7 +706,7 @@ public readonly awsSnsTopicArn: string;
Amazon Resource Name (ARN) of the SNS topic for your S3 bucket.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn}
---
@@ -718,7 +718,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGetPrivatelinkConfig.csharp.md b/docs/dataSnowflakeSystemGetPrivatelinkConfig.csharp.md
index 4d4a18781..8b593381e 100644
--- a/docs/dataSnowflakeSystemGetPrivatelinkConfig.csharp.md
+++ b/docs/dataSnowflakeSystemGetPrivatelinkConfig.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGetPrivatelinkConfig
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetPriv
The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use
---
@@ -696,7 +696,7 @@ new DataSnowflakeSystemGetPrivatelinkConfigConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. |
---
@@ -778,7 +778,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGetPrivatelinkConfig.go.md b/docs/dataSnowflakeSystemGetPrivatelinkConfig.go.md
index ac928996e..bc5c903a3 100644
--- a/docs/dataSnowflakeSystemGetPrivatelinkConfig.go.md
+++ b/docs/dataSnowflakeSystemGetPrivatelinkConfig.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGetPrivatelinkConfig
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetPriv
The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use
---
@@ -696,7 +696,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. |
---
@@ -778,7 +778,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGetPrivatelinkConfig.java.md b/docs/dataSnowflakeSystemGetPrivatelinkConfig.java.md
index a1b5eea77..42303837e 100644
--- a/docs/dataSnowflakeSystemGetPrivatelinkConfig.java.md
+++ b/docs/dataSnowflakeSystemGetPrivatelinkConfig.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGetPrivatelinkConfig
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}.
#### Initializers
@@ -38,7 +38,7 @@ DataSnowflakeSystemGetPrivatelinkConfig.Builder.create(Construct scope, java.lan
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. |
---
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetPriv
The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use
---
@@ -767,7 +767,7 @@ DataSnowflakeSystemGetPrivatelinkConfigConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. |
---
@@ -849,7 +849,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGetPrivatelinkConfig.python.md b/docs/dataSnowflakeSystemGetPrivatelinkConfig.python.md
index 85fde5b61..deb9037d7 100644
--- a/docs/dataSnowflakeSystemGetPrivatelinkConfig.python.md
+++ b/docs/dataSnowflakeSystemGetPrivatelinkConfig.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGetPrivatelinkConfig
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}.
#### Initializers
@@ -36,7 +36,7 @@ dataSnowflakeSystemGetPrivatelinkConfig.DataSnowflakeSystemGetPrivatelinkConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. |
---
@@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -473,7 +473,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetPriv
The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use
---
@@ -797,7 +797,7 @@ dataSnowflakeSystemGetPrivatelinkConfig.DataSnowflakeSystemGetPrivatelinkConfigC
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. |
---
@@ -879,7 +879,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGetPrivatelinkConfig.typescript.md b/docs/dataSnowflakeSystemGetPrivatelinkConfig.typescript.md
index b0cda7e5c..2fb78b022 100644
--- a/docs/dataSnowflakeSystemGetPrivatelinkConfig.typescript.md
+++ b/docs/dataSnowflakeSystemGetPrivatelinkConfig.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGetPrivatelinkConfig
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetPriv
The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use
---
@@ -687,7 +687,7 @@ const dataSnowflakeSystemGetPrivatelinkConfigConfig: dataSnowflakeSystemGetPriva
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. |
---
@@ -769,7 +769,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.csharp.md b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.csharp.md
index 9278eae83..b99c5fc25 100644
--- a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.csharp.md
+++ b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGetSnowflakePlatformInfo
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetSnow
The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use
---
@@ -619,7 +619,7 @@ new DataSnowflakeSystemGetSnowflakePlatformInfoConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. |
---
@@ -701,7 +701,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.go.md b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.go.md
index df9c9ed03..ac970b55e 100644
--- a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.go.md
+++ b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGetSnowflakePlatformInfo
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetSnow
The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use
---
@@ -619,7 +619,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. |
---
@@ -701,7 +701,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.java.md b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.java.md
index 2f08322b6..7c2bbadf3 100644
--- a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.java.md
+++ b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGetSnowflakePlatformInfo
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}.
#### Initializers
@@ -38,7 +38,7 @@ DataSnowflakeSystemGetSnowflakePlatformInfo.Builder.create(Construct scope, java
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. |
---
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -439,7 +439,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetSnow
The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use
---
@@ -690,7 +690,7 @@ DataSnowflakeSystemGetSnowflakePlatformInfoConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. |
---
@@ -772,7 +772,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.python.md b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.python.md
index 4692fe82d..e6c33d309 100644
--- a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.python.md
+++ b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGetSnowflakePlatformInfo
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}.
#### Initializers
@@ -36,7 +36,7 @@ dataSnowflakeSystemGetSnowflakePlatformInfo.DataSnowflakeSystemGetSnowflakePlatf
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. |
---
@@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -473,7 +473,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetSnow
The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use
---
@@ -720,7 +720,7 @@ dataSnowflakeSystemGetSnowflakePlatformInfo.DataSnowflakeSystemGetSnowflakePlatf
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. |
---
@@ -802,7 +802,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.typescript.md b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.typescript.md
index fb82d9448..9f4d4379b 100644
--- a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.typescript.md
+++ b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeSystemGetSnowflakePlatformInfo
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetSnow
The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use
---
@@ -610,7 +610,7 @@ const dataSnowflakeSystemGetSnowflakePlatformInfoConfig: dataSnowflakeSystemGetS
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. |
---
@@ -692,7 +692,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeTables.csharp.md b/docs/dataSnowflakeTables.csharp.md
index c9948f56e..5a8f98231 100644
--- a/docs/dataSnowflakeTables.csharp.md
+++ b/docs/dataSnowflakeTables.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeTables
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables snowflake_tables}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables snowflake_tables}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeTables to imp
The id of the existing DataSnowflakeTables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ new DataSnowflakeTablesConfig {
| Provisioners | object[] | *No description.* |
| Database | string | The database from which to return the schemas from. |
| Schema | string | The schema from which to return the tables from. |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#id DataSnowflakeTables#id}. |
---
@@ -740,7 +740,7 @@ public string Database { get; set; }
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#database DataSnowflakeTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#database DataSnowflakeTables#database}
---
@@ -754,7 +754,7 @@ public string Schema { get; set; }
The schema from which to return the tables from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#schema DataSnowflakeTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#schema DataSnowflakeTables#schema}
---
@@ -766,7 +766,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#id DataSnowflakeTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeTables.go.md b/docs/dataSnowflakeTables.go.md
index 5fe67ac5a..20d495825 100644
--- a/docs/dataSnowflakeTables.go.md
+++ b/docs/dataSnowflakeTables.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeTables
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables snowflake_tables}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables snowflake_tables}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeTables to imp
The id of the existing DataSnowflakeTables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Provisioners | *[]interface{} | *No description.* |
| Database | *string | The database from which to return the schemas from. |
| Schema | *string | The schema from which to return the tables from. |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#id DataSnowflakeTables#id}. |
---
@@ -740,7 +740,7 @@ Database *string
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#database DataSnowflakeTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#database DataSnowflakeTables#database}
---
@@ -754,7 +754,7 @@ Schema *string
The schema from which to return the tables from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#schema DataSnowflakeTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#schema DataSnowflakeTables#schema}
---
@@ -766,7 +766,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#id DataSnowflakeTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeTables.java.md b/docs/dataSnowflakeTables.java.md
index e357357d8..d1f8dc51b 100644
--- a/docs/dataSnowflakeTables.java.md
+++ b/docs/dataSnowflakeTables.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeTables
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables snowflake_tables}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables snowflake_tables}.
#### Initializers
@@ -42,7 +42,7 @@ DataSnowflakeTables.Builder.create(Construct scope, java.lang.String id)
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the tables from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#id DataSnowflakeTables#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#database DataSnowflakeTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#database DataSnowflakeTables#database}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the tables from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#schema DataSnowflakeTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#schema DataSnowflakeTables#schema}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#id DataSnowflakeTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeTables to imp
The id of the existing DataSnowflakeTables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use
---
@@ -751,7 +751,7 @@ DataSnowflakeTablesConfig.builder()
| provisioners | java.util.List | *No description.* |
| database | java.lang.String | The database from which to return the schemas from. |
| schema | java.lang.String | The schema from which to return the tables from. |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#id DataSnowflakeTables#id}. |
---
@@ -835,7 +835,7 @@ public java.lang.String getDatabase();
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#database DataSnowflakeTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#database DataSnowflakeTables#database}
---
@@ -849,7 +849,7 @@ public java.lang.String getSchema();
The schema from which to return the tables from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#schema DataSnowflakeTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#schema DataSnowflakeTables#schema}
---
@@ -861,7 +861,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#id DataSnowflakeTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeTables.python.md b/docs/dataSnowflakeTables.python.md
index 4c27e6750..ee6380655 100644
--- a/docs/dataSnowflakeTables.python.md
+++ b/docs/dataSnowflakeTables.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeTables
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables snowflake_tables}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables snowflake_tables}.
#### Initializers
@@ -40,7 +40,7 @@ dataSnowflakeTables.DataSnowflakeTables(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the tables from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#id DataSnowflakeTables#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#database DataSnowflakeTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#database DataSnowflakeTables#database}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
The schema from which to return the tables from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#schema DataSnowflakeTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#schema DataSnowflakeTables#schema}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#id DataSnowflakeTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataSnowflakeTables to imp
The id of the existing DataSnowflakeTables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use
---
@@ -781,7 +781,7 @@ dataSnowflakeTables.DataSnowflakeTablesConfig(
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
| database | str | The database from which to return the schemas from. |
| schema | str | The schema from which to return the tables from. |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#id DataSnowflakeTables#id}. |
---
@@ -865,7 +865,7 @@ database: str
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#database DataSnowflakeTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#database DataSnowflakeTables#database}
---
@@ -879,7 +879,7 @@ schema: str
The schema from which to return the tables from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#schema DataSnowflakeTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#schema DataSnowflakeTables#schema}
---
@@ -891,7 +891,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#id DataSnowflakeTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeTables.typescript.md b/docs/dataSnowflakeTables.typescript.md
index 3d5b7156f..fb910af7b 100644
--- a/docs/dataSnowflakeTables.typescript.md
+++ b/docs/dataSnowflakeTables.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeTables
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables snowflake_tables}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables snowflake_tables}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeTables to imp
The id of the existing DataSnowflakeTables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use
---
@@ -645,7 +645,7 @@ const dataSnowflakeTablesConfig: dataSnowflakeTables.DataSnowflakeTablesConfig =
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
| database | string | The database from which to return the schemas from. |
| schema | string | The schema from which to return the tables from. |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#id DataSnowflakeTables#id}. |
---
@@ -729,7 +729,7 @@ public readonly database: string;
The database from which to return the schemas from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#database DataSnowflakeTables#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#database DataSnowflakeTables#database}
---
@@ -743,7 +743,7 @@ public readonly schema: string;
The schema from which to return the tables from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#schema DataSnowflakeTables#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#schema DataSnowflakeTables#schema}
---
@@ -755,7 +755,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#id DataSnowflakeTables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataSnowflakeTags.csharp.md b/docs/dataSnowflakeTags.csharp.md
index 4ada41c09..be9c15366 100644
--- a/docs/dataSnowflakeTags.csharp.md
+++ b/docs/dataSnowflakeTags.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeTags
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags snowflake_tags}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags snowflake_tags}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataSnowflakeTags to impor
The id of the existing DataSnowflakeTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
---
@@ -681,7 +681,7 @@ new DataSnowflakeTagsConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. |
| In | DataSnowflakeTagsIn | in block. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
@@ -765,7 +765,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -782,7 +782,7 @@ public DataSnowflakeTagsIn In { get; set; }
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#in DataSnowflakeTags#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#in DataSnowflakeTags#in}
---
@@ -796,7 +796,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#like DataSnowflakeTags#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#like DataSnowflakeTags#like}
---
@@ -838,7 +838,7 @@ public object Account { get; set; }
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#account DataSnowflakeTags#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#account DataSnowflakeTags#account}
---
@@ -852,7 +852,7 @@ public string Application { get; set; }
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application DataSnowflakeTags#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application DataSnowflakeTags#application}
---
@@ -866,7 +866,7 @@ public string ApplicationPackage { get; set; }
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application_package DataSnowflakeTags#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application_package DataSnowflakeTags#application_package}
---
@@ -880,7 +880,7 @@ public string Database { get; set; }
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#database DataSnowflakeTags#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#database DataSnowflakeTags#database}
---
@@ -894,7 +894,7 @@ public string Schema { get; set; }
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#schema DataSnowflakeTags#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#schema DataSnowflakeTags#schema}
---
diff --git a/docs/dataSnowflakeTags.go.md b/docs/dataSnowflakeTags.go.md
index a12d59a34..397ac2221 100644
--- a/docs/dataSnowflakeTags.go.md
+++ b/docs/dataSnowflakeTags.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeTags
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags snowflake_tags}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags snowflake_tags}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataSnowflakeTags to impor
The id of the existing DataSnowflakeTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
---
@@ -681,7 +681,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. |
| In | DataSnowflakeTagsIn | in block. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
@@ -765,7 +765,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -782,7 +782,7 @@ In DataSnowflakeTagsIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#in DataSnowflakeTags#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#in DataSnowflakeTags#in}
---
@@ -796,7 +796,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#like DataSnowflakeTags#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#like DataSnowflakeTags#like}
---
@@ -838,7 +838,7 @@ Account interface{}
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#account DataSnowflakeTags#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#account DataSnowflakeTags#account}
---
@@ -852,7 +852,7 @@ Application *string
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application DataSnowflakeTags#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application DataSnowflakeTags#application}
---
@@ -866,7 +866,7 @@ ApplicationPackage *string
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application_package DataSnowflakeTags#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application_package DataSnowflakeTags#application_package}
---
@@ -880,7 +880,7 @@ Database *string
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#database DataSnowflakeTags#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#database DataSnowflakeTags#database}
---
@@ -894,7 +894,7 @@ Schema *string
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#schema DataSnowflakeTags#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#schema DataSnowflakeTags#schema}
---
diff --git a/docs/dataSnowflakeTags.java.md b/docs/dataSnowflakeTags.java.md
index 1696f9a2c..06d9984c8 100644
--- a/docs/dataSnowflakeTags.java.md
+++ b/docs/dataSnowflakeTags.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeTags
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags snowflake_tags}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags snowflake_tags}.
#### Initializers
@@ -40,7 +40,7 @@ DataSnowflakeTags.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. |
| in | DataSnowflakeTagsIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -123,7 +123,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#in DataSnowflakeTags#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#in DataSnowflakeTags#in}
---
@@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#like DataSnowflakeTags#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#like DataSnowflakeTags#like}
---
@@ -490,7 +490,7 @@ The construct id used in the generated config for the DataSnowflakeTags to impor
The id of the existing DataSnowflakeTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
---
@@ -776,7 +776,7 @@ DataSnowflakeTagsConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. |
| in | DataSnowflakeTagsIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
@@ -860,7 +860,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -877,7 +877,7 @@ public DataSnowflakeTagsIn getIn();
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#in DataSnowflakeTags#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#in DataSnowflakeTags#in}
---
@@ -891,7 +891,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#like DataSnowflakeTags#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#like DataSnowflakeTags#like}
---
@@ -934,7 +934,7 @@ public java.lang.Object getAccount();
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#account DataSnowflakeTags#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#account DataSnowflakeTags#account}
---
@@ -948,7 +948,7 @@ public java.lang.String getApplication();
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application DataSnowflakeTags#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application DataSnowflakeTags#application}
---
@@ -962,7 +962,7 @@ public java.lang.String getApplicationPackage();
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application_package DataSnowflakeTags#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application_package DataSnowflakeTags#application_package}
---
@@ -976,7 +976,7 @@ public java.lang.String getDatabase();
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#database DataSnowflakeTags#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#database DataSnowflakeTags#database}
---
@@ -990,7 +990,7 @@ public java.lang.String getSchema();
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#schema DataSnowflakeTags#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#schema DataSnowflakeTags#schema}
---
diff --git a/docs/dataSnowflakeTags.python.md b/docs/dataSnowflakeTags.python.md
index c12c6afc7..a05146628 100644
--- a/docs/dataSnowflakeTags.python.md
+++ b/docs/dataSnowflakeTags.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeTags
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags snowflake_tags}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags snowflake_tags}.
#### Initializers
@@ -38,7 +38,7 @@ dataSnowflakeTags.DataSnowflakeTags(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. |
| in | DataSnowflakeTagsIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#in DataSnowflakeTags#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#in DataSnowflakeTags#in}
---
@@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#like DataSnowflakeTags#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#like DataSnowflakeTags#like}
---
@@ -398,7 +398,7 @@ def put_in(
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#account DataSnowflakeTags#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#account DataSnowflakeTags#account}
---
@@ -408,7 +408,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application DataSnowflakeTags#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application DataSnowflakeTags#application}
---
@@ -418,7 +418,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application_package DataSnowflakeTags#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application_package DataSnowflakeTags#application_package}
---
@@ -428,7 +428,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#database DataSnowflakeTags#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#database DataSnowflakeTags#database}
---
@@ -438,7 +438,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#schema DataSnowflakeTags#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#schema DataSnowflakeTags#schema}
---
@@ -574,7 +574,7 @@ The construct id used in the generated config for the DataSnowflakeTags to impor
The id of the existing DataSnowflakeTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
---
@@ -856,7 +856,7 @@ dataSnowflakeTags.DataSnowflakeTagsConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. |
| in | DataSnowflakeTagsIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
@@ -940,7 +940,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -957,7 +957,7 @@ in: DataSnowflakeTagsIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#in DataSnowflakeTags#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#in DataSnowflakeTags#in}
---
@@ -971,7 +971,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#like DataSnowflakeTags#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#like DataSnowflakeTags#like}
---
@@ -1013,7 +1013,7 @@ account: typing.Union[bool, IResolvable]
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#account DataSnowflakeTags#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#account DataSnowflakeTags#account}
---
@@ -1027,7 +1027,7 @@ application: str
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application DataSnowflakeTags#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application DataSnowflakeTags#application}
---
@@ -1041,7 +1041,7 @@ application_package: str
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application_package DataSnowflakeTags#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application_package DataSnowflakeTags#application_package}
---
@@ -1055,7 +1055,7 @@ database: str
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#database DataSnowflakeTags#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#database DataSnowflakeTags#database}
---
@@ -1069,7 +1069,7 @@ schema: str
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#schema DataSnowflakeTags#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#schema DataSnowflakeTags#schema}
---
diff --git a/docs/dataSnowflakeTags.typescript.md b/docs/dataSnowflakeTags.typescript.md
index c57dcc8b2..62531fdbd 100644
--- a/docs/dataSnowflakeTags.typescript.md
+++ b/docs/dataSnowflakeTags.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeTags
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags snowflake_tags}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags snowflake_tags}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataSnowflakeTags to impor
The id of the existing DataSnowflakeTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
---
@@ -670,7 +670,7 @@ const dataSnowflakeTagsConfig: dataSnowflakeTags.DataSnowflakeTagsConfig = { ...
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. |
| in | DataSnowflakeTagsIn | in block. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
@@ -754,7 +754,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -771,7 +771,7 @@ public readonly in: DataSnowflakeTagsIn;
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#in DataSnowflakeTags#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#in DataSnowflakeTags#in}
---
@@ -785,7 +785,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#like DataSnowflakeTags#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#like DataSnowflakeTags#like}
---
@@ -821,7 +821,7 @@ public readonly account: boolean | IResolvable;
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#account DataSnowflakeTags#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#account DataSnowflakeTags#account}
---
@@ -835,7 +835,7 @@ public readonly application: string;
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application DataSnowflakeTags#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application DataSnowflakeTags#application}
---
@@ -849,7 +849,7 @@ public readonly applicationPackage: string;
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application_package DataSnowflakeTags#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application_package DataSnowflakeTags#application_package}
---
@@ -863,7 +863,7 @@ public readonly database: string;
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#database DataSnowflakeTags#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#database DataSnowflakeTags#database}
---
@@ -877,7 +877,7 @@ public readonly schema: string;
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#schema DataSnowflakeTags#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#schema DataSnowflakeTags#schema}
---
diff --git a/docs/dataSnowflakeTasks.csharp.md b/docs/dataSnowflakeTasks.csharp.md
index 4773afff0..eb5931d85 100644
--- a/docs/dataSnowflakeTasks.csharp.md
+++ b/docs/dataSnowflakeTasks.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeTasks
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks snowflake_tasks}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks snowflake_tasks}.
#### Initializers
@@ -440,7 +440,7 @@ The construct id used in the generated config for the DataSnowflakeTasks to impo
The id of the existing DataSnowflakeTasks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use
---
@@ -814,7 +814,7 @@ new DataSnowflakeTasksConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}. |
| In | DataSnowflakeTasksIn | in block. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeTasksLimit | limit block. |
@@ -902,7 +902,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -919,7 +919,7 @@ public DataSnowflakeTasksIn In { get; set; }
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#in DataSnowflakeTasks#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#in DataSnowflakeTasks#in}
---
@@ -933,7 +933,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#like DataSnowflakeTasks#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#like DataSnowflakeTasks#like}
---
@@ -947,7 +947,7 @@ public DataSnowflakeTasksLimit Limit { get; set; }
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#limit DataSnowflakeTasks#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#limit DataSnowflakeTasks#limit}
---
@@ -961,7 +961,7 @@ public object RootOnly { get; set; }
Filters the command output to return only root tasks (tasks with no predecessors).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only}
---
@@ -975,7 +975,7 @@ public string StartsWith { get; set; }
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with}
---
@@ -991,7 +991,7 @@ Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the
By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters}
---
@@ -1033,7 +1033,7 @@ public object Account { get; set; }
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#account DataSnowflakeTasks#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#account DataSnowflakeTasks#account}
---
@@ -1047,7 +1047,7 @@ public string Application { get; set; }
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application DataSnowflakeTasks#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application DataSnowflakeTasks#application}
---
@@ -1061,7 +1061,7 @@ public string ApplicationPackage { get; set; }
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package}
---
@@ -1075,7 +1075,7 @@ public string Database { get; set; }
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#database DataSnowflakeTasks#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#database DataSnowflakeTasks#database}
---
@@ -1089,7 +1089,7 @@ public string Schema { get; set; }
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#schema DataSnowflakeTasks#schema}
---
@@ -1125,7 +1125,7 @@ public double Rows { get; set; }
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#rows DataSnowflakeTasks#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#rows DataSnowflakeTasks#rows}
---
@@ -1141,7 +1141,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#from DataSnowflakeTasks#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#from DataSnowflakeTasks#from}
---
diff --git a/docs/dataSnowflakeTasks.go.md b/docs/dataSnowflakeTasks.go.md
index 05fa8d00e..c3686f36b 100644
--- a/docs/dataSnowflakeTasks.go.md
+++ b/docs/dataSnowflakeTasks.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeTasks
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks snowflake_tasks}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks snowflake_tasks}.
#### Initializers
@@ -440,7 +440,7 @@ The construct id used in the generated config for the DataSnowflakeTasks to impo
The id of the existing DataSnowflakeTasks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use
---
@@ -814,7 +814,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}. |
| In | DataSnowflakeTasksIn | in block. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeTasksLimit | limit block. |
@@ -902,7 +902,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -919,7 +919,7 @@ In DataSnowflakeTasksIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#in DataSnowflakeTasks#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#in DataSnowflakeTasks#in}
---
@@ -933,7 +933,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#like DataSnowflakeTasks#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#like DataSnowflakeTasks#like}
---
@@ -947,7 +947,7 @@ Limit DataSnowflakeTasksLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#limit DataSnowflakeTasks#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#limit DataSnowflakeTasks#limit}
---
@@ -961,7 +961,7 @@ RootOnly interface{}
Filters the command output to return only root tasks (tasks with no predecessors).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only}
---
@@ -975,7 +975,7 @@ StartsWith *string
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with}
---
@@ -991,7 +991,7 @@ Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the
By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters}
---
@@ -1033,7 +1033,7 @@ Account interface{}
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#account DataSnowflakeTasks#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#account DataSnowflakeTasks#account}
---
@@ -1047,7 +1047,7 @@ Application *string
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application DataSnowflakeTasks#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application DataSnowflakeTasks#application}
---
@@ -1061,7 +1061,7 @@ ApplicationPackage *string
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package}
---
@@ -1075,7 +1075,7 @@ Database *string
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#database DataSnowflakeTasks#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#database DataSnowflakeTasks#database}
---
@@ -1089,7 +1089,7 @@ Schema *string
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#schema DataSnowflakeTasks#schema}
---
@@ -1125,7 +1125,7 @@ Rows *f64
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#rows DataSnowflakeTasks#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#rows DataSnowflakeTasks#rows}
---
@@ -1141,7 +1141,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#from DataSnowflakeTasks#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#from DataSnowflakeTasks#from}
---
diff --git a/docs/dataSnowflakeTasks.java.md b/docs/dataSnowflakeTasks.java.md
index 3137889f6..c8f8173c0 100644
--- a/docs/dataSnowflakeTasks.java.md
+++ b/docs/dataSnowflakeTasks.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeTasks
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks snowflake_tasks}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks snowflake_tasks}.
#### Initializers
@@ -46,7 +46,7 @@ DataSnowflakeTasks.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}. |
| in | DataSnowflakeTasksIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeTasksLimit | limit block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#in DataSnowflakeTasks#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#in DataSnowflakeTasks#in}
---
@@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#like DataSnowflakeTasks#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#like DataSnowflakeTasks#like}
---
@@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#limit DataSnowflakeTasks#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#limit DataSnowflakeTasks#limit}
---
@@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the command output to return only root tasks (tasks with no predecessors).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only}
---
@@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with}
---
@@ -185,7 +185,7 @@ Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the
By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters}
---
@@ -583,7 +583,7 @@ The construct id used in the generated config for the DataSnowflakeTasks to impo
The id of the existing DataSnowflakeTasks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use
---
@@ -963,7 +963,7 @@ DataSnowflakeTasksConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}. |
| in | DataSnowflakeTasksIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeTasksLimit | limit block. |
@@ -1051,7 +1051,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1068,7 +1068,7 @@ public DataSnowflakeTasksIn getIn();
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#in DataSnowflakeTasks#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#in DataSnowflakeTasks#in}
---
@@ -1082,7 +1082,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#like DataSnowflakeTasks#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#like DataSnowflakeTasks#like}
---
@@ -1096,7 +1096,7 @@ public DataSnowflakeTasksLimit getLimit();
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#limit DataSnowflakeTasks#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#limit DataSnowflakeTasks#limit}
---
@@ -1110,7 +1110,7 @@ public java.lang.Object getRootOnly();
Filters the command output to return only root tasks (tasks with no predecessors).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only}
---
@@ -1124,7 +1124,7 @@ public java.lang.String getStartsWith();
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with}
---
@@ -1140,7 +1140,7 @@ Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the
By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters}
---
@@ -1183,7 +1183,7 @@ public java.lang.Object getAccount();
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#account DataSnowflakeTasks#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#account DataSnowflakeTasks#account}
---
@@ -1197,7 +1197,7 @@ public java.lang.String getApplication();
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application DataSnowflakeTasks#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application DataSnowflakeTasks#application}
---
@@ -1211,7 +1211,7 @@ public java.lang.String getApplicationPackage();
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package}
---
@@ -1225,7 +1225,7 @@ public java.lang.String getDatabase();
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#database DataSnowflakeTasks#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#database DataSnowflakeTasks#database}
---
@@ -1239,7 +1239,7 @@ public java.lang.String getSchema();
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#schema DataSnowflakeTasks#schema}
---
@@ -1275,7 +1275,7 @@ public java.lang.Number getRows();
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#rows DataSnowflakeTasks#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#rows DataSnowflakeTasks#rows}
---
@@ -1291,7 +1291,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#from DataSnowflakeTasks#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#from DataSnowflakeTasks#from}
---
diff --git a/docs/dataSnowflakeTasks.python.md b/docs/dataSnowflakeTasks.python.md
index 0acba54f5..6a409fd5c 100644
--- a/docs/dataSnowflakeTasks.python.md
+++ b/docs/dataSnowflakeTasks.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeTasks
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks snowflake_tasks}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks snowflake_tasks}.
#### Initializers
@@ -42,7 +42,7 @@ dataSnowflakeTasks.DataSnowflakeTasks(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}. |
| in | DataSnowflakeTasksIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeTasksLimit | limit block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -129,7 +129,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#in DataSnowflakeTasks#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#in DataSnowflakeTasks#in}
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#like DataSnowflakeTasks#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#like DataSnowflakeTasks#like}
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#limit DataSnowflakeTasks#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#limit DataSnowflakeTasks#limit}
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the command output to return only root tasks (tasks with no predecessors).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only}
---
@@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with}
---
@@ -181,7 +181,7 @@ Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the
By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters}
---
@@ -453,7 +453,7 @@ def put_in(
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#account DataSnowflakeTasks#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#account DataSnowflakeTasks#account}
---
@@ -463,7 +463,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application DataSnowflakeTasks#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application DataSnowflakeTasks#application}
---
@@ -473,7 +473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package}
---
@@ -483,7 +483,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#database DataSnowflakeTasks#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#database DataSnowflakeTasks#database}
---
@@ -493,7 +493,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#schema DataSnowflakeTasks#schema}
---
@@ -512,7 +512,7 @@ def put_limit(
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#rows DataSnowflakeTasks#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#rows DataSnowflakeTasks#rows}
---
@@ -524,7 +524,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#from DataSnowflakeTasks#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#from DataSnowflakeTasks#from}
---
@@ -684,7 +684,7 @@ The construct id used in the generated config for the DataSnowflakeTasks to impo
The id of the existing DataSnowflakeTasks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use
---
@@ -1058,7 +1058,7 @@ dataSnowflakeTasks.DataSnowflakeTasksConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}. |
| in | DataSnowflakeTasksIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeTasksLimit | limit block. |
@@ -1146,7 +1146,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1163,7 +1163,7 @@ in: DataSnowflakeTasksIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#in DataSnowflakeTasks#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#in DataSnowflakeTasks#in}
---
@@ -1177,7 +1177,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#like DataSnowflakeTasks#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#like DataSnowflakeTasks#like}
---
@@ -1191,7 +1191,7 @@ limit: DataSnowflakeTasksLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#limit DataSnowflakeTasks#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#limit DataSnowflakeTasks#limit}
---
@@ -1205,7 +1205,7 @@ root_only: typing.Union[bool, IResolvable]
Filters the command output to return only root tasks (tasks with no predecessors).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only}
---
@@ -1219,7 +1219,7 @@ starts_with: str
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with}
---
@@ -1235,7 +1235,7 @@ Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the
By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters}
---
@@ -1277,7 +1277,7 @@ account: typing.Union[bool, IResolvable]
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#account DataSnowflakeTasks#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#account DataSnowflakeTasks#account}
---
@@ -1291,7 +1291,7 @@ application: str
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application DataSnowflakeTasks#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application DataSnowflakeTasks#application}
---
@@ -1305,7 +1305,7 @@ application_package: str
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package}
---
@@ -1319,7 +1319,7 @@ database: str
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#database DataSnowflakeTasks#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#database DataSnowflakeTasks#database}
---
@@ -1333,7 +1333,7 @@ schema: str
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#schema DataSnowflakeTasks#schema}
---
@@ -1369,7 +1369,7 @@ rows: typing.Union[int, float]
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#rows DataSnowflakeTasks#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#rows DataSnowflakeTasks#rows}
---
@@ -1385,7 +1385,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#from DataSnowflakeTasks#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#from DataSnowflakeTasks#from}
---
diff --git a/docs/dataSnowflakeTasks.typescript.md b/docs/dataSnowflakeTasks.typescript.md
index 4558bd61c..c4d50b45c 100644
--- a/docs/dataSnowflakeTasks.typescript.md
+++ b/docs/dataSnowflakeTasks.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeTasks
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks snowflake_tasks}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks snowflake_tasks}.
#### Initializers
@@ -440,7 +440,7 @@ The construct id used in the generated config for the DataSnowflakeTasks to impo
The id of the existing DataSnowflakeTasks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use
---
@@ -799,7 +799,7 @@ const dataSnowflakeTasksConfig: dataSnowflakeTasks.DataSnowflakeTasksConfig = {
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}. |
| in | DataSnowflakeTasksIn | in block. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeTasksLimit | limit block. |
@@ -887,7 +887,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -904,7 +904,7 @@ public readonly in: DataSnowflakeTasksIn;
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#in DataSnowflakeTasks#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#in DataSnowflakeTasks#in}
---
@@ -918,7 +918,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#like DataSnowflakeTasks#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#like DataSnowflakeTasks#like}
---
@@ -932,7 +932,7 @@ public readonly limit: DataSnowflakeTasksLimit;
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#limit DataSnowflakeTasks#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#limit DataSnowflakeTasks#limit}
---
@@ -946,7 +946,7 @@ public readonly rootOnly: boolean | IResolvable;
Filters the command output to return only root tasks (tasks with no predecessors).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only}
---
@@ -960,7 +960,7 @@ public readonly startsWith: string;
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with}
---
@@ -976,7 +976,7 @@ Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the
By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters}
---
@@ -1012,7 +1012,7 @@ public readonly account: boolean | IResolvable;
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#account DataSnowflakeTasks#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#account DataSnowflakeTasks#account}
---
@@ -1026,7 +1026,7 @@ public readonly application: string;
Returns records for the specified application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application DataSnowflakeTasks#application}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application DataSnowflakeTasks#application}
---
@@ -1040,7 +1040,7 @@ public readonly applicationPackage: string;
Returns records for the specified application package.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package}
---
@@ -1054,7 +1054,7 @@ public readonly database: string;
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#database DataSnowflakeTasks#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#database DataSnowflakeTasks#database}
---
@@ -1068,7 +1068,7 @@ public readonly schema: string;
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#schema DataSnowflakeTasks#schema}
---
@@ -1101,7 +1101,7 @@ public readonly rows: number;
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#rows DataSnowflakeTasks#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#rows DataSnowflakeTasks#rows}
---
@@ -1117,7 +1117,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#from DataSnowflakeTasks#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#from DataSnowflakeTasks#from}
---
diff --git a/docs/dataSnowflakeUsers.csharp.md b/docs/dataSnowflakeUsers.csharp.md
index 5e47aca92..dc3acfebf 100644
--- a/docs/dataSnowflakeUsers.csharp.md
+++ b/docs/dataSnowflakeUsers.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeUsers
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users snowflake_users}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users snowflake_users}.
#### Initializers
@@ -420,7 +420,7 @@ The construct id used in the generated config for the DataSnowflakeUsers to impo
The id of the existing DataSnowflakeUsers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
---
@@ -771,7 +771,7 @@ new DataSnowflakeUsersConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeUsersLimit | limit block. |
| StartsWith | string | Filters the output with **case-sensitive** characters indicating the beginning of the object name. |
@@ -858,7 +858,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -875,7 +875,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#like DataSnowflakeUsers#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#like DataSnowflakeUsers#like}
---
@@ -889,7 +889,7 @@ public DataSnowflakeUsersLimit Limit { get; set; }
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#limit DataSnowflakeUsers#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#limit DataSnowflakeUsers#limit}
---
@@ -903,7 +903,7 @@ public string StartsWith { get; set; }
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with}
---
@@ -919,7 +919,7 @@ Runs DESC USER for each user returned by SHOW USERS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe}
---
@@ -935,7 +935,7 @@ Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters}
---
@@ -971,7 +971,7 @@ public double Rows { get; set; }
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#rows DataSnowflakeUsers#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#rows DataSnowflakeUsers#rows}
---
@@ -987,7 +987,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#from DataSnowflakeUsers#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#from DataSnowflakeUsers#from}
---
diff --git a/docs/dataSnowflakeUsers.go.md b/docs/dataSnowflakeUsers.go.md
index a309c8da1..14deee0ea 100644
--- a/docs/dataSnowflakeUsers.go.md
+++ b/docs/dataSnowflakeUsers.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeUsers
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users snowflake_users}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users snowflake_users}.
#### Initializers
@@ -420,7 +420,7 @@ The construct id used in the generated config for the DataSnowflakeUsers to impo
The id of the existing DataSnowflakeUsers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
---
@@ -771,7 +771,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeUsersLimit | limit block. |
| StartsWith | *string | Filters the output with **case-sensitive** characters indicating the beginning of the object name. |
@@ -858,7 +858,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -875,7 +875,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#like DataSnowflakeUsers#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#like DataSnowflakeUsers#like}
---
@@ -889,7 +889,7 @@ Limit DataSnowflakeUsersLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#limit DataSnowflakeUsers#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#limit DataSnowflakeUsers#limit}
---
@@ -903,7 +903,7 @@ StartsWith *string
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with}
---
@@ -919,7 +919,7 @@ Runs DESC USER for each user returned by SHOW USERS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe}
---
@@ -935,7 +935,7 @@ Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters}
---
@@ -971,7 +971,7 @@ Rows *f64
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#rows DataSnowflakeUsers#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#rows DataSnowflakeUsers#rows}
---
@@ -987,7 +987,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#from DataSnowflakeUsers#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#from DataSnowflakeUsers#from}
---
diff --git a/docs/dataSnowflakeUsers.java.md b/docs/dataSnowflakeUsers.java.md
index 21f0a5358..b6229a9ce 100644
--- a/docs/dataSnowflakeUsers.java.md
+++ b/docs/dataSnowflakeUsers.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeUsers
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users snowflake_users}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users snowflake_users}.
#### Initializers
@@ -45,7 +45,7 @@ DataSnowflakeUsers.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeUsersLimit | limit block. |
| startsWith | java.lang.String | Filters the output with **case-sensitive** characters indicating the beginning of the object name. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#like DataSnowflakeUsers#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#like DataSnowflakeUsers#like}
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#limit DataSnowflakeUsers#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#limit DataSnowflakeUsers#limit}
---
@@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with}
---
@@ -163,7 +163,7 @@ Runs DESC USER for each user returned by SHOW USERS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe}
---
@@ -175,7 +175,7 @@ Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters}
---
@@ -553,7 +553,7 @@ The construct id used in the generated config for the DataSnowflakeUsers to impo
The id of the existing DataSnowflakeUsers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
---
@@ -910,7 +910,7 @@ DataSnowflakeUsersConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeUsersLimit | limit block. |
| startsWith | java.lang.String | Filters the output with **case-sensitive** characters indicating the beginning of the object name. |
@@ -997,7 +997,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1014,7 +1014,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#like DataSnowflakeUsers#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#like DataSnowflakeUsers#like}
---
@@ -1028,7 +1028,7 @@ public DataSnowflakeUsersLimit getLimit();
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#limit DataSnowflakeUsers#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#limit DataSnowflakeUsers#limit}
---
@@ -1042,7 +1042,7 @@ public java.lang.String getStartsWith();
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with}
---
@@ -1058,7 +1058,7 @@ Runs DESC USER for each user returned by SHOW USERS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe}
---
@@ -1074,7 +1074,7 @@ Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters}
---
@@ -1110,7 +1110,7 @@ public java.lang.Number getRows();
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#rows DataSnowflakeUsers#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#rows DataSnowflakeUsers#rows}
---
@@ -1126,7 +1126,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#from DataSnowflakeUsers#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#from DataSnowflakeUsers#from}
---
diff --git a/docs/dataSnowflakeUsers.python.md b/docs/dataSnowflakeUsers.python.md
index 1ace95538..ee734658e 100644
--- a/docs/dataSnowflakeUsers.python.md
+++ b/docs/dataSnowflakeUsers.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeUsers
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users snowflake_users}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users snowflake_users}.
#### Initializers
@@ -41,7 +41,7 @@ dataSnowflakeUsers.DataSnowflakeUsers(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeUsersLimit | limit block. |
| starts_with | str | Filters the output with **case-sensitive** characters indicating the beginning of the object name. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#like DataSnowflakeUsers#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#like DataSnowflakeUsers#like}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#limit DataSnowflakeUsers#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#limit DataSnowflakeUsers#limit}
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with}
---
@@ -159,7 +159,7 @@ Runs DESC USER for each user returned by SHOW USERS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe}
---
@@ -171,7 +171,7 @@ Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters}
---
@@ -438,7 +438,7 @@ def put_limit(
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#rows DataSnowflakeUsers#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#rows DataSnowflakeUsers#rows}
---
@@ -450,7 +450,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#from DataSnowflakeUsers#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#from DataSnowflakeUsers#from}
---
@@ -604,7 +604,7 @@ The construct id used in the generated config for the DataSnowflakeUsers to impo
The id of the existing DataSnowflakeUsers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
---
@@ -955,7 +955,7 @@ dataSnowflakeUsers.DataSnowflakeUsersConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeUsersLimit | limit block. |
| starts_with | str | Filters the output with **case-sensitive** characters indicating the beginning of the object name. |
@@ -1042,7 +1042,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1059,7 +1059,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#like DataSnowflakeUsers#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#like DataSnowflakeUsers#like}
---
@@ -1073,7 +1073,7 @@ limit: DataSnowflakeUsersLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#limit DataSnowflakeUsers#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#limit DataSnowflakeUsers#limit}
---
@@ -1087,7 +1087,7 @@ starts_with: str
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with}
---
@@ -1103,7 +1103,7 @@ Runs DESC USER for each user returned by SHOW USERS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe}
---
@@ -1119,7 +1119,7 @@ Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters}
---
@@ -1155,7 +1155,7 @@ rows: typing.Union[int, float]
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#rows DataSnowflakeUsers#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#rows DataSnowflakeUsers#rows}
---
@@ -1171,7 +1171,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#from DataSnowflakeUsers#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#from DataSnowflakeUsers#from}
---
diff --git a/docs/dataSnowflakeUsers.typescript.md b/docs/dataSnowflakeUsers.typescript.md
index 3c9dd8558..c2dce2994 100644
--- a/docs/dataSnowflakeUsers.typescript.md
+++ b/docs/dataSnowflakeUsers.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeUsers
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users snowflake_users}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users snowflake_users}.
#### Initializers
@@ -420,7 +420,7 @@ The construct id used in the generated config for the DataSnowflakeUsers to impo
The id of the existing DataSnowflakeUsers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
---
@@ -757,7 +757,7 @@ const dataSnowflakeUsersConfig: dataSnowflakeUsers.DataSnowflakeUsersConfig = {
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeUsersLimit | limit block. |
| startsWith | string | Filters the output with **case-sensitive** characters indicating the beginning of the object name. |
@@ -844,7 +844,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -861,7 +861,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#like DataSnowflakeUsers#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#like DataSnowflakeUsers#like}
---
@@ -875,7 +875,7 @@ public readonly limit: DataSnowflakeUsersLimit;
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#limit DataSnowflakeUsers#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#limit DataSnowflakeUsers#limit}
---
@@ -889,7 +889,7 @@ public readonly startsWith: string;
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with}
---
@@ -905,7 +905,7 @@ Runs DESC USER for each user returned by SHOW USERS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe}
---
@@ -921,7 +921,7 @@ Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS.
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters}
---
@@ -954,7 +954,7 @@ public readonly rows: number;
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#rows DataSnowflakeUsers#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#rows DataSnowflakeUsers#rows}
---
@@ -970,7 +970,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#from DataSnowflakeUsers#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#from DataSnowflakeUsers#from}
---
diff --git a/docs/dataSnowflakeViews.csharp.md b/docs/dataSnowflakeViews.csharp.md
index 6be734331..4f6380c37 100644
--- a/docs/dataSnowflakeViews.csharp.md
+++ b/docs/dataSnowflakeViews.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeViews
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views snowflake_views}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views snowflake_views}.
#### Initializers
@@ -433,7 +433,7 @@ The construct id used in the generated config for the DataSnowflakeViews to impo
The id of the existing DataSnowflakeViews that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#import import section} in the documentation of this resource for the id to use
---
@@ -784,7 +784,7 @@ new DataSnowflakeViewsConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}. |
| In | DataSnowflakeViewsIn | in block. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeViewsLimit | limit block. |
@@ -871,7 +871,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -888,7 +888,7 @@ public DataSnowflakeViewsIn In { get; set; }
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#in DataSnowflakeViews#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#in DataSnowflakeViews#in}
---
@@ -902,7 +902,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#like DataSnowflakeViews#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#like DataSnowflakeViews#like}
---
@@ -916,7 +916,7 @@ public DataSnowflakeViewsLimit Limit { get; set; }
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#limit DataSnowflakeViews#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#limit DataSnowflakeViews#limit}
---
@@ -930,7 +930,7 @@ public string StartsWith { get; set; }
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with}
---
@@ -946,7 +946,7 @@ Runs DESC VIEW for each view returned by SHOW VIEWS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe}
---
@@ -984,7 +984,7 @@ public object Account { get; set; }
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#account DataSnowflakeViews#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#account DataSnowflakeViews#account}
---
@@ -998,7 +998,7 @@ public string Database { get; set; }
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#database DataSnowflakeViews#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#database DataSnowflakeViews#database}
---
@@ -1012,7 +1012,7 @@ public string Schema { get; set; }
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#schema DataSnowflakeViews#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#schema DataSnowflakeViews#schema}
---
@@ -1048,7 +1048,7 @@ public double Rows { get; set; }
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#rows DataSnowflakeViews#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#rows DataSnowflakeViews#rows}
---
@@ -1064,7 +1064,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#from DataSnowflakeViews#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#from DataSnowflakeViews#from}
---
diff --git a/docs/dataSnowflakeViews.go.md b/docs/dataSnowflakeViews.go.md
index 49819c3b0..7fb5195a7 100644
--- a/docs/dataSnowflakeViews.go.md
+++ b/docs/dataSnowflakeViews.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeViews
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views snowflake_views}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views snowflake_views}.
#### Initializers
@@ -433,7 +433,7 @@ The construct id used in the generated config for the DataSnowflakeViews to impo
The id of the existing DataSnowflakeViews that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#import import section} in the documentation of this resource for the id to use
---
@@ -784,7 +784,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}. |
| In | DataSnowflakeViewsIn | in block. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| Limit | DataSnowflakeViewsLimit | limit block. |
@@ -871,7 +871,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -888,7 +888,7 @@ In DataSnowflakeViewsIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#in DataSnowflakeViews#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#in DataSnowflakeViews#in}
---
@@ -902,7 +902,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#like DataSnowflakeViews#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#like DataSnowflakeViews#like}
---
@@ -916,7 +916,7 @@ Limit DataSnowflakeViewsLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#limit DataSnowflakeViews#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#limit DataSnowflakeViews#limit}
---
@@ -930,7 +930,7 @@ StartsWith *string
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with}
---
@@ -946,7 +946,7 @@ Runs DESC VIEW for each view returned by SHOW VIEWS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe}
---
@@ -984,7 +984,7 @@ Account interface{}
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#account DataSnowflakeViews#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#account DataSnowflakeViews#account}
---
@@ -998,7 +998,7 @@ Database *string
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#database DataSnowflakeViews#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#database DataSnowflakeViews#database}
---
@@ -1012,7 +1012,7 @@ Schema *string
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#schema DataSnowflakeViews#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#schema DataSnowflakeViews#schema}
---
@@ -1048,7 +1048,7 @@ Rows *f64
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#rows DataSnowflakeViews#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#rows DataSnowflakeViews#rows}
---
@@ -1064,7 +1064,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#from DataSnowflakeViews#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#from DataSnowflakeViews#from}
---
diff --git a/docs/dataSnowflakeViews.java.md b/docs/dataSnowflakeViews.java.md
index e9c7bd070..c049b5bd1 100644
--- a/docs/dataSnowflakeViews.java.md
+++ b/docs/dataSnowflakeViews.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeViews
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views snowflake_views}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views snowflake_views}.
#### Initializers
@@ -44,7 +44,7 @@ DataSnowflakeViews.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}. |
| in | DataSnowflakeViewsIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeViewsLimit | limit block. |
@@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -130,7 +130,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#in DataSnowflakeViews#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#in DataSnowflakeViews#in}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#like DataSnowflakeViews#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#like DataSnowflakeViews#like}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#limit DataSnowflakeViews#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#limit DataSnowflakeViews#limit}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with}
---
@@ -172,7 +172,7 @@ Runs DESC VIEW for each view returned by SHOW VIEWS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe}
---
@@ -563,7 +563,7 @@ The construct id used in the generated config for the DataSnowflakeViews to impo
The id of the existing DataSnowflakeViews that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#import import section} in the documentation of this resource for the id to use
---
@@ -919,7 +919,7 @@ DataSnowflakeViewsConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}. |
| in | DataSnowflakeViewsIn | in block. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeViewsLimit | limit block. |
@@ -1006,7 +1006,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1023,7 +1023,7 @@ public DataSnowflakeViewsIn getIn();
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#in DataSnowflakeViews#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#in DataSnowflakeViews#in}
---
@@ -1037,7 +1037,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#like DataSnowflakeViews#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#like DataSnowflakeViews#like}
---
@@ -1051,7 +1051,7 @@ public DataSnowflakeViewsLimit getLimit();
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#limit DataSnowflakeViews#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#limit DataSnowflakeViews#limit}
---
@@ -1065,7 +1065,7 @@ public java.lang.String getStartsWith();
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with}
---
@@ -1081,7 +1081,7 @@ Runs DESC VIEW for each view returned by SHOW VIEWS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe}
---
@@ -1120,7 +1120,7 @@ public java.lang.Object getAccount();
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#account DataSnowflakeViews#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#account DataSnowflakeViews#account}
---
@@ -1134,7 +1134,7 @@ public java.lang.String getDatabase();
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#database DataSnowflakeViews#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#database DataSnowflakeViews#database}
---
@@ -1148,7 +1148,7 @@ public java.lang.String getSchema();
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#schema DataSnowflakeViews#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#schema DataSnowflakeViews#schema}
---
@@ -1184,7 +1184,7 @@ public java.lang.Number getRows();
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#rows DataSnowflakeViews#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#rows DataSnowflakeViews#rows}
---
@@ -1200,7 +1200,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#from DataSnowflakeViews#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#from DataSnowflakeViews#from}
---
diff --git a/docs/dataSnowflakeViews.python.md b/docs/dataSnowflakeViews.python.md
index 848ee66a9..099943200 100644
--- a/docs/dataSnowflakeViews.python.md
+++ b/docs/dataSnowflakeViews.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeViews
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views snowflake_views}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views snowflake_views}.
#### Initializers
@@ -41,7 +41,7 @@ dataSnowflakeViews.DataSnowflakeViews(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}. |
| in | DataSnowflakeViewsIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeViewsLimit | limit block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#in DataSnowflakeViews#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#in DataSnowflakeViews#in}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#like DataSnowflakeViews#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#like DataSnowflakeViews#like}
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#limit DataSnowflakeViews#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#limit DataSnowflakeViews#limit}
---
@@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with}
---
@@ -169,7 +169,7 @@ Runs DESC VIEW for each view returned by SHOW VIEWS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe}
---
@@ -438,7 +438,7 @@ def put_in(
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#account DataSnowflakeViews#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#account DataSnowflakeViews#account}
---
@@ -448,7 +448,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#database DataSnowflakeViews#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#database DataSnowflakeViews#database}
---
@@ -458,7 +458,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#schema DataSnowflakeViews#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#schema DataSnowflakeViews#schema}
---
@@ -477,7 +477,7 @@ def put_limit(
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#rows DataSnowflakeViews#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#rows DataSnowflakeViews#rows}
---
@@ -489,7 +489,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#from DataSnowflakeViews#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#from DataSnowflakeViews#from}
---
@@ -643,7 +643,7 @@ The construct id used in the generated config for the DataSnowflakeViews to impo
The id of the existing DataSnowflakeViews that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#import import section} in the documentation of this resource for the id to use
---
@@ -994,7 +994,7 @@ dataSnowflakeViews.DataSnowflakeViewsConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}. |
| in | DataSnowflakeViewsIn | in block. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeViewsLimit | limit block. |
@@ -1081,7 +1081,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1098,7 +1098,7 @@ in: DataSnowflakeViewsIn
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#in DataSnowflakeViews#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#in DataSnowflakeViews#in}
---
@@ -1112,7 +1112,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#like DataSnowflakeViews#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#like DataSnowflakeViews#like}
---
@@ -1126,7 +1126,7 @@ limit: DataSnowflakeViewsLimit
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#limit DataSnowflakeViews#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#limit DataSnowflakeViews#limit}
---
@@ -1140,7 +1140,7 @@ starts_with: str
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with}
---
@@ -1156,7 +1156,7 @@ Runs DESC VIEW for each view returned by SHOW VIEWS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe}
---
@@ -1194,7 +1194,7 @@ account: typing.Union[bool, IResolvable]
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#account DataSnowflakeViews#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#account DataSnowflakeViews#account}
---
@@ -1208,7 +1208,7 @@ database: str
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#database DataSnowflakeViews#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#database DataSnowflakeViews#database}
---
@@ -1222,7 +1222,7 @@ schema: str
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#schema DataSnowflakeViews#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#schema DataSnowflakeViews#schema}
---
@@ -1258,7 +1258,7 @@ rows: typing.Union[int, float]
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#rows DataSnowflakeViews#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#rows DataSnowflakeViews#rows}
---
@@ -1274,7 +1274,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#from DataSnowflakeViews#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#from DataSnowflakeViews#from}
---
diff --git a/docs/dataSnowflakeViews.typescript.md b/docs/dataSnowflakeViews.typescript.md
index 6147431a9..d74557c15 100644
--- a/docs/dataSnowflakeViews.typescript.md
+++ b/docs/dataSnowflakeViews.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeViews
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views snowflake_views}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views snowflake_views}.
#### Initializers
@@ -433,7 +433,7 @@ The construct id used in the generated config for the DataSnowflakeViews to impo
The id of the existing DataSnowflakeViews that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#import import section} in the documentation of this resource for the id to use
---
@@ -770,7 +770,7 @@ const dataSnowflakeViewsConfig: dataSnowflakeViews.DataSnowflakeViewsConfig = {
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}. |
| in | DataSnowflakeViewsIn | in block. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| limit | DataSnowflakeViewsLimit | limit block. |
@@ -857,7 +857,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -874,7 +874,7 @@ public readonly in: DataSnowflakeViewsIn;
in block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#in DataSnowflakeViews#in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#in DataSnowflakeViews#in}
---
@@ -888,7 +888,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#like DataSnowflakeViews#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#like DataSnowflakeViews#like}
---
@@ -902,7 +902,7 @@ public readonly limit: DataSnowflakeViewsLimit;
limit block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#limit DataSnowflakeViews#limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#limit DataSnowflakeViews#limit}
---
@@ -916,7 +916,7 @@ public readonly startsWith: string;
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with}
---
@@ -932,7 +932,7 @@ Runs DESC VIEW for each view returned by SHOW VIEWS.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe}
---
@@ -966,7 +966,7 @@ public readonly account: boolean | IResolvable;
Returns records for the entire account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#account DataSnowflakeViews#account}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#account DataSnowflakeViews#account}
---
@@ -980,7 +980,7 @@ public readonly database: string;
Returns records for the current database in use or for a specified database.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#database DataSnowflakeViews#database}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#database DataSnowflakeViews#database}
---
@@ -994,7 +994,7 @@ public readonly schema: string;
Returns records for the current schema in use or a specified schema. Use fully qualified name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#schema DataSnowflakeViews#schema}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#schema DataSnowflakeViews#schema}
---
@@ -1027,7 +1027,7 @@ public readonly rows: number;
The maximum number of rows to return.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#rows DataSnowflakeViews#rows}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#rows DataSnowflakeViews#rows}
---
@@ -1043,7 +1043,7 @@ Specifies a **case-sensitive** pattern that is used to match object name.
After the first match, the limit on the number of rows will be applied.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#from DataSnowflakeViews#from}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#from DataSnowflakeViews#from}
---
diff --git a/docs/dataSnowflakeWarehouses.csharp.md b/docs/dataSnowflakeWarehouses.csharp.md
index 9b280aa45..5c2b7280a 100644
--- a/docs/dataSnowflakeWarehouses.csharp.md
+++ b/docs/dataSnowflakeWarehouses.csharp.md
@@ -4,7 +4,7 @@
### DataSnowflakeWarehouses
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses snowflake_warehouses}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses snowflake_warehouses}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataSnowflakeWarehouses to
The id of the existing DataSnowflakeWarehouses that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use
---
@@ -698,7 +698,7 @@ new DataSnowflakeWarehousesConfig {
| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* |
| Provisioners | object[] | *No description.* |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. |
| Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| WithDescribe | object | Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. |
| WithParameters | object | Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. |
@@ -783,7 +783,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -800,7 +800,7 @@ public string Like { get; set; }
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like}
---
@@ -816,7 +816,7 @@ Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe}
---
@@ -832,7 +832,7 @@ Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSE
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters}
---
diff --git a/docs/dataSnowflakeWarehouses.go.md b/docs/dataSnowflakeWarehouses.go.md
index 80c503ee4..50cc4cae0 100644
--- a/docs/dataSnowflakeWarehouses.go.md
+++ b/docs/dataSnowflakeWarehouses.go.md
@@ -4,7 +4,7 @@
### DataSnowflakeWarehouses
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses snowflake_warehouses}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses snowflake_warehouses}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataSnowflakeWarehouses to
The id of the existing DataSnowflakeWarehouses that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use
---
@@ -698,7 +698,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake
| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* |
| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* |
| Provisioners | *[]interface{} | *No description.* |
-| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. |
+| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. |
| Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| WithDescribe | interface{} | Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. |
| WithParameters | interface{} | Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. |
@@ -783,7 +783,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -800,7 +800,7 @@ Like *string
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like}
---
@@ -816,7 +816,7 @@ Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe}
---
@@ -832,7 +832,7 @@ Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSE
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters}
---
diff --git a/docs/dataSnowflakeWarehouses.java.md b/docs/dataSnowflakeWarehouses.java.md
index 97976fec8..d2ff033b5 100644
--- a/docs/dataSnowflakeWarehouses.java.md
+++ b/docs/dataSnowflakeWarehouses.java.md
@@ -4,7 +4,7 @@
### DataSnowflakeWarehouses
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses snowflake_warehouses}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses snowflake_warehouses}.
#### Initializers
@@ -43,7 +43,7 @@ DataSnowflakeWarehouses.Builder.create(Construct scope, java.lang.String id)
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. |
| withParameters | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like}
---
@@ -139,7 +139,7 @@ Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe}
---
@@ -151,7 +151,7 @@ Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSE
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters}
---
@@ -502,7 +502,7 @@ The construct id used in the generated config for the DataSnowflakeWarehouses to
The id of the existing DataSnowflakeWarehouses that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use
---
@@ -813,7 +813,7 @@ DataSnowflakeWarehousesConfig.builder()
| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* |
| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* |
| provisioners | java.util.List | *No description.* |
-| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. |
+| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. |
| like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. |
| withParameters | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. |
@@ -898,7 +898,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -915,7 +915,7 @@ public java.lang.String getLike();
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like}
---
@@ -931,7 +931,7 @@ Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe}
---
@@ -947,7 +947,7 @@ Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSE
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters}
---
diff --git a/docs/dataSnowflakeWarehouses.python.md b/docs/dataSnowflakeWarehouses.python.md
index 315c3bd96..fb920ea35 100644
--- a/docs/dataSnowflakeWarehouses.python.md
+++ b/docs/dataSnowflakeWarehouses.python.md
@@ -4,7 +4,7 @@
### DataSnowflakeWarehouses
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses snowflake_warehouses}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses snowflake_warehouses}.
#### Initializers
@@ -39,7 +39,7 @@ dataSnowflakeWarehouses.DataSnowflakeWarehouses(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. |
| with_parameters | typing.Union[bool, cdktf.IResolvable] | Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. |
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -123,7 +123,7 @@ If you experience problems setting this value it might not be settable. Please t
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like}
---
@@ -135,7 +135,7 @@ Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe}
---
@@ -147,7 +147,7 @@ Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSE
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters}
---
@@ -534,7 +534,7 @@ The construct id used in the generated config for the DataSnowflakeWarehouses to
The id of the existing DataSnowflakeWarehouses that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use
---
@@ -839,7 +839,7 @@ dataSnowflakeWarehouses.DataSnowflakeWarehousesConfig(
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* |
-| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. |
+| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. |
| like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. |
| with_parameters | typing.Union[bool, cdktf.IResolvable] | Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. |
@@ -924,7 +924,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -941,7 +941,7 @@ like: str
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like}
---
@@ -957,7 +957,7 @@ Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe}
---
@@ -973,7 +973,7 @@ Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSE
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters}
---
diff --git a/docs/dataSnowflakeWarehouses.typescript.md b/docs/dataSnowflakeWarehouses.typescript.md
index aa98fc207..01ddfb28c 100644
--- a/docs/dataSnowflakeWarehouses.typescript.md
+++ b/docs/dataSnowflakeWarehouses.typescript.md
@@ -4,7 +4,7 @@
### DataSnowflakeWarehouses
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses snowflake_warehouses}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses snowflake_warehouses}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataSnowflakeWarehouses to
The id of the existing DataSnowflakeWarehouses that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use
---
@@ -686,7 +686,7 @@ const dataSnowflakeWarehousesConfig: dataSnowflakeWarehouses.DataSnowflakeWareho
| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* |
| provider | cdktf.TerraformProvider | *No description.* |
| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* |
-| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. |
+| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. |
| like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). |
| withDescribe | boolean \| cdktf.IResolvable | Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. |
| withParameters | boolean \| cdktf.IResolvable | Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. |
@@ -771,7 +771,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -788,7 +788,7 @@ public readonly like: string;
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like}
---
@@ -804,7 +804,7 @@ Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES.
The output of describe is saved to the description field. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe}
---
@@ -820,7 +820,7 @@ Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSE
The output of describe is saved to the parameters field as a map. By default this value is set to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters}
---
diff --git a/docs/database.csharp.md b/docs/database.csharp.md
index 59b9db74b..5d5cc9035 100644
--- a/docs/database.csharp.md
+++ b/docs/database.csharp.md
@@ -4,7 +4,7 @@
### Database
-Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database snowflake_database}.
+Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database snowflake_database}.
#### Initializers
@@ -627,7 +627,7 @@ The construct id used in the generated config for the Database to import.
The id of the existing Database that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#import import section} in the documentation of this resource for the id to use
---
@@ -1376,7 +1376,7 @@ new DatabaseConfig {
| DropPublicSchemaOnCreation | object | Specifies whether to drop public schema on creation or not. |
| EnableConsoleOutput | object | If true, enables stdout/stderr fast path logging for anonymous stored procedures. |
| ExternalVolume | string | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). |
-| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#id Database#id}. |
+| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#id Database#id}. |
| IsTransient | object | Specifies the database as transient. |
| LogLevel | string | Specifies the severity level of messages that should be ingested and made available in the active event table. |
| MaxDataExtensionTimeInDays | double | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. |
@@ -1475,7 +1475,7 @@ Specifies the identifier for the database;
must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..