Skip to content

Commit

Permalink
Fix import format for snowflake_account_grant (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanata2 authored Jul 14, 2021
1 parent b0417a8 commit 215acbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/resources/account_grant.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ resource snowflake_account_grant grant {
Import is supported using the following syntax:

```shell
# format is account name | privilege | true/false for with_grant_option
terraform import snowflake_account_grant.example 'accountName|USAGE|true'
# format is account name | | | privilege | true/false for with_grant_option
terraform import snowflake_account_grant.example 'accountName|||USAGE|true'
```
4 changes: 2 additions & 2 deletions examples/resources/snowflake_account_grant/import.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# format is account name | privilege | true/false for with_grant_option
terraform import snowflake_account_grant.example 'accountName|USAGE|true'
# format is account name | | | privilege | true/false for with_grant_option
terraform import snowflake_account_grant.example 'accountName|||USAGE|true'

0 comments on commit 215acbe

Please sign in to comment.