Skip to content

Commit

Permalink
fix host group docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Kita committed Nov 6, 2024
1 parent df5a735 commit d08e673
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions website/docs/r/pi_host_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,24 @@ resource "ibm_pi_host_group" "hostGroup" {

The `ibm_pi_host_group` provides the following [timeouts](https://www.terraform.io/docs/language/resources/syntax.html) configuration options:

* **delete** - (Default 10 minutes) Used for deleting a host group.
- **delete** - (Default 10 minutes) Used for deleting a host group.

## Argument Reference

You can specify the following arguments for this resource.

* `pi_cloud_instance_id` - (Required, String) The GUID of the service instance associated with an account.
- `pi_cloud_instance_id` - (Required, String) The GUID of the service instance associated with an account.

* `pi_hosts` - (Required, List) List of hosts to add to the group.
- `pi_hosts` - (Required, List) List of hosts to add to the group.

Nested schema for `pi_hosts`:
- `display_name` - (Required, String) Name of the host chosen by the user.
- `sys_type` - (Required, String) System type.
- `user_tags` - (Optional, List) The user tags attached to this resource.

* `pi_name` - (Required, String) Name of the host group to create.
* `pi_remove` - (Optional, String) A workspace ID to stop sharing the host group with.
* `pi_secondaries` - (Optional, List) List of workspaces to share the host group with.
- `pi_name` - (Required, String) Name of the host group to create.
- `pi_remove` - (Optional, String) A workspace ID to stop sharing the host group with.
- `pi_secondaries` - (Optional, List) List of workspaces to share the host group with.

Nested schema for `pi_secondaries`:
- `name` - (Optional, String) Name of the host group to create in the secondary workspace.
Expand All @@ -76,9 +76,9 @@ You can specify the following arguments for this resource.

In addition to all argument reference list, you can access the following attribute references after your data source is created.

* `creation_date` - (String) Date/Time of host group creation.
* `host_group_id` - (String) The id of the created host group.
* `hosts` - (List) List of hosts.
* `id` - (String) The unique identifier of the host group. The ID is composed of `<pi_cloud_instance_id>/<host_group_id>`.
* `primary` - (String) The ID of the workspace owning the host group.
* `secondaries` - (List) IDs of workspaces the host group has been shared with.
- `creation_date` - (String) Date/Time of host group creation.
- `host_group_id` - (String) The id of the created host group.
- `hosts` - (List) List of hosts.
- `id` - (String) The unique identifier of the host group. The ID is composed of `<pi_cloud_instance_id>/<host_group_id>`.
- `primary` - (String) The ID of the workspace owning the host group.
- `secondaries` - (List) IDs of workspaces the host group has been shared with.

0 comments on commit d08e673

Please sign in to comment.