diff --git a/proxmoxtf/resource/container/container.go b/proxmoxtf/resource/container/container.go index 3ea7949a..8bdc0cd7 100644 --- a/proxmoxtf/resource/container/container.go +++ b/proxmoxtf/resource/container/container.go @@ -2912,8 +2912,6 @@ func containerUpdate(ctx context.Context, d *schema.ResourceData, m interface{}) updateBody.CPUArchitecture = &cpuArchitecture updateBody.CPUCores = &cpuCores updateBody.CPUUnits = &cpuUnits - - rebootRequired = true } if d.HasChange(mkFeatures) {