diff --git a/internal/namespaces/instance/v1/custom_server_create_builder.go b/internal/namespaces/instance/v1/custom_server_create_builder.go index 18510b5eb2..51245dc4f2 100644 --- a/internal/namespaces/instance/v1/custom_server_create_builder.go +++ b/internal/namespaces/instance/v1/custom_server_create_builder.go @@ -749,6 +749,7 @@ func (vb *VolumeBuilder) ExecutePostCreationSetup( _, err := apiBlock.UpdateVolume(&block.UpdateVolumeRequest{ VolumeID: volumeID, PerfIops: vb.IOPS, + Zone: vb.Zone, }, scw.WithContext(ctx), )