0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 11:02:59 +00:00

fix(container): do not reboot for cpu block changes (#1932)

Signed-off-by: Connor Creek <creek.connor@yahoo.com>
This commit is contained in:
Connor Creek 2025-04-27 23:11:40 +00:00 committed by GitHub
parent 6b2749feea
commit 5e49b98f8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {