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
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ which can be executed manually in Snowflake account.
109
109
| <aname="input_name"></a> [name](#input\_name)| ID element. Usually the component or solution name, e.g. 'app' or 'jenkins'.<br>This is the only ID element not also included as a `tag`.<br>The "name" tag is set to the full `id` string. There is no tag with the value of the `name` input. |`string`|`null`| no |
110
110
| <aname="input_namespace"></a> [namespace](#input\_namespace)| ID element. Usually an abbreviation of your organization name, e.g. 'eg' or 'cp', to help ensure generated IDs are globally unique |`string`|`null`| no |
111
111
| <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 |
| <aname="input_skip_schema_creation"></a> [skip\_schema\_creation](#input\_skip\_schema\_creation)| Should schema creation be skipped but allow all other resources to be created. Useful if schema already exsists but you want to add e.g. access roles |`bool`|`false`| no |
114
114
| <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 |
| <aname="output_roles_grant_on_all_statements"></a> [roles\_grant\_on\_all\_statements](#output\_roles\_grant\_on\_all\_statements)| Generates GRANT ON ALL type of statements according to provided role definitions.<br> This is useful if the module is created with `skip_schema_creation` option in cases like zero-copy clone<br> and all access roles are meant to be created.<br> Related Snowflake provider GitHub issue:<br> https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/250|
141
-
| <aname="output_roles_revoke_on_all_statements"></a> [roles\_revoke\_on\_all\_statements](#output\_roles\_revoke\_on\_all\_statements)| Generates REVOKE ON ALL type of statements according to provided role definitions.<br> This is useful if the module is created with `skip_schema_creation` option in cases like zero-copy clone<br> and all access roles are meant to be created.<br> Related Snowflake provider GitHub issue:<br> https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/250|
|[snowflake_external_tables.this](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/data-sources/external_tables)| data source |
179
-
|[snowflake_materialized_views.this](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/data-sources/materialized_views)| data source |
180
-
|[snowflake_tables.this](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/data-sources/tables)| data source |
181
-
|[snowflake_views.this](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/data-sources/views)| data source |
0 commit comments