From d93dca63a2a3f353d95378ec6c22a4a69729e590 Mon Sep 17 00:00:00 2001 From: Venkata Challa Date: Mon, 17 Jun 2024 08:38:22 +0100 Subject: [PATCH] Connection throttling added to postgresql --- aks/postgres/resources.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aks/postgres/resources.tf b/aks/postgres/resources.tf index b595e1f..1dfb2b8 100644 --- a/aks/postgres/resources.tf +++ b/aks/postgres/resources.tf @@ -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