From 2c0dce9e64c7885a3e638bac604d98dfef4ecc8a Mon Sep 17 00:00:00 2001 From: Manuel Romero Date: Tue, 1 Jul 2025 17:17:52 +0200 Subject: [PATCH] flexible postgres 14 --- databases/azure-rds-flexpostgres/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/azure-rds-flexpostgres/variables.tf b/databases/azure-rds-flexpostgres/variables.tf index 426500d..09ad4dd 100644 --- a/databases/azure-rds-flexpostgres/variables.tf +++ b/databases/azure-rds-flexpostgres/variables.tf @@ -23,7 +23,7 @@ variable "admin_login" { variable "postgresql-version" { type = string description = "PostgreSQL Server version to deploy" - default = "12" + default = "14" } variable "postgresql-sku-name" { type = string