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:
parent
6b2749feea
commit
5e49b98f8e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user