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 32bd087 commit e6d678bCopy full SHA for e6d678b
docs/index.md
@@ -87,6 +87,11 @@ resource "scaleway_instance_server" "web" {
87
88
additional_volume_ids = [ scaleway_instance_volume.data.id ]
89
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
+
95
security_group_id = scaleway_instance_security_group.www.id
96
}
97
```
0 commit comments