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

Database IP filtering change behave different than via Aptible UI #51

Open sataloger opened 3 years ago

sataloger commented 3 years ago

When we change IP filtering rule for database endpoint via terraform it reflect change in Aptible UI, though newly added IPs still can’t reach it. On the other side, if we go to UI and save this endpoint without any extra changes it becomes reachable.

It looks like endpoint isn't reloaded after such change.