You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module.prepare.ibm_pi_instance.bastion[0]: Creating...
╷
│ Error: failed to provision: failed to Create PVM Instance :[POST /pcloud/v1/cloud-instances/{cloud_instance_id}/pvm-instances][400] pcloudPvminstancesPostBadRequest &{Code:0 Description:error getting deployment image information: image a78b0fc4-8f01-4f93-b165-22bcf4c9c6c0 does not belong to your project. Use image from your project for deploying a VM Error:bad request Message:}
│
│ with module.prepare.ibm_pi_instance.bastion[0],
│ on modules/1_prepare/prepare.tf line 77, in resource "ibm_pi_instance" "bastion":
│ 77: resource "ibm_pi_instance" "bastion" {
│
While using stock image it throws a message suggesting to use project image instead of catalog image. We need a logic in the automation to read the project image with the given name and if it does not exist then copy to the project and use it.
The text was updated successfully, but these errors were encountered:
While using stock image it throws a message suggesting to use project image instead of catalog image. We need a logic in the automation to read the project image with the given name and if it does not exist then copy to the project and use it.
The text was updated successfully, but these errors were encountered: