Skip to content

Commit

Permalink
Remove snowflake_role_grants name example (Snowflake-Labs#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfedde authored and jtzero committed Aug 19, 2021
1 parent 7aee35c commit 62ca201
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/resources/role_grants.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ resource "snowflake_role" "other_role" {
}
resource "snowflake_role_grants" "grants" {
name = "foo"
role_name = "${snowflake_role.role.name}"
roles = [
Expand Down
2 changes: 0 additions & 2 deletions examples/resources/snowflake_role_grants/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ resource "snowflake_role" "other_role" {
}

resource "snowflake_role_grants" "grants" {
name = "foo"

role_name = "${snowflake_role.role.name}"

roles = [
Expand Down

0 comments on commit 62ca201

Please sign in to comment.