[ Web Proxy ]
URL:
Viewing: https://docs.digitalocean.com/reference/terraform/reference/data-sources/database_ca/ [Back]  [Original]

digitalocean_database_ca | DigitalOcean Documentation

For AI agents: The documentation index is at https://docs.digitalocean.com/llms.txt. Markdown versions of pages use the same URL with index.html.md in place of the HTML page (for example, append index.html.md to the directory path instead of opening the HTML document).

digitalocean_database_ca

Generated on 18 Aug 2026 from Terraform version v2.100.0

Copy page as Markdown View page as Markdown

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:

In this article...


We can't find any results for your search.

Try using different keywords or simplifying your search terms.


Web Proxy Viewer  |  New URL  |  Original Page