alicloud_config_delivery_channels

This data source provides the Config Delivery Channels of the current Alibaba Cloud user.

Example Usage

data "alicloud_config_delivery_channels" "example" {
  ids        = ["cdc-49a2ad756057********"]
  name_regex = "tftest"
}

output "first_config_delivery_channel_id" {
  value = data.alicloud_config_delivery_channels.example.channels.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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