Skip to content

Commit

Permalink
Connection throttling added to postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkataChalla554 committed Jun 17, 2024
1 parent 5151068 commit d93dca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aks/postgres/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ resource "azurerm_postgresql_flexible_server_configuration" "connection_throttli
name = "connection_throttling"
server_id = azurerm_postgresql_flexible_server.main[0].id
value = "on"
}
}

resource "azurerm_postgresql_flexible_server_database" "main" {
count = var.use_azure ? 1 : 0
Expand Down

0 comments on commit d93dca6

Please sign in to comment.