alicloud_cloud_connect_networks

This data source provides Cloud Connect Networks available to the user.

Example Usage

data "alicloud_cloud_connect_networks" "default" {
  ids        = ["${alicloud_cloud_connect_networks.default.id}"]
  name_regex = "^tf-testAcc.*"
}
resource "alicloud_cloud_connect_network" "default" {
  name        = "tf-testAccCloudConnectNetworkName"
  description = "tf-testAccCloudConnectNetworkDescription"
  cidr_block  = "192.168.0.0/24"
  is_default  = true
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported in addition to the arguments listed above: