Skip to content

Commit fca955e

Browse files
authored
Merge branch 'master' into feat/add_support_for_mondoDB
2 parents 28f270b + 7033e27 commit fca955e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/instance/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ func ResourceInstanceServerRead(ctx context.Context, d *schema.ResourceData, m i
698698

699699
vol, err := api.GetUnknownVolume(&GetUnknownVolumeRequest{
700700
VolumeID: volume.ID,
701-
Zone: volume.Zone,
701+
Zone: server.Zone,
702702
})
703703
if err != nil {
704704
return diag.FromErr(fmt.Errorf("failed to read instance volume %s: %w", volume.ID, err))

0 commit comments

Comments
 (0)