Skip to content

Commit 75161a8

Browse files
author
Uddipaan Hazarika
committed
DLPXECO-11533 | added rollback logic
1 parent 93310df commit 75161a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/provider/resource_oracle_dsource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@ func resourceOracleDsourceCreate(ctx context.Context, d *schema.ResourceData, me
817817
return readDiags
818818
}
819819
}
820+
return diag.Errorf("[NOT OK] Job %s %s with error %s", *apiRes.Job.Id, job_res, job_err)
820821
}
821822

822823
PollSnapshotStatus(d, ctx, client)

0 commit comments

Comments
 (0)