Skip to content

Commit 4c378c0

Browse files
committed
setting ID does nothing here
1 parent 0095ddb commit 4c378c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/provider/cached_image_resource.go

-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ func (r *CachedImageResource) Read(ctx context.Context, req resource.ReadRequest
249249
// If the previous state is that Image == BuilderImage, then we previously did
250250
// not find the image. We will need to run another cache probe.
251251
if data.Image.Equal(data.BuilderImage) {
252-
data.ID = types.StringValue(uuid.Nil.String())
253252
resp.State.RemoveResource(ctx)
254253
return
255254
}

0 commit comments

Comments
 (0)