Skip to content

Commit

Permalink
Fix: File Format Update Grants (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisIsidora authored Dec 7, 2022
1 parent a6c8e75 commit 19933c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/file_format_grant.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func FileFormatGrant() *TerraformGrantResource {
Create: CreateFileFormatGrant,
Read: ReadFileFormatGrant,
Delete: DeleteFileFormatGrant,
Update: UpdateFileFormat,
Update: UpdateFileFormatGrant,

Schema: fileFormatGrantSchema,
Importer: &schema.ResourceImporter{
Expand Down

0 comments on commit 19933c0

Please sign in to comment.