cockroachdb / terraform-provider-cockroach

Terraform provider for CockroachDB Cloud
Apache License 2.0
57 stars 12 forks source link

Connection string data source #73

Closed erademacher closed 1 year ago

erademacher commented 1 year ago

This is based on my cert commit (open PR #72), so please focus on the second commit for this review.

Added a new "cockroach_connection_string" data source, which takes in certain connection params and outputs a connection string, as well as a list of individual connection params. Passwords are handled locally to avoid sending sensitive data over the wire in a URL param.

Updated the Go SDK to make use of the new connection string API endpoint.


This change is Reviewable