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
+31-4Lines changed: 31 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,33 @@ List od code and variable (API) changes:
92
92
-`context_templates`
93
93
-`name_schema`
94
94
95
+
## Breaking changes in v4.x of the module
96
+
97
+
- Due to rename of Snowflake terraform provider source, all `versions.tf` files were updated accordingly.
98
+
99
+
Please keep in mind to mirror this change in your own repos also.
100
+
101
+
For more information about provider rename, refer to [Snowflake documentation](https://github.com/snowflakedb/terraform-provider-snowflake/blob/main/SNOWFLAKEDB_MIGRATION.md).
102
+
103
+
- Maximal version of supported provider was also unblocked (previosly locked in terraform-snowflake-stage module), so keep in mind that, starting with Snowflake provider version `1.x`, the `snowflake_stage` resource is considered a preview feature and must be explicitly enabled in the provider configuration.
Without this configuration, you will encounter the following error:
114
+
115
+
```shell
116
+
Error: snowflake_stage_resource is currently a preview feature, and must be enabled by adding snowflake_stage_resource to preview_features_enabled in Terraform configuration.
117
+
```
118
+
119
+
For more information about preview features, refer to the [Snowflake provider documentation](https://registry.terraform.io/providers/snowflakedb/snowflake/latest/docs/resources/stage#preview-features) and [Snowflake stage resource documentation](https://registry.terraform.io/providers/snowflakedb/snowflake/latest/docs/resources/stage).
120
+
121
+
95
122
<!-- BEGIN_TF_DOCS -->
96
123
97
124
@@ -135,9 +162,9 @@ List od code and variable (API) changes:
0 commit comments