Skip to content

Commit 817c6d9

Browse files
committed
fix typo
1 parent dd31b9d commit 817c6d9

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
@@ -1431,7 +1431,7 @@ func instanceServerVolumesUpdate(ctx context.Context, d *schema.ResourceData, ap
14311431

14321432
// local volumes can only be added when the server is stopped
14331433
if volumeHasChange && !serverIsStopped && volume.IsLocal() && volume.IsAttached() {
1434-
return nil, errors.New("instanceSDK must be stopped to change local volumes")
1434+
return nil, errors.New("instance must be stopped to change local volumes")
14351435
}
14361436
volumes[strconv.Itoa(i+1)] = volume.VolumeTemplate()
14371437
}

0 commit comments

Comments
 (0)