digitalocean_database_ca

Provides the CA certificate for a DigitalOcean database.

Example Usage

data "digitalocean_database_ca" "ca" {
  cluster_id = "aaa-bbb-ccc-ddd"
}

output "ca_output" {
  value = data.digitalocean_database_ca.ca.certificate
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: