Skip to content

Commit be1ee0c

Browse files
authored
Update terraform docs with new systems (#6318)
1 parent 3689f2d commit be1ee0c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ibm/service/power/resource_ibm_pi_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ func ResourceIBMPIInstance() *schema.Resource {
332332
},
333333
Arg_SysType: {
334334
Computed: true,
335-
Description: "PI Instance system type",
335+
Description: "The type of system on which to create the VM (e880/e980/e1080/e1150/e1180/s922/s1022/s1122).",
336336
ForceNew: true,
337337
Optional: true,
338338
Type: schema.TypeString,

ibm/service/power/resource_ibm_pi_shared_processor_pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func ResourceIBMPISharedProcessorPool() *schema.Resource {
5454
Type: schema.TypeString,
5555
},
5656
Arg_SharedProcessorPoolHostGroup: {
57-
Description: "Host group of the shared processor pool. Valid values are 's922', 'e980' and 's1022'.",
57+
Description: "Host group of the shared processor pool. Valid values are 'e980', 'e1080', 'e1180', 's922', 's1022' and 's1122'.",
5858
ForceNew: true,
5959
Required: true,
6060
Type: schema.TypeString,

website/docs/r/pi_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Review the argument references that you can specify for your resource.
117117
- `pi_storage_pool_affinity` - (Optional, Boolean) Indicates if all volumes attached to the server must reside in the same storage pool. The default value is `true`. To attach data volumes from a different storage pool (mixed storage) set to `false` and use `pi_volume_attach` resource. Once set to `false`, cannot be set back to `true` unless all volumes attached reside in the same storage type and pool.
118118
- `pi_storage_type` - (Optional, String) - Storage type for server deployment; If storage type is not provided the storage type will default to `tier3`. To get a list of available storage types, please use the [ibm_pi_storage_types_capacity](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/pi_storage_types_capacity) data source.
119119
- `pi_storage_connection` - (Optional, String) - Storage Connectivity Group (SCG) for server deployment. Supported values are `vSCSI`, `maxVolumeSupport`.
120-
- `pi_sys_type` - (Optional, String) The type of system on which to create the VM (e880/e980/e1080/s922/s1022).
120+
- `pi_sys_type` - (Optional, String) The type of system on which to create the VM (e880/e980/e1080/e1150/e1180/s922/s1022/s1122).
121121
- Supported SAP system types are (e880/e980/e1080).
122122
- `pi_user_data` - (Optional, String) The user data `cloud-init` to pass to the instance during creation. It can be a base64 encoded or an unencoded string. If it is an unencoded string, the provider will encode it before it passing it down.
123123
- `pi_user_tags` - (Optional, List) The user tags attached to this resource.

website/docs/r/pi_shared_processor_pool.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Review the argument references that you can specify for your resource.
5353

5454
- `pi_cloud_instance_id` - (Required, String) The GUID of the service instance associated with an account.
5555
- `pi_host_id` - (Optional, String) The host id of a host in a host group (only available for dedicated hosts).
56-
- `pi_shared_processor_pool_host_group` - (Required, String) Host group of the shared processor pool. Valid values are 's922', 'e980' and 's1022'.
56+
- `pi_shared_processor_pool_host_group` - (Required, String) Host group of the shared processor pool. Valid values are 'e980', 'e1080', 'e1180', 's922', 's1022' and 's1122'.
5757
- `pi_shared_processor_pool_name` - (Required, String) The name of the shared processor pool.
5858
- `pi_shared_processor_pool_placement_group_id` - (Deprecated, Optional, String) The ID of the placement group the shared processor pool is created in. Please use pi_shared_processor_pool_placement_groups instead.
5959
- `pi_shared_processor_pool_placement_groups` - (Optional, List) The list of shared processor pool placement groups that the shared processor pool is in.

0 commit comments

Comments
 (0)