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
run terraform apply with the above config file, it reports 3 resources created and everything is OK.
change gcore_image to ubuntu-22.04-x64 and run terraform apply, then terraform will destroy 1 resource, create 1 resource and change 1 resource.
An error occurred while executing the terraform apply command.
gcore_volume.system_volumns["testing-lux-1"]: Destroying... [id=bc562b75-780d-4d0b-a2b4-5ce2eb70a754]
│ Error: task is in error state: ERROR. Error: Invalid volume: Volume must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer. (HTTP 400) (Request-ID: req-6dc67ba9-28b8-48ac-b0f9-616852e5b9c1)
The text was updated successfully, but these errors were encountered:
thank you for reporting the issue. We currently do not handle an image change correctly. Please re-create the instance with the new image ID in the boot volume as a workaround. We have a Bug in our backlog related to this issue, it will be resolved at some point in the future
Uh oh!
There was an error while loading. Please reload this page.
terraform version
config file
reproduce steps
terraform apply
with the above config file, it reports 3 resources created and everything is OK.gcore_image
toubuntu-22.04-x64
and runterraform apply
, then terraform will destroy 1 resource, create 1 resource and change 1 resource.An error occurred while executing the
terraform apply
command.The text was updated successfully, but these errors were encountered: