File tree Expand file tree Collapse file tree 2 files changed +99
-83
lines changed
.web-docs/components/builder/scaleway Expand file tree Collapse file tree 2 files changed +99
-83
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,10 @@ can also be supplied to override the typical auto-generated key:
8888- ` boottype ` (string) - The type of boot, can be either local or
8989 bootscript, Default bootscript
9090
91- - ` remove_volume ` (bool) - Remove Volume
91+ - ` remove_volume ` (bool) - RemoveVolume remove the temporary volumes created before running the server
92+
93+ - ` block_volume ` ([ ] ConfigBlockVolume) - BlockVolumes define block volumes attached to the server alongside the default volume
94+ See the [ BlockVolumes] ( #block-volumes-configuration ) documentation for fields.
9295
9396- ` cleanup_machine_related_data ` (string) - This value allows the user to remove information
9497 that is particular to the instance used to build the image
@@ -129,6 +132,19 @@ can also be supplied to override the typical auto-generated key:
129132<!-- End of code generated from the comments of the Config struct in builder/scaleway/config.go; -->
130133
131134
135+ ### Block volumes configuration
136+
137+ <!-- Code generated from the comments of the ConfigBlockVolume struct in builder/scaleway/config.go; DO NOT EDIT MANUALLY -->
138+
139+ - ` name ` (string) - The name of the created volume
140+
141+ - ` snapshot_id ` (string) - ID of the snapshot to create the volume from
142+
143+ - ` size ` (uint64) - Size of the newly created volume
144+
145+ <!-- End of code generated from the comments of the ConfigBlockVolume struct in builder/scaleway/config.go; -->
146+
147+
132148## Basic Example
133149
134150Here is a basic example. It is completely valid as soon as you enter your own
You can’t perform that action at this time.
0 commit comments