alicloud_arms_remote_writes

This data source provides the Arms Remote Writes of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_arms_remote_writes" "ids" {
  ids        = ["example_id"]
  cluster_id = "your_cluster_id"
}

output "arms_remote_writes_id_1" {
  value = data.alicloud_arms_remote_writes.ids.remote_writes.0.id
}

data "alicloud_arms_remote_writes" "nameRegex" {
  name_regex = "tf-example"
  cluster_id = "your_cluster_id"
}

output "arms_remote_writes_id_2" {
  value = data.alicloud_arms_remote_writes.nameRegex.remote_writes.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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