cockroachdb / terraform-provider-cockroach

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

Require spend limit #49

Closed erademacher closed 1 year ago

erademacher commented 1 year ago

Users can still pass in a value of zero. It just can't be null, to avoid state errors. We might be able to make it optional again after implementing ModifyResource, but that's a larger change for another day.

erademacher commented 1 year ago

TFTR!