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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ _Additional information that should be made public, for ex. how to solve known i
99
99
| <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
100
| <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
101
| <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 |`any`|`{}`| 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
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 |
104
104
| <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
105
| <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 |
@@ -113,15 +113,16 @@ _Additional information that should be made public, for ex. how to solve known i
0 commit comments