cockroachdb / terraform-provider-cockroach

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

Fix state updates on read for missing resources #51

Closed erademacher closed 1 year ago

erademacher commented 1 year ago

Apparently, using an error will prevent any state changes. We need to use a warning instead. I also noticed that we're not correctly updating state in Read for allowlist entries and endpoint services, so fixed that.

erademacher commented 1 year ago

TFTR!