Skip to content

Commit

Permalink
Adding Security access setting default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Dec 15, 2023
1 parent 0c04006 commit 75ca659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions operations/template/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ resource "azurerm_postgresql_flexible_server" "database" {
version = "16"
storage_mb = "32768"
backup_retention_days = "14"
public_network_access_enabled = true


authentication {
password_auth_enabled = "false"
Expand Down

0 comments on commit 75ca659

Please sign in to comment.