alicloud_ssl_certificates_service_certificates

This data source provides the Ssl Certificates Service Certificates of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_cas_certificates" "certs" {
  name_regex = "^cas"
  ids        = ["Certificate Id"]
}

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

Argument Reference

The following arguments are supported:

Argument Reference

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