cockroachdb / terraform-provider-cockroach

Terraform provider for CockroachDB Cloud
Apache License 2.0
57 stars 12 forks source link

add `delete_protection` to the Cluster resource and data source #205

Closed rgcase closed 5 months ago

rgcase commented 5 months ago

Enabling delete protection on a cluster causes attempts to delete the cluster to fail. Users can set this to protect against accidental deletion of important clusters by making deletion a two-step process. To delete a protected cluster, first disable delete protection.

Commit checklist

rgcase commented 5 months ago

Thanks for all the help getting this merged!