alicloud_cen_transit_router

Provides a CEN transit router resource that associate the transitRouter with the CEN instance.What is Cen Transit Router

Example Usage

Basic Usage

resource "alicloud_cen_instance" "example" {
  cen_instance_name = "tf_example"
  description       = "an example for cen"
}

resource "alicloud_cen_transit_router" "example" {
  transit_router_name = "tf_example"
  cen_id              = alicloud_cen_instance.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

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

Import

CEN instance can be imported using the id, e.g.

$ terraform import alicloud_cen_transit_router.default cen-*****:tr-*******