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 anton-chekanov committed Jan 25, 2022
1 parent bea285a commit cd1c8dc
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 cd1c8dc

Please sign in to comment.