Skip to content

Commit

Permalink
Fix pipe_grant doc (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
yohei1126 authored Jul 11, 2022
1 parent 95c255e commit ffa9392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/pipe_grant.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: |-
resource snowflake_pipe_grant grant {
database_name = "db"
schema_name = "schema"
sequence_name = "sequence"
pipe_name = "pipe"
privilege = "operate"
roles = [
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/snowflake_pipe_grant/resource.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource snowflake_pipe_grant grant {
database_name = "db"
schema_name = "schema"
sequence_name = "sequence"
pipe_name = "pipe"

privilege = "operate"
roles = [
Expand Down

0 comments on commit ffa9392

Please sign in to comment.