maxnsdia

Results 3 comments of maxnsdia

This method does not seem to work (anymore) with the new "`snowflake_grant_privileges_to_account_role`". ``` resource "snowflake_grant_privileges_to_account_role" "object_procedure" { on_schema_object { object_type = "PROCEDURE" object_name = "MYDB.MYSCHEMA.MYPROC(\\)" } account_role_name = var.role privileges...

Thank you for the response @sfc-gh-jcieslak, good to know it's being worked on as part of a larger refactoring. The workaround now is using the method @abarabash-sift mentions above, which...

Hi @sfc-gh-jcieslak , From 0.93 onwards the older resource (grant_privileges_to_role) is phased out and I still can't get the new resource (grant_privileges_to_account_role) to work with a single procedure that has...