Skip to content

Commit

Permalink
Remove SA notes for cluster networks for vpc
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal-ibm authored and hkantare committed Dec 19, 2024
1 parent 62b5a7e commit d1877a4
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 35 deletions.
5 changes: 1 addition & 4 deletions website/docs/r/is_cluster_network.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 1 addition & 5 deletions website/docs/r/is_cluster_network_interface.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 1 addition & 4 deletions website/docs/r/is_cluster_network_subnet.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
27 changes: 16 additions & 11 deletions website/docs/r/is_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
}
Expand Down Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit d1877a4

Please sign in to comment.