Skip to content

Commit b40e651

Browse files
committed
docs
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 8ca732e commit b40e651

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

website/docs/r/service_offering.html.markdown

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,27 @@ The following arguments are supported:
4949
* `storage_type` - (Optional) The storage type of the service offering. Values are `local` and `shared`.
5050
Changing this forces a new resource to be created.
5151

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.
71+
72+
5273
## Attributes Reference
5374

5475
The following attributes are exported:

0 commit comments

Comments
 (0)