Skip to content

Commit c528843

Browse files
committed
remove identity from data source
1 parent 441c093 commit c528843

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

internal/services/block/snapshot_data_source.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ func DataSourceSnapshot() *schema.Resource {
2828
return &schema.Resource{
2929
ReadContext: DataSourceBlockSnapshotRead,
3030
Schema: dsSchema,
31-
Identity: blockIdentity(),
3231
}
3332
}
3433

internal/services/block/volume_data_source.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ func DataSourceVolume() *schema.Resource {
2828
return &schema.Resource{
2929
ReadContext: DataSourceBlockVolumeRead,
3030
Schema: dsSchema,
31-
Identity: volumeIdentity(),
3231
}
3332
}
3433

0 commit comments

Comments
 (0)