Skip to content

Commit b9e8dd8

Browse files
committed
Fix
1 parent c528843 commit b9e8dd8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

internal/services/block/snapshot_data_source.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,5 @@ func DataSourceBlockSnapshotRead(ctx context.Context, d *schema.ResourceData, m
8181
return diag.Errorf("snapshot (%s) not found", zoneID)
8282
}
8383

84-
applySnapshotIdentity(d, snapshotID.(string), zone)
85-
8684
return nil
8785
}

internal/services/block/volume_data_source.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,5 @@ func DataSourceBlockVolumeRead(ctx context.Context, d *schema.ResourceData, m an
8080
return diag.Errorf("volume (%s) not found", zoneID)
8181
}
8282

83-
applyVolumeIdentity(d, volumeID.(string), zone)
84-
8583
return nil
8684
}

0 commit comments

Comments
 (0)