You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .web-docs/components/builder/upcloud/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The upcloud builder is used to generate storage templates on UpCloud.
38
38
39
39
-`storage_name` (string) - The name of the storage that will be used to find the first matching storage in the list of existing templates.
40
40
41
-
Note that `storage_uuid` parameter has higher priority. You should use either `storage_uuid` or `storage_name` for not strict matching (e.g "ubuntu server 20.04").
41
+
Note that `storage_uuid` parameter has higher priority. You should use either `storage_uuid` or `storage_name` for not strict matching (e.g "ubuntu server 24.04").
42
42
43
43
-`template_prefix` (string) - The prefix to use for the generated template title. Defaults to `custom-image`.
44
44
You can use this option to easily differentiate between different templates.
Copy file name to clipboardExpand all lines: builder/upcloud/config.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ type Config struct {
81
81
82
82
// The name of the storage that will be used to find the first matching storage in the list of existing templates.
83
83
//
84
-
// Note that `storage_uuid` parameter has higher priority. You should use either `storage_uuid` or `storage_name` for not strict matching (e.g "ubuntu server 20.04").
84
+
// Note that `storage_uuid` parameter has higher priority. You should use either `storage_uuid` or `storage_name` for not strict matching (e.g "ubuntu server 24.04").
85
85
StorageNamestring`mapstructure:"storage_name"`
86
86
87
87
// The prefix to use for the generated template title. Defaults to `custom-image`.
0 commit comments