Skip to content

Commit

Permalink
chore: disable public network access for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
larwaa committed Oct 9, 2024
1 parent b5bda2c commit 83b110b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/modules/postgres/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ resource "azurerm_postgresql_flexible_server" "this" {
sku_name = var.postgres.sku_name
version = "14"
storage_mb = var.postgres.storage_mb
public_network_access_enabled = false

tags = var.tags

Expand Down

0 comments on commit 83b110b

Please sign in to comment.