snowflake_table_grant on all tables to share #2417
-
Snowflake documentation states that it's possible to grant SELECT privilege on all tables in a particular schema to a share. However, Terraform Provider Snowflake snowflake_table_grant grant does not allow this as "Grants privilege to these shares (only valid if on_future or on_all are unset).".
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey, |
Beta Was this translation helpful? Give feedback.
Hey,
snowflake_<resource-name>_grant
resources are deprecated. We're in the process of redesigning/implementing new grant resources to fully support Snowflake grant capabilities. We're not planning to improve deprecated resources, so please check what is available in the non-deprecated ones, but thegrant <privileges> to share
resource is a high priority for us and should be released, soon. We'll keep you posted and ping you here as soon as the resource is available.