Revoke permissions from share? #394
Unanswered
michaelkahan
asked this question in
Q&A
Replies: 1 comment
-
Hey all - Following up on this note. Any insight on how to address this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am attempting to
revoke
permissions from ashare
, but thus far have not been able to via Terraform.Specifically, I am able to
grant
permissions usingsnowflake_view_grant
, but when Idestroy
the grant it is not reflected in Snowflake. Snowflake still shows the original grant assigned to theshare
despite Terraform indicating a success.Is this a known limitation or is there another step required? Thank you!
Example TF Code:
Result of
terraform destroy
, however the permission is not actually revoked from theshare
in Snowflake:Note:
- shares = [] -> null
is not displaying the name of the original shareBeta Was this translation helpful? Give feedback.
All reactions