aptible / terraform-provider-aptible

The official Terraform provider for Aptible Deploy
https://registry.terraform.io/providers/aptible/aptible/latest
10 stars 13 forks source link

Support scale to zero for services #36

Closed robertfairhead closed 3 years ago

robertfairhead commented 3 years ago

Fixes https://github.com/aptible/terraform-provider-aptible/issues/35

This update includes a fix for services scaling to zero. An acceptance test has been added to prevent a regression on that.

Also, it removes the workaround to populate database credentials introduced in https://github.com/aptible/terraform-provider-aptible/pull/28

The updated acceptance test suite passed using the draft version of go-deploy