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

Clear application configuration entries when removed #24

Closed robertfairhead closed 4 years ago

robertfairhead commented 4 years ago

Closes: https://aptible.atlassian.net/browse/DP-321

Our API merges the new and old configurations, allowing for partial updates of the configuration. To remove an entry, it must be set to an empty string.

This corrects that behavior in Terraform and includes an acceptance test to confirm it.

robertfairhead commented 4 years ago

I don't know why GitHub is stuck on that first check, but it succeeded