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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Defining an instance image composed of some block snapshots is accepted by the Scaleway API and the CLI by just providing the block snapshot ID.
The same operation is not accepted by the terraform provider, and returns the following error
│ Error: extra volumes : could not find snapshot with id fr-par-1/00000000-0000-0000-0000-000000000000
│
│ with scaleway_instance_image.cr-image,
│ on server.tf line 159, in resource "scaleway_instance_image" "cr-image":
│ 159: resource "scaleway_instance_image" "cr-image" {
Community Note
Description
Defining an instance image composed of some block snapshots is accepted by the Scaleway API and the CLI by just providing the block snapshot ID.
The same operation is not accepted by the terraform provider, and returns the following error
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: