Skip to content

Commit e6d678b

Browse files
doc: specify root_volume size_in_gb to have a working example (#621)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 32bd087 commit e6d678b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/index.md

+5
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ resource "scaleway_instance_server" "web" {
8787
8888
additional_volume_ids = [ scaleway_instance_volume.data.id ]
8989
90+
root_volume {
91+
# The local storage of a DEV1-L instance is 80 GB, subtract 30 GB from the additional l_ssd volume, then the root volume needs to be 50 GB.
92+
size_in_gb = 50
93+
}
94+
9095
security_group_id = scaleway_instance_security_group.www.id
9196
}
9297
```

0 commit comments

Comments
 (0)