alicloud_compute_nest_service_instances

This data source provides the Compute Nest Service Instances of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_compute_nest_service_instances" "ids" {
  ids = ["example_id"]
}

output "arms_prometheis_id_1" {
  value = data.alicloud_compute_nest_service_instances.ids.service_instances.0.id
}

data "alicloud_compute_nest_service_instances" "nameRegex" {
  name_regex = "tf-example"
}

output "arms_prometheis_id_2" {
  value = data.alicloud_compute_nest_service_instances.nameRegex.service_instances.0.id
}

Argument Reference

The following arguments are supported:

Block filter

The filter supports the following:

Attributes Reference

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