cockroachdb / terraform-provider-cockroach

Terraform provider for CockroachDB Cloud
Apache License 2.0
56 stars 10 forks source link

Port is missing from the `cockroach_cluster` response #35

Closed aindeev closed 1 year ago

aindeev commented 1 year ago

There is no connection port indicated in the cockroach_cluster results. I've been guessing that it would always be 26257 to save a connection URL into another TF resource.

It would be great to have the port explicitly stated though!

marksoper commented 1 year ago

@aindeev good call. I will make sure this gets consideration.