diff --git a/infrastructure/modules/container-apps/postgres.tf b/infrastructure/modules/container-apps/postgres.tf index 5ea526db..7939db25 100644 --- a/infrastructure/modules/container-apps/postgres.tf +++ b/infrastructure/modules/container-apps/postgres.tf @@ -46,6 +46,8 @@ module "postgres" { private_service_connection_is_manual = false } : null + public_network_access_enabled = !var.features.private_networking + databases = { db1 = { collation = "en_US.utf8"