cockroachdb / terraform-provider-cockroach

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

Fix cluster state on initial creation #53

Closed erademacher closed 1 year ago

erademacher commented 1 year ago

Previously, we attempted to copy over cluster state while polling for status, but accidentally overrode the local pointer address instead of the object itself. This change copies the cluster over. Added test cases for cluster and endpoint services, which behaves the same way.

erademacher commented 1 year ago

TFTR!