Skip to content

Commit 2bbc524

Browse files
feat: postgres public connections
1 parent 59e0ef1 commit 2bbc524

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

infrastructure/modules/container-apps/postgres.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ module "postgres" {
4545
private_endpoint_resource_group_name = azurerm_resource_group.main.name
4646
private_service_connection_is_manual = false
4747
} : null
48+
49+
public_network_access_enabled = !var.features.private_networking
4850

4951
databases = {
5052
db1 = {

0 commit comments

Comments
 (0)