cockroachdb / terraform-provider-cockroach

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

Revert "Replace list attribute with sets (#163)" #166

Closed erademacher closed 9 months ago

erademacher commented 9 months ago

This reverts commit 551369a73d92e53298fcec2c0922d19c45398b63.

erademacher commented 9 months ago

Using sets only partially solves the problem of regions being destroyed and recreated, and it causes other problems as well, namely that Terraform can't figure out how to correctly update regions when the primary is changed.

erademacher commented 9 months ago

TFTR!