cockroachdb / terraform-provider-cockroach

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

internal/provider: address a test TODO for private endpoint services #142

Closed jaylim-crl closed 11 months ago

jaylim-crl commented 11 months ago

NOTE: Only merge this end of the week.


Previously, we asserted that the private endpoint services returned by the server span all regions of the host (for a serverless cluster), and not just the regions of the serverless cluster. This was a bug in CockroachCloud itself, and has already been addressed there. This commit updates that assertion to the number of regions on the serverless cluster, addressing a TODO.

jaylim-crl commented 11 months ago

TFTR!