sureshanaparti opened a new pull request, #323: URL: https://github.com/apache/cloudstack-terraform-provider/pull/323
When the service_offering of an instance changes, the provider must call ScaleVirtualMachine to actually scale the VM's CPU and memory resources. The previous implementation used ChangeServiceForVirtualMachine which only updated CloudStack metadata without scaling the actual VM. This change ensures that when a service offering is updated, the VM is properly scaled with the new compute resources. Fixes: #273 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
