digitalocean / terraform-provider-digitalocean

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

digitalocean_app: Service Autoscaling #1181

Closed moritzbruder closed 4 months ago

moritzbruder commented 4 months ago

Is your feature request related to a problem? Please describe.

App Platform has an autoscaling feature that's not supported by the terraform provider as far as I can tell.

It's configurable via UI and app spec but already but not terraform: https://www.digitalocean.com/blog/introducing-cpu-based-autoscaling-app-platform

Describe the solution you'd like

Support for autoscaling properties of the digitalocean_app.service resources

Describe alternatives you've considered

no usable alternatives really except building my own scaling or not using app platform, autoscaling was part of the reason for choosing app platform for me