Skip to content

Commit

Permalink
Update documentation:
Browse files Browse the repository at this point in the history
  • Loading branch information
ismirlia committed Jan 27, 2025
1 parent 9365f70 commit 870cfe5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions website/docs/d/pi_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/pi_instances.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down Expand Up @@ -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.

7 changes: 4 additions & 3 deletions website/docs/r/pi_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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`:
Expand Down

0 comments on commit 870cfe5

Please sign in to comment.