Skip to content

Commit 2338667

Browse files
committed
make generate
1 parent 3f7fb91 commit 2338667

File tree

2 files changed

+99
-83
lines changed

2 files changed

+99
-83
lines changed

.web-docs/components/builder/scaleway/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff 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

134150
Here is a basic example. It is completely valid as soon as you enter your own

0 commit comments

Comments
 (0)