Closed robertfairhead closed 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.
I don't know why GitHub is stuck on that first check, but it succeeded
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.