From 75ecde01166ca4a8dd48c2aa56d27dd43a4aa2bf Mon Sep 17 00:00:00 2001 From: Noman Khan Date: Tue, 16 Jun 2026 14:38:05 +0100 Subject: [PATCH] Upgrade postgres Sku to D2ds_v5 --- terraform/application/config/production.tfvars.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/application/config/production.tfvars.json b/terraform/application/config/production.tfvars.json index 7659f5ab..abca0176 100644 --- a/terraform/application/config/production.tfvars.json +++ b/terraform/application/config/production.tfvars.json @@ -4,7 +4,7 @@ "environment": "production", "enable_postgres_backup_storage": true, "enable_postgres_high_availability": true, - "postgres_flexible_server_sku": "GP_Standard_D2ds_v4", + "postgres_flexible_server_sku": "GP_Standard_D2ds_v5", "storage_container_delete_retention_days": 7, "azure_maintenance_window": { "day_of_week": 0,