alicloud_tsdb_instances

This data source provides the Time Series Database (TSDB) Instances of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_tsdb_instances" "example" {
  ids = ["example_value"]
}

output "first_tsdb_instance_id" {
  value = data.alicloud_tsdb_instances.example.instances.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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