Skip to content

Commit

Permalink
fix: Add importer to account grant (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami authored Jun 16, 2021
1 parent 3739d53 commit a6d7f6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/resources/account_grant.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ func AccountGrant() *TerraformGrantResource {
Update: UpdateAccountGrant,

Schema: accountGrantSchema,
Importer: &schema.ResourceImporter{
StateContext: schema.ImportStatePassthroughContext,
},
},
ValidPrivs: validAccountPrivileges,
}
Expand Down

0 comments on commit a6d7f6f

Please sign in to comment.