Skip to content

Commit 6ffa753

Browse files
minot update
1 parent 01a8bd1 commit 6ffa753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_database_postgresql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ func resourceDatabasePostgressqlDelete(ctx context.Context, d *schema.ResourceDa
301301
}
302302
InfoLog.Printf("Job result is %s", job_status)
303303
if isJobTerminalFailure(job_status) {
304-
return diag.Errorf("[NOT OK] dSource-Delete %s. JobId: %s / Error: %s", job_status, *res.Job.Id, job_err)
304+
return diag.Errorf("[NOT OK] Source-Delete %s. JobId: %s / Error: %s", job_status, *res.Job.Id, job_err)
305305
}
306306

307307
_, diags := PollForObjectDeletion(func() (interface{}, *http.Response, error) {

0 commit comments

Comments
 (0)