» alicloud_slb_ca_certificates

This data source provides the CA certificate list.

» Example Usage

data "alicloud_slb_ca_certificates" "sample_ds" {
}

output "first_slb_ca_certificate_id" {
  value = "${data.alicloud_slb_ca_certificates.sample_ds.certificates.0.id}"
}

» Argument Reference

The following arguments are supported:

  • ids - (Optional) A list of ca certificates IDs to filter results.
  • name_regex - (Optional) A regex string to filter results by ca certificate name.
  • output_file - (Optional) File name where to save data source results (after running terraform plan).

» Attributes Reference

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