cockroachdb / terraform-provider-cockroach

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

Support explicit preview CRDB versions #109

Closed erademacher closed 1 year ago

erademacher commented 1 year ago

Previously, we only allowed the magic string "preview" to create new clusters with a preview crdb build. Now, the API supports cluster creation with the major version of the requested preview. That means the Terraform cluster won't get into a bad state once the version moves out of preview. This change attempts to match the version format of the state to the version format of the config when using preview versions.

erademacher commented 1 year ago

TFTR!