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: website/docs/r/service_offering.html.markdown
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,26 @@ The following arguments are supported:
49
49
*`storage_type` - (Optional) The storage type of the service offering. Values are `local` and `shared`.
50
50
Changing this forces a new resource to be created.
51
51
52
+
*`customized` - (Optional) Whether the service offering allows custom CPU and memory values. Set to `true` to enable users to specify CPU/memory within the min/max constraints for constrained offerings and any value for unconstrained offerings.
53
+
Changing this forces a new resource to be created.
54
+
55
+
*`min_cpu_number` - (Optional) Minimum number of CPU cores allowed for customized offerings.
56
+
Changing this forces a new resource to be created.
57
+
58
+
*`max_cpu_number` - (Optional) Maximum number of CPU cores allowed for customized offerings.
59
+
Changing this forces a new resource to be created.
60
+
61
+
*`min_memory` - (Optional) Minimum memory (in MB) allowed for customized offerings.
62
+
Changing this forces a new resource to be created.
63
+
64
+
*`max_memory` - (Optional) Maximum memory (in MB) allowed for customized offerings.
65
+
Changing this forces a new resource to be created.
66
+
67
+
*`encrypt_root` - (Optional) Whether to encrypt the root disk for VMs using this service offering.
68
+
Changing this forces a new resource to be created.
69
+
70
+
*`storage_tags` - (Optional) Storage tags to associate with the service offering.
0 commit comments