From cf47cdbcd5e6b9e0f9c8a259276e1456a4ac2524 Mon Sep 17 00:00:00 2001 From: Axel Ismirlian Date: Mon, 27 Jan 2025 12:56:30 -0600 Subject: [PATCH] Update documentation --- website/docs/d/pi_network_interface.html.markdown | 1 + website/docs/d/pi_network_interfaces.html.markdown | 5 +++-- website/docs/r/pi_network_interface.html.markdown | 7 ++++--- website/docs/r/pi_network_security_group.html.markdown | 4 ++-- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/website/docs/d/pi_network_interface.html.markdown b/website/docs/d/pi_network_interface.html.markdown index 069aca031f8..2844fb8d1ef 100644 --- a/website/docs/d/pi_network_interface.html.markdown +++ b/website/docs/d/pi_network_interface.html.markdown @@ -58,6 +58,7 @@ In addition to all argument reference list, you can access the following attribu - `ip_address` - (String) The ip address of this network interface. - `mac_address` - (String) The mac address of the network interface. - `name` - (String) Name of the network interface (not unique or indexable). +- `network_security_group_ids` - (List) List of network security groups that the network interface is a member of. - `network_interface_id` - (String) The unique identifier of the network interface. - `status` - (String) The status of the network address group. - `user_tags` - (List) List of user tags attached to the resource. diff --git a/website/docs/d/pi_network_interfaces.html.markdown b/website/docs/d/pi_network_interfaces.html.markdown index f2112ab5450..57fab2d015c 100644 --- a/website/docs/d/pi_network_interfaces.html.markdown +++ b/website/docs/d/pi_network_interfaces.html.markdown @@ -48,12 +48,12 @@ Review the argument references that you can specify for your data source. In addition to all argument reference listed, you can access the following attribute references after your data source is created. - `id` - (String) The unique identifier of the pi_network_interfaces. -- `interfaces` - (List) network Interfaces. +- `interfaces` - (List) Network interfaces. Nested scheme for `interfaces`: - `crn` - (String) The network interface's crn. - `id` - (String) The unique network interface id. - - `instance` - (List) The attached instance to this Network Interface. + - `instance` - (List) The attached instance to this network interface. Nested scheme for `instance`: - `href` - (String) Link to instance resource. @@ -61,5 +61,6 @@ In addition to all argument reference listed, you can access the following attri - `ip_address` - (String) The ip address of this network interface. - `mac_address` - (String) The mac address of the network interface. - `name` - (String) Name of the network interface (not unique or indexable). + - `network_security_group_ids` - (List) List of network security groups that the network interface is a member of. - `status` - (String) The status of the network address group. - `user_tags` - (List) List of user tags attached to the resource. diff --git a/website/docs/r/pi_network_interface.html.markdown b/website/docs/r/pi_network_interface.html.markdown index 39a0921d149..2a9381d6a0c 100644 --- a/website/docs/r/pi_network_interface.html.markdown +++ b/website/docs/r/pi_network_interface.html.markdown @@ -49,7 +49,7 @@ The `ibm_pi_network` provides the following [Timeouts](https://www.terraform.io/ Review the argument references that you can specify for your resource. - `pi_cloud_instance_id` - (Required, String) The GUID of the service instance associated with an account. -- `pi_instance_id` - (Optional, String) If supplied populated it attaches to the InstanceID, if empty detaches from InstanceID. +- `pi_instance_id` - (Optional, String) If supplied populated it attaches to the instance ID, if empty detaches from the instance ID. - `pi_ip_address` - (Optional, String) The requested IP address of this network interface. - `pi_name` - (Optional, String) Name of the network interface. - `pi_network_id` - (Required, String) network id. @@ -61,7 +61,7 @@ In addition to all argument reference list, you can access the following attribu - `crn` - (String) The network interface's crn. - `id` - (String) The unique identifier of the network interface resource. The ID is composed of `//`. -- `instance` - (List) The attached instance to this Network Interface. +- `instance` - (List) The attached instance to this network interface. Nested scheme for `instance`: - `href` - (String) Link to instance resource. @@ -70,7 +70,8 @@ In addition to all argument reference list, you can access the following attribu - `mac_address` - (String) The mac address of the network interface. - `name` - (String) Name of the network interface (not unique or indexable). - `network_interface_id` - (String) The unique identifier of the network interface. -- `network_security_group_id` - (String) ID of the Network Security Group the network interface will be added to. +- `network_security_group_id` - (Deprecated, String) ID of the network security group the network interface will be added to. Please use network_security_group_ids instead. +- `network_security_group_ids` - (List) List of network security groups that the network interface is a member of. - `status` - (String) The status of the network address group. ## Import diff --git a/website/docs/r/pi_network_security_group.html.markdown b/website/docs/r/pi_network_security_group.html.markdown index c36afbec781..bf65bd13727 100644 --- a/website/docs/r/pi_network_security_group.html.markdown +++ b/website/docs/r/pi_network_security_group.html.markdown @@ -47,7 +47,7 @@ Example usage: Review the argument references that you can specify for your resource. - `pi_cloud_instance_id` - (Required, String) The GUID of the service instance associated with an account. -- `pi_name` - (Required, String) The name of the Network Security Group. +- `pi_name` - (Required, String) The name of the network security group. - `pi_user_tags` - (Optional, List) A list of tags. ## Attribute Reference @@ -84,7 +84,7 @@ In addition to all argument reference list, you can access the following attribu - `remote` - (List) List of remote. Nested schema for `remote`: - - `id` - (String) The id of the remote network Address group or network security group the rules apply to. Not required for default-network-address-group. + - `id` - (String) The id of the remote network address group or network security group the rules apply to. Not required for default-network-address-group. - `type` - (String) The type of remote group the rules apply to. Supported values are: `network-security-group`, `network-address-group`, `default-network-address-group`. - `source_port` - (List) List of source port