diff --git a/website/docs/r/is_cluster_network.html.markdown b/website/docs/r/is_cluster_network.html.markdown index 5d8b690c08..7c93cddf29 100644 --- a/website/docs/r/is_cluster_network.html.markdown +++ b/website/docs/r/is_cluster_network.html.markdown @@ -8,10 +8,7 @@ subcategory: "VPC infrastructure" # ibm_is_cluster_network -Create, update, and delete ClusterNetworks with this resource. - -~>**Select Availability** -Cluster Networks for VPC is available for select customers only. Contact IBM Support if you are interested in using this functionality. [About cluster networks](https://cloud.ibm.com/docs/vpc?topic=vpc-about-cluster-network) +Create, update, and delete ClusterNetworks with this resource. [About cluster networks](https://cloud.ibm.com/docs/vpc?topic=vpc-about-cluster-network) ## Example Usage diff --git a/website/docs/r/is_cluster_network_interface.html.markdown b/website/docs/r/is_cluster_network_interface.html.markdown index 3b4e036641..1814d436bb 100644 --- a/website/docs/r/is_cluster_network_interface.html.markdown +++ b/website/docs/r/is_cluster_network_interface.html.markdown @@ -8,14 +8,10 @@ subcategory: "VPC infrastructure" # ibm_is_cluster_network_interface -Create, update, and delete ClusterNetworkInterfaces with this resource. +Create, update, and delete ClusterNetworkInterfaces with this resource. [About cluster networks](https://cloud.ibm.com/docs/vpc?topic=vpc-about-cluster-network) ## Example Usage -~>**Select Availability** -Cluster Networks for VPC is available for select customers only. Contact IBM Support if you are interested in using this functionality. [About cluster networks](https://cloud.ibm.com/docs/vpc?topic=vpc-about-cluster-network) - - ```hcl resource "ibm_is_cluster_network_interface" "is_cluster_network_interface_instance" { cluster_network_id = "cluster_network_id" diff --git a/website/docs/r/is_cluster_network_subnet.html.markdown b/website/docs/r/is_cluster_network_subnet.html.markdown index bf9ec3f2bc..e376a8f3bc 100644 --- a/website/docs/r/is_cluster_network_subnet.html.markdown +++ b/website/docs/r/is_cluster_network_subnet.html.markdown @@ -8,10 +8,7 @@ subcategory: "VPC infrastructure" # ibm_is_cluster_network_subnet -Create, update, and delete ClusterNetworkSubnets with this resource. - -~>**Select Availability** -Cluster Networks for VPC is available for select customers only. Contact IBM Support if you are interested in using this functionality. [About cluster networks](https://cloud.ibm.com/docs/vpc?topic=vpc-about-cluster-network) +Create, update, and delete ClusterNetworkSubnets with this resource. [About cluster networks](https://cloud.ibm.com/docs/vpc?topic=vpc-about-cluster-network) ## Example Usage diff --git a/website/docs/r/is_cluster_network_subnet_reserved_ip.html.markdown b/website/docs/r/is_cluster_network_subnet_reserved_ip.html.markdown index 2a97df6f92..3bd620ef36 100644 --- a/website/docs/r/is_cluster_network_subnet_reserved_ip.html.markdown +++ b/website/docs/r/is_cluster_network_subnet_reserved_ip.html.markdown @@ -8,10 +8,7 @@ subcategory: "VPC infrastructure" # ibm_is_cluster_network_subnet_reserved_ip -Create, update, and delete ClusterNetworkSubnetReservedIPs with this resource. - -~>**Select Availability** -Cluster Networks for VPC is available for select customers only. Contact IBM Support if you are interested in using this functionality. [About cluster networks](https://cloud.ibm.com/docs/vpc?topic=vpc-about-cluster-network) +Create, update, and delete ClusterNetworkSubnetReservedIPs with this resource. [About cluster networks](https://cloud.ibm.com/docs/vpc?topic=vpc-about-cluster-network) ## Example Usage diff --git a/website/docs/r/is_instance.html.markdown b/website/docs/r/is_instance.html.markdown index 62a5d872b3..a463fd48e9 100644 --- a/website/docs/r/is_instance.html.markdown +++ b/website/docs/r/is_instance.html.markdown @@ -498,51 +498,57 @@ resource "ibm_is_instance" "is_instance" { subnet = ibm_is_subnet.example.id } cluster_network_attachments { + name = "cna-1" cluster_network_interface{ auto_delete = true - name = "cna-1" + name = "cni-1" subnet { id = ibm_is_cluster_network_subnet.is_cluster_network_subnet_instance.cluster_network_subnet_id } } } cluster_network_attachments { + name = "cna-2" cluster_network_interface{ auto_delete = true - name = "cna-2" + name = "cni-2" subnet { id = ibm_is_cluster_network_subnet.is_cluster_network_subnet_instance.cluster_network_subnet_id } } } cluster_network_attachments { + name = "cna-3" cluster_network_interface{ auto_delete = true - name = "cna-3" + name = "cni-3" subnet { id = ibm_is_cluster_network_subnet.is_cluster_network_subnet_instance.cluster_network_subnet_id } } } cluster_network_attachments { + name = "cna-4" cluster_network_interface{ auto_delete = true - name = "cna-4" + name = "cni-4" subnet { id = ibm_is_cluster_network_subnet.is_cluster_network_subnet_instance.cluster_network_subnet_id } } } cluster_network_attachments { + name = "cna-5" cluster_network_interface{ auto_delete = true - name = "cna-5" + name = "cni-5" subnet { id = ibm_is_cluster_network_subnet.is_cluster_network_subnet_instance.cluster_network_subnet_id } } } cluster_network_attachments { + name = "cna-5" cluster_network_interface{ auto_delete = true name = "cna-6" @@ -552,18 +558,20 @@ resource "ibm_is_instance" "is_instance" { } } cluster_network_attachments { + name = "cna-7" cluster_network_interface{ auto_delete = true - name = "cna-7" + name = "cni-7" subnet { id = ibm_is_cluster_network_subnet.is_cluster_network_subnet_instance.cluster_network_subnet_id } } } cluster_network_attachments { + name = "cna-8" cluster_network_interface{ auto_delete = true - name = "cna-8" + name = "cni-8" subnet { id = ibm_is_cluster_network_subnet.is_cluster_network_subnet_instance.cluster_network_subnet_id } @@ -633,10 +641,7 @@ Review the argument references that you can specify for your resource. `offering_crn` conflicts with `version_crn`, both are mutually exclusive. `catalog_offering` and `image` id are mutually exclusive. `snapshot` conflicts with `image` id and `instance_template` -~>**Select Availability** -Cluster Networks for VPC is available for select customers only. Contact IBM Support if you are interested in using this functionality. [About cluster networks](https://cloud.ibm.com/docs/vpc?topic=vpc-about-cluster-network) - -- `cluster_network_attachments` - (Optional, List) The cluster network attachments for this virtual server instance.The cluster network attachments are ordered for consistent instance configuration. +- `cluster_network_attachments` - (Optional, List) The cluster network attachments for this virtual server instance.The cluster network attachments are ordered for consistent instance configuration. [About cluster networks](https://cloud.ibm.com/docs/vpc?topic=vpc-about-cluster-network) Nested schema for **cluster_network_attachments**: - `name` - (Required, String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance. (`name` is a apply once attribute, changing it will not be detected by terraform) diff --git a/website/docs/r/is_instance_cluster_network_attachment.html.markdown b/website/docs/r/is_instance_cluster_network_attachment.html.markdown index 517b99b41e..70a888cebc 100644 --- a/website/docs/r/is_instance_cluster_network_attachment.html.markdown +++ b/website/docs/r/is_instance_cluster_network_attachment.html.markdown @@ -8,10 +8,7 @@ subcategory: "VPC infrastructure" # ibm_is_instance_cluster_network_attachment -Create, update, and delete InstanceClusterNetworkAttachments with this resource. - -~>**Select Availability** -Cluster Networks for VPC is available for select customers only. Contact IBM Support if you are interested in using this functionality. [About cluster networks](https://cloud.ibm.com/docs/vpc?topic=vpc-about-cluster-network) +Create, update, and delete InstanceClusterNetworkAttachments with this resource. [About cluster networks](https://cloud.ibm.com/docs/vpc?topic=vpc-about-cluster-network) ## Example Usage diff --git a/website/docs/r/is_instance_template.html.markdown b/website/docs/r/is_instance_template.html.markdown index 19bb308704..05f65cd83a 100644 --- a/website/docs/r/is_instance_template.html.markdown +++ b/website/docs/r/is_instance_template.html.markdown @@ -279,9 +279,7 @@ Review the argument references that you can specify for your resource. - `version_crn` - (Optional, Force new resource, String) The CRN for this version of a catalog offering. Identifies a version of a catalog offering by this unique property. Conflicts with `catalog_offering.0.offering_crn` - `plan_crn` - (Optional, String) The CRN for this catalog offering version's billing plan. If unspecified, no billing plan will be used (free). Must be specified for catalog offering versions that require a billing plan to be used. -~>**Select Availability** -Cluster Networks for VPC is available for select customers only. Contact IBM Support if you are interested in using this functionality. [About cluster networks](https://cloud.ibm.com/docs/vpc?topic=vpc-about-cluster-network) -- `cluster_network_attachments` - (Optional, List) The cluster network attachments to create for this virtual server instance. A cluster network attachment represents a device that is connected to a cluster network. The number of network attachments must match one of the values from the instance profile's `cluster_network_attachment_count` before the instance can be started. +- `cluster_network_attachments` - (Optional, List) The cluster network attachments to create for this virtual server instance. A cluster network attachment represents a device that is connected to a cluster network. The number of network attachments must match one of the values from the instance profile's `cluster_network_attachment_count` before the instance can be started. [About cluster networks](https://cloud.ibm.com/docs/vpc?topic=vpc-about-cluster-network) Nested schema for **cluster_network_attachments**: - `cluster_network_interface` - (Required, List) A cluster network interface for the instance cluster network attachment. This can bespecified using an existing cluster network interface that does not already have a `target`,or a prototype object for a new cluster network interface.This instance must reside in the same VPC as the specified cluster network interface. Thecluster network interface must reside in the same cluster network as the`cluster_network_interface` of any other `cluster_network_attachments` for this instance.