You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API does not expose the endpoint to change a planetscale_database's cluster_size so we currently need to do a replace (destroy + create) in the TF provider.
- mark `cluster_size` as required
- mark `cluster_size` as requiring recreate (destroy+create), pending: #107
- fix `issues_count` marked as a changeable param, it is readonly
- fix `multiple_admins_required_for_deletion` marked as a changeable param, it is readonly
- fix `plan` marked as a changeable param, it is readonly
- refactor `planetscale_database` tests to include coverage of all changeable params
Also:
- Update goreleaser.yml to address deprecations
The API does not expose the endpoint to change a
planetscale_database
'scluster_size
so we currently need to do a replace (destroy + create) in the TF provider.Ideal would be to add
cluster_size
to the PATCH database endpoint - https://api-docs.planetscale.com/reference/update_database_settings - to simplify the client code, but exposing the existingresizes
endpoint should be manageable as well.The text was updated successfully, but these errors were encountered: