Skip to content

Commit

Permalink
Fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed Nov 8, 2024
1 parent e92cb4f commit 8d56b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/grant_ownership.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Optional:

Import is supported using the following syntax:

`terraform import "<role_type>|<role_identifier>|<outbound_privileges_behavior>|<grant_type>|<grant_data>"`
`terraform import snowflake_grant_ownership.example '<role_type>|<role_identifier>|<outbound_privileges_behavior>|<grant_type>|<grant_data>'`

where:
- role_type - string - type of granted role (either ToAccountRole or ToDatabaseRole)
Expand Down
2 changes: 1 addition & 1 deletion templates/resources/grant_ownership.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To set the `AUTO_REFRESH` property back to `TRUE` (after you transfer ownership)

Import is supported using the following syntax:

`terraform import "<role_type>|<role_identifier>|<outbound_privileges_behavior>|<grant_type>|<grant_data>"`
`terraform import snowflake_grant_ownership.example '<role_type>|<role_identifier>|<outbound_privileges_behavior>|<grant_type>|<grant_data>'`

where:
- role_type - string - type of granted role (either ToAccountRole or ToDatabaseRole)
Expand Down

0 comments on commit 8d56b93

Please sign in to comment.