Artur Sawicki
Artur Sawicki
Hey @jonathanneo. Thanks for reaching out to us. We got back from the holiday break and we will verify the issue this week.
Hey @jonathanneo. I am not an expert on RBAC in Snowflake but I have a few questions: > With managed access schemas, Snowflake requires that ownership of child objects of...
We will discuss it at the start of next week.
Hey @Symbianx. Thanks for reaching out to us. The migration guide to v0.95.0 is missing this, but it will be added soon (maybe even today). Please check https://github.com/Snowflake-Labs/terraform-provider-snowflake/discussions/3048#discussioncomment-10587704. This is...
Added here: https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/d5dac6005bf2d44f730e51bdab452fd1b4f1aaff/MIGRATION_GUIDE.md?plain=1#L318
Hey @ffmc-mayank. If you want to have different roles creating different resources through Terraform, currently, you should define [provider aliases](https://developer.hashicorp.com/terraform/language/providers/configuration#alias-multiple-provider-configurations).
There are no restrictions documented here: https://docs.snowflake.com/en/sql-reference/sql/create-user#access-control-requirements, so I would assume it should work the way you described. I have not tested this particular setup, though.
Hey @ffmc-mayank, thanks for checking it out. The current solution would be to either: - use an elevated role to manage users - use https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#ignore_changes for the user's network policy...
Hey @JESCHO99. Thanks for reaching out to us. We plan to rework stages soon (https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/v1-preparations/ESSENTIAL_GA_OBJECTS.MD). However, this seems to be an easy fix, i.e. we have to handle this error...
Hey @JESCHO99. I have prepared a fix in https://github.com/Snowflake-Labs/terraform-provider-snowflake/pull/3020. It will be released as part of v0.95.0 today or tomorrow (we have to wrap a few other pull requests before...