Skip to content

Commit

Permalink
fix: doc of resource_monitor_grant (#1188)
Browse files Browse the repository at this point in the history
* Fixed resource_monitor_grant of docs.

* Fixed resource_monitor_grant of examples.

* Fix quotations.
  • Loading branch information
senmm authored Aug 24, 2022
1 parent 123fd2f commit 03a6cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/resource_monitor_grant.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: |-
## Example Usage

```terraform
resource snowflake_monitor_grant grant {
resource "snowflake_resource_monitor_grant" "grant" {
monitor_name = "monitor"
privilege = "MODIFY"
roles = ["role1"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource snowflake_monitor_grant grant {
resource "snowflake_resource_monitor_grant" "grant" {
monitor_name = "monitor"
privilege = "MODIFY"
roles = ["role1"]
Expand Down

0 comments on commit 03a6cb3

Please sign in to comment.