Skip to content

Commit 9fa430a

Browse files
Merge pull request #115 from NHSDigital/feat/postgres-public-connections
feat: postgres public connections
2 parents 1717a39 + 1227574 commit 9fa430a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure/modules/container-apps/postgres.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ module "postgres" {
4646
private_service_connection_is_manual = false
4747
} : null
4848

49+
public_network_access_enabled = !var.features.private_networking
50+
4951
databases = {
5052
db1 = {
5153
collation = "en_US.utf8"

0 commit comments

Comments
 (0)