Skip to content

Commit 2ffea04

Browse files
committed
fix: Tweak error message
1 parent ec5b913 commit 2ffea04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/database_token_resource.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func (r *DatabaseTokenResource) Create(ctx context.Context, req resource.CreateR
118118
})
119119

120120
if err != nil {
121-
resp.Diagnostics.AddError("Client Error", fmt.Sprintf("Unable to create database, got error: %s", err.Error()))
121+
resp.Diagnostics.AddError("Client Error", fmt.Sprintf("Unable to create database token, got error: %s", err.Error()))
122122
return
123123
}
124124

0 commit comments

Comments
 (0)