cockroachdb / terraform-provider-cockroach

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

Fix inconsistent result error when using cockroach_version #58

Closed erademacher closed 1 year ago

erademacher commented 1 year ago

Transform version strings from API results into the format we expect for cluster creation.

Also moved the dedicated test cluster to GCP and us-central1 since it's a little bit cheaper and closer to our control plane.

erademacher commented 1 year ago

TFTR!