Using this data source can enable outbound traffic for an Express Connect circuit automatically. If the service has been opened, it will return opened.
For information about Express Connect and how to use it, see What is Express Connect.
data "alicloud_express_connect_physical_connection_service" "open" {
enable = "On"
}
The following arguments are supported:
enable
- (Optional) Setting the value to On
to enable the service. If has been enabled, return the result. Valid values: On
or Off
. Default to Off
.The following attributes are exported in addition to the arguments listed above:
status
- The current service enable status.