alicloud_cen_instance_attachments

This data source provides Cen Instance Attachments of the current Alibaba Cloud User.

Example Usage

data "alicloud_cen_instance_attachments" "example" {
  instance_id = "cen-o40h17ll9w********"
}

output "the_first_attachmented_instance_id" {
  value = "${data.alicloud_cen_instance_attachments.example.attachments.0.child_instance_id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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