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
+4-4Lines changed: 4 additions & 4 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.
@@ -55,7 +55,7 @@ The upcloud builder is used to generate storage templates on UpCloud.
55
55
-`storage_tier` (string) - The storage tier to use. Available options are `maxiops`, `archive`, and `standard`. Defaults to `maxiops`.
56
56
For most production workloads, MaxIOPS is recommended for best performance.
57
57
58
-
-`state_timeout_duration` (duration string | ex: "1h5m2s") - The amount of time to wait for resource state changes. Defaults to `5m`.
58
+
-`state_timeout_duration` (duration string | ex: "1h5m2s") - The amount of time to wait for resource state changes. Defaults to `20m`.
59
59
60
60
-`boot_wait` (duration string | ex: "1h5m2s") - The amount of time to wait after booting the server. Defaults to '0s'
// 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`.
@@ -103,7 +103,7 @@ type Config struct {
103
103
// For most production workloads, MaxIOPS is recommended for best performance.
104
104
StorageTierstring`mapstructure:"storage_tier"`
105
105
106
-
// The amount of time to wait for resource state changes. Defaults to `5m`.
106
+
// The amount of time to wait for resource state changes. Defaults to `20m`.
0 commit comments