Skip to content

Commit 441c093

Browse files
committed
Fix linter
1 parent bb9db15 commit 441c093

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

internal/services/block/snapshot.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ func ResourceBlockSnapshotCreate(ctx context.Context, d *schema.ResourceData, m
151151
}
152152

153153
d.SetId(zonal.NewIDString(zone, snapshot.ID))
154+
154155
diags := applySnapshotIdentity(d, snapshot.ID, zone)
155156
if diags != nil {
156157
return diags

internal/services/block/volume.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ func ResourceBlockVolumeCreate(ctx context.Context, d *schema.ResourceData, m an
156156
}
157157

158158
d.SetId(zonal.NewIDString(zone, volume.ID))
159+
159160
diags := applyVolumeIdentity(d, volume.ID, zone)
160161
if diags != nil {
161162
return diags

0 commit comments

Comments
 (0)