diff --git a/website/docs/d/pi_instance.html.markdown b/website/docs/d/pi_instance.html.markdown index 2d25bae4d0..9f3a6bf913 100644 --- a/website/docs/d/pi_instance.html.markdown +++ b/website/docs/d/pi_instance.html.markdown @@ -47,6 +47,7 @@ Review the argument references that you can specify for your data source. In addition to all argument reference list, you can access the following attribute references after your data source is created. - `crn` - (String) The CRN of this resource. +- `dedicated_host_id` - (String) The dedicated host ID where the shared processor pool resides. - `deployment_type` - (String) The custom deployment type. - `fault` - (Map) Fault information, if any. diff --git a/website/docs/d/pi_instances.html.markdown b/website/docs/d/pi_instances.html.markdown index d3914c0102..d88676604a 100644 --- a/website/docs/d/pi_instances.html.markdown +++ b/website/docs/d/pi_instances.html.markdown @@ -48,6 +48,7 @@ In addition to all argument reference list, you can access the following attribu Nested scheme for `pvm_instances`: - `crn` - (String) The CRN of this resource. + - `dedicated_host_id` - (String) The dedicated host ID where the shared processor pool resides. - `fault` - (Map) Fault information, if any. Nested scheme for `fault`: @@ -96,4 +97,3 @@ In addition to all argument reference list, you can access the following attribu Nested scheme for `virtual_serial_number`: - `description` - (String) Description for virtual serial number. - `serial` - (String) Virtual serial number. - diff --git a/website/docs/r/pi_instance.html.markdown b/website/docs/r/pi_instance.html.markdown index 22dc544e37..df5baab164 100644 --- a/website/docs/r/pi_instance.html.markdown +++ b/website/docs/r/pi_instance.html.markdown @@ -126,9 +126,9 @@ Review the argument references that you can specify for your resource. - `pi_virtual_serial_number` - (Optional, List) Virtual Serial Number information. If using `ibm_pi_virtual_serial_number` resource to manage a virtual serial number assigned to this instance, it is strongly recommended to ignore changes in this argument using the `ignore_changes` meta-argument in the `lifecycle`. Nested scheme for `pi_virtual_serial_number`: - - `description` - (String, Optional) Description of virtual serial number. - - `serial` - (String, Required) Provide an existing reserved Virtual Serial Number or specify 'auto-assign' for auto generated Virtual Serial Number. - + - `description` - (String, Optional) Description of virtual serial number. + - `serial` - (String, Required) Provide an existing reserved Virtual Serial Number or specify 'auto-assign' for auto generated Virtual Serial Number. + ~> **Note** When set to "auto-assign", changes to `serial` outside of terraform will not be detected. In addition, if a new generated virtual serial number is needed, the old serial must be removed before a new one is generated. - `pi_volume_ids` - (Optional, List of String) The list of volume IDs that you want to attach to the instance during creation. @@ -137,6 +137,7 @@ Review the argument references that you can specify for your resource. In addition to all argument reference list, you can access the following attribute reference after your resource is created. - `crn` - (String) The CRN of this resource. +- `dedicated_host_id` - (String) The dedicated host ID where the shared processor pool resides. - `fault` - (Map) Fault information, if any. Nested scheme for `fault`: