softlayer_virtual_guest.terraform-acceptance-test-1: Refreshing state... (ID: 35093907)
softlayer_virtual_guest.terraform-acceptance-test-1: Modifying... (ID: 35093907)
cores: "1" => "2"
softlayer_virtual_guest.terraform-acceptance-test-1: Still modifying... (ID: 35093907, 10s elapsed)
Error applying plan:
1 error(s) occurred:
* softlayer_virtual_guest.terraform-acceptance-test-1: 1 error(s) occurred:
* softlayer_virtual_guest.terraform-acceptance-test-1: Couldn't upgrade virtual guest: SoftLayer_Exception_Order_InvalidData: Invalid data on the order for property: prices. No pricing was found on a configuration. (HTTP 500)
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
Core update always worked for me. I am not sure if this is some change in the SL API side. Let me know.
I was trying to update the core after the vm was created from 1->2
terraform apply
works fine and the resource is created.Change core from 1 to 2 like so and then apply
It gives me the below error: