flexible postgres 14

This commit is contained in:
Manuel Romero
2025-07-01 17:17:52 +02:00
parent 0b9ec65257
commit 2c0dce9e64

View File

@@ -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