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
@@ -81,6 +81,7 @@ _Additional information that should be made public, for ex. how to solve known i
81
81
| <aname="input_create_default_roles"></a> [create\_default\_roles](#input\_create\_default\_roles)| Whether the default roles should be created |`bool`|`false`| no |
82
82
| <aname="input_delimiter"></a> [delimiter](#input\_delimiter)| Delimiter to be used between ID elements.<br>Defaults to `-` (hyphen). Set to `""` to use no delimiter at all. |`string`|`null`| no |
83
83
| <aname="input_descriptor_formats"></a> [descriptor\_formats](#input\_descriptor\_formats)| Describe additional descriptors to be output in the `descriptors` output map.<br>Map of maps. Keys are names of descriptors. Values are maps of the form<br>`{<br> format = string<br> labels = list(string)<br>}`<br>(Type is `any` so the map values can later be enhanced to provide additional options.)<br>`format` is a Terraform format string to be passed to the `format()` function.<br>`labels` is a list of labels, in order, to pass to `format()` function.<br>Label values will be normalized before being passed to `format()` so they will be<br>identical to how they appear in `id`.<br>Default is `{}` (`descriptors` output will be empty). |`any`|`{}`| no |
84
+
| <aname="input_descriptor_name"></a> [descriptor\_name](#input\_descriptor\_name)| Name of the descriptor used to form a resource name |`string`|`"snowflake-warehouse"`| no |
84
85
| <aname="input_enable_query_acceleration"></a> [enable\_query\_acceleration](#input\_enable\_query\_acceleration)| Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. |`bool`|`true`| no |
85
86
| <aname="input_enabled"></a> [enabled](#input\_enabled)| Set to false to prevent the module from creating any resources |`bool`|`null`| no |
86
87
| <aname="input_environment"></a> [environment](#input\_environment)| ID element. Usually used for region e.g. 'uw2', 'us-west-2', OR role 'prod', 'staging', 'dev', 'UAT' |`string`|`null`| no |
@@ -112,8 +113,9 @@ _Additional information that should be made public, for ex. how to solve known i
0 commit comments