Skip to content

Commit

Permalink
fix(mysql): use correct read context fn
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel committed Oct 23, 2023
1 parent 70ba3fd commit cbfafac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sdkprovider/service/mysql/mysql_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func ResourceMySQLUser() *schema.Resource {
Description: "The MySQL User resource allows the creation and management of Aiven MySQL Users.",
CreateContext: resourceMySQLUserCreate,
UpdateContext: resourceMySQLUserUpdate,
ReadContext: schemautil.DatasourceServiceUserRead,
ReadContext: schemautil.ResourceServiceUserRead,
DeleteContext: schemautil.ResourceServiceUserDelete,
Importer: &schema.ResourceImporter{
StateContext: schema.ImportStatePassthroughContext,
Expand Down

0 comments on commit cbfafac

Please sign in to comment.