You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Additional information that should be made public, for ex. how to solve known issues, additional descriptions/suggestions_
58
+
When upgrading to version `v2.2.x` - all `default_roles` will be recreated using new terraform resources.
60
59
61
60
## EXAMPLES
62
61
@@ -99,23 +98,23 @@ _Additional information that should be made public, for ex. how to solve known i
99
98
| <aname="input_query_acceleration_max_scale_factor"></a> [query\_acceleration\_max\_scale\_factor](#input\_query\_acceleration\_max\_scale\_factor)| Specifies the maximum scale factor for leasing compute resources for query acceleration. The scale factor is used as a multiplier based on warehouse size. |`number`|`null`| no |
100
99
| <aname="input_regex_replace_chars"></a> [regex\_replace\_chars](#input\_regex\_replace\_chars)| Terraform regular expression (regex) string.<br>Characters matching the regex will be removed from the ID elements.<br>If not set, `"/[^a-zA-Z0-9-]/"` is used to remove all characters other than hyphens, letters and digits. |`string`|`null`| no |
101
100
| <aname="input_resource_monitor"></a> [resource\_monitor](#input\_resource\_monitor)| Specifies the name of a resource monitor that is explicitly assigned to the warehouse. |`string`|`null`| no |
102
-
| <aname="input_roles"></a> [roles](#input\_roles)|Roles created on the warehouse level | <pre>map(object({<br> enabled = optional(bool, true)<br> descriptor_name = optional(string, "snowflake-role")<br> comment = optional(string)<br> role_ownership_grant = optional(string)<br> granted_roles = optional(list(string))<br> granted_to_roles = optional(list(string))<br> granted_to_users = optional(list(string))<br> warehouse_grants = optional(list(string))<br> }))</pre> |`{}`| no |
103
-
| <aname="input_scaling_policy"></a> [scaling\_policy](#input\_scaling\_policy)| Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. |`string`|`null`| no |
| <aname="input_scaling_policy"></a> [scaling\_policy](#input\_scaling\_policy)| Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. Valid values are `STANDARD` and `ECONOMY`. |`string`|`null`| no |
104
103
| <aname="input_stage"></a> [stage](#input\_stage)| ID element. Usually used to indicate role, e.g. 'prod', 'staging', 'source', 'build', 'test', 'deploy', 'release' |`string`|`null`| no |
105
104
| <aname="input_statement_queued_timeout_in_seconds"></a> [statement\_queued\_timeout\_in\_seconds](#input\_statement\_queued\_timeout\_in\_seconds)| Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. |`number`|`null`| no |
106
105
| <aname="input_statement_timeout_in_seconds"></a> [statement\_timeout\_in\_seconds](#input\_statement\_timeout\_in\_seconds)| Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system |`number`|`null`| no |
107
106
| <aname="input_tags"></a> [tags](#input\_tags)| Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`).<br>Neither the tag keys nor the tag values will be modified by this module. |`map(string)`|`{}`| no |
108
107
| <aname="input_tenant"></a> [tenant](#input\_tenant)| ID element \_(Rarely used, not included by default)\_. A customer identifier, indicating who this instance of a resource is for |`string`|`null`| no |
109
-
| <aname="input_warehouse_size"></a> [warehouse\_size](#input\_warehouse\_size)| Specifies the size of the virtual warehouse. |`string`|`"X-Small"`| no |
108
+
| <aname="input_warehouse_size"></a> [warehouse\_size](#input\_warehouse\_size)| Specifies the size of the virtual warehouse. Possible values are: XSMALL, X-SMALL, SMALL, MEDIUM, LARGE, XLARGE, X-LARGE, XXLARGE, X2LARGE, 2X-LARGE, XXXLARGE, X3LARGE, 3X-LARGE, X4LARGE, 4X-LARGE, X5LARGE, 5X-LARGE, X6LARGE, 6X-LARGE. |`string`|`"X-Small"`| no |
110
109
| <aname="input_warehouse_type"></a> [warehouse\_type](#input\_warehouse\_type)| Specifies the type of the virtual warehouse. |`string`|`"STANDARD"`| no |
0 commit comments