digitalocean / terraform-provider-digitalocean

Terraform DigitalOcean provider
https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs
Mozilla Public License 2.0
509 stars 278 forks source link

databases: set replica size to state on read. #1186

Closed andrewsomething closed 3 months ago

andrewsomething commented 3 months ago

Now that size is available in the GET /v2/databases/{uuid}/replicas/{name} response, we can set it to state on read.

Resolves: https://github.com/digitalocean/terraform-provider-digitalocean/issues/1185