Lately, when trying to modify an instance's cores and/or memory, we get a lot of these types of errors:
* softlayer_virtual_guest.instance: Couldn't upgrade virtual guest: SoftLayer_Exception_Order_Item_Invalid: Invalid price 32 GB (Dedicated Host) (200365) provided on the order container. Please select a dedicated instance RAM price to order a dedicated instance. (HTTP 500)
The instances are not on dedicated hosts, dedicated_acct_host_only is set to false.
If change the instances' resources in the control panel and then running terraform plan shows that nothing needs to be changed as expected.
Lately, when trying to modify an instance's cores and/or memory, we get a lot of these types of errors:
* softlayer_virtual_guest.instance: Couldn't upgrade virtual guest: SoftLayer_Exception_Order_Item_Invalid: Invalid price 32 GB (Dedicated Host) (200365) provided on the order container. Please select a dedicated instance RAM price to order a dedicated instance. (HTTP 500)The instances are not on dedicated hosts,
dedicated_acct_host_onlyis set to false.If change the instances' resources in the control panel and then running
terraform planshows that nothing needs to be changed as expected.