Skip to content

Commit e3d405c

Browse files
fix: documentation for role ownership grant (#2203)
1 parent b7d0b22 commit e3d405c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/role_ownership_grant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ resource "snowflake_role_ownership_grant" "grant" {
6161
Import is supported using the following syntax:
6262

6363
```shell
64-
terraform import snowflake_role_ownership_grant.example rolename
64+
terraform import snowflake_role_ownership_grant.example "<on_role_name>|<to_role_name>|<current_grants>"
6565
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
terraform import snowflake_role_ownership_grant.example rolename
1+
terraform import snowflake_role_ownership_grant.example "<on_role_name>|<to_role_name>|<current_grants>"

0 commit comments

Comments
 (0)