How to allow any Azure service access to PostgreSQL flexible server?

Azure’s PostgreSQL flexible server has the setting Networking > Firewall Rules > “Allow public access from any Azure service within Azure to this server” but I don’t see any way to enable this in azurerm_postgresql_flexible_server. How can I enable it with Terraform?

1 Like

Hi, did you find any workaround ?