From d08e6731b5f3915d8417ae5a2295100dadc200f9 Mon Sep 17 00:00:00 2001 From: Alexander Kita Date: Wed, 6 Nov 2024 15:18:34 -0600 Subject: [PATCH] fix host group docs --- website/docs/r/pi_host_group.html.markdown | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/website/docs/r/pi_host_group.html.markdown b/website/docs/r/pi_host_group.html.markdown index f35ba3cac6..f858477b15 100644 --- a/website/docs/r/pi_host_group.html.markdown +++ b/website/docs/r/pi_host_group.html.markdown @@ -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. @@ -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 `/`. -* `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 `/`. +- `primary` - (String) The ID of the workspace owning the host group. +- `secondaries` - (List) IDs of workspaces the host group has been shared with.