We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50aef3f commit c88b818Copy full SHA for c88b818
docs/resources/instance_image.md
@@ -67,9 +67,9 @@ resource "scaleway_instance_snapshot" "server_snapshot" {
67
}
68
69
resource "scaleway_instance_image" "image" {
70
- name = "image_with_extra_volumes"
71
- root_volume_id = scaleway_instance_snapshot.server_snapshot.id
72
- additional_volumes = [
+ name = "image_with_extra_volumes"
+ root_volume_id = scaleway_instance_snapshot.server_snapshot.id
+ additional_volume_ids = [
73
scaleway_instance_snapshot.volume_snapshot.id
74
]
75
0 commit comments