Unable to perform day 2 operation (Stop/Start/Resize/Deprovision) from stack level.Issue Activating the below Plugins will have the availability of the Life cycle Operations like "Stop" "Start" "Resize" "Deprovision". Cloud Management Terraform ConnectorCloud Management Google Cloud Connector The Operations available with the above plugins are as below. Virtual Machine Store Extension Interface.ExecuteScriptVirtual Machine Store Extension Interface.Execute Job TemplateVirtual Machine Store Extension Interface.StopVirtual Machine Store Extension Interface.StartVirtual Machine Store Extension Interface.ResizeVirtual Machine Store Extension Interface.Deprovision The issue is that while trying to execute any of the above operations on the Virtual Machine (Greenfield/Brownfield), the operation request for the data, once the operation got executed, it is observed that no CAPI operations executed, no Trails/logs/RITM and the VM remains untouched. Steps to Reproduce Login to CMPCreate a catalog from the templateActivate the template and active the catalogsNavigate to cloud user portal and launch the catalogsProvision vm from the templatesVm got provisioned successfullyPerform day2 operation (stop, start and deprovision) from stack level.The Operation requests for the inputs, but no action was taken in the background and the VM is untouchable Cause The "Virtual Machine Store Extension Interface" Operations are actually available for the Virtual Machines provisioned from Google Datacenter, trying to use the Operations to any of the other Stacks (ARM/CFT/Terraform) will fail as they are not supported. Note: The other operations which are available "Start" "Stop" "Deprovision" without "Virtual Machine Store Extension Interface" should work as expected. Fix / Workaround Currently, the ServiceNow Cloud Provision and Governance Project team have this feature to be available in "Rome" release, the other option to create customized Resource Operations according to the requirement.