-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC for granting priviledges in snowflake #13
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13 +/- ##
=======================================
Coverage 76.69% 76.69%
=======================================
Files 9 9
Lines 665 665
=======================================
Hits 510 510
Misses 93 93
Partials 62 62 |
|
||
# set global privs | ||
resource "snowflake_priviledge_grants" "a" { | ||
name = "foo1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this name do anything other than provide an ID to track tf state?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just state, because there is no natural ID otherwise.
A few thoughts:
|
Yeah it seems i am unable to spell this work correctly.
Yes, there was already a PR and support for the later.
ok |
e408905
to
5f29096
Compare
I am trying to figure out the resource schemas for granting privileges in snowflake.
Below is a doc where I have some examples of how it could work. Please give feedback.