google_privateca_certificate_authority

Get info about a Google CAS Certificate Authority.

Example Usage

data "google_privateca_certificate_authority" "default" {
  location = "us-west1"
  pool = "pool-name"
  certificate_authority_id = "ca-id"
}

output "csr" {
  value = data.google_privateca_certificate_authority.default.pem_csr
}

Argument Reference

The following arguments are supported:


Attributes Reference

See google_privateca_certificate_authority resource for details of the available attributes.