From 1022d214a89c0e71001eddf4c9f0f195182232f3 Mon Sep 17 00:00:00 2001 From: Riku Oja Date: Mon, 2 Dec 2024 13:22:31 +0200 Subject: [PATCH] Update to latest postgres13 --- infra/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/variables.tf b/infra/variables.tf index f9af83b..7a8aa84 100644 --- a/infra/variables.tf +++ b/infra/variables.tf @@ -88,7 +88,7 @@ variable "db_instance_type" { variable "db_postgres_version" { description = "Version number of the PostgreSQL DB. DEfault: 13.7" type = string - default = "13.10" + default = "13.15" } variable "tarmo_db_name" {