Skip to content

Commit

Permalink
Fix grants example (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jcieslak authored Nov 16, 2023
1 parent a1cb41c commit b7d0b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/grant_privileges_to_role.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ resource "snowflake_grant_privileges_to_role" "g11" {
role_name = snowflake_role.r.name
on_schema_object {
all {
object_type_plural = "TABLES"
in_database = snowflake_database.d.name
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ resource "snowflake_grant_privileges_to_role" "g11" {
role_name = snowflake_role.r.name
on_schema_object {
all {
object_type_plural = "TABLES"
in_database = snowflake_database.d.name
}
}
Expand Down

0 comments on commit b7d0b22

Please sign in to comment.