alicloud_ots_instances

This data source provides the ots instances of the current Alibaba Cloud user.

Example Usage

data "alicloud_ots_instances" "instances_ds" {
  output_file = "instances.txt"
}

output "first_instance_id" {
  value = "${data.alicloud_ots_instances.instances_ds.instances.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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