alicloud_cas_certificates

This data source provides a list of CAS Certificates in an Alibaba Cloud account according to the specified filters.

Example Usage

data "alicloud_cas_certificates" "certs" {
  name_regex  = "^cas"
  output_file = "${path.module}/cas_certificates.json"
}

output "cert" {
  value = "${data.alicloud_cas_certificates.certs.certificates.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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