alicloud_express_connect_physical_connection

Provides a Express Connect Physical Connection resource.

For information about Express Connect Physical Connection and how to use it, see What is Physical Connection.

Example Usage

Basic Usage

provider "alicloud" {
  region = "cn-hangzhou"
  alias  = "hz"
}

provider "alicloud" {
  region = "ap-southeast-1"
  alias  = "sgp"
}

resource "alicloud_express_connect_physical_connection" "domestic" {
  access_point_id          = "ap-cn-hangzhou-yh-B"
  line_operator            = "CT"
  peer_location            = "example_value"
  physical_connection_name = "example_value"
  type                     = "VPC"
  description              = "my domestic connection"
  port_type                = "1000Base-LX"
  bandwidth                = 100
  provider                 = alicloud.hz

}

resource "alicloud_express_connect_physical_connection" "international" {
  access_point_id          = "ap-sg-singpore-A"
  line_operator            = "Other"
  peer_location            = "example_value"
  physical_connection_name = "example_value"
  type                     = "VPC"
  description              = "my domestic connection"
  port_type                = "1000Base-LX"
  bandwidth                = 100
  provider                 = alicloud.sgp
}

Argument Reference

The following arguments are supported:

NOTE: From in v1.185.0+, The 40GBase-LR and 100GBase-LR is valid. and Set these values based on the water levels of background ports. For details about the water levels, contact the business manager.

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

Express Connect Physical Connection can be imported using the id, e.g.

$ terraform import alicloud_express_connect_physical_connection.example <id>