alicloud_cr_endpoint_acl_policies

This data source provides the Cr Endpoint Acl Policies of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_cr_endpoint_acl_policies" "ids" {
  instance_id   = "example_value"
  endpoint_type = "example_value"
  ids           = ["example_value-1", "example_value-2"]
}
output "cr_endpoint_acl_policy_id_1" {
  value = data.alicloud_cr_endpoint_acl_policies.ids.policies.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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