From 399ae81e932935786289c0c2322330372002b635 Mon Sep 17 00:00:00 2001 From: Matthew Searle <65017209+matthewsearle01@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:11:19 +0000 Subject: [PATCH] remove postgres version bump for ncas --- terraform/environments/ncas/application_variables.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/environments/ncas/application_variables.json b/terraform/environments/ncas/application_variables.json index 63dcaef1b71..840f2aab90b 100644 --- a/terraform/environments/ncas/application_variables.json +++ b/terraform/environments/ncas/application_variables.json @@ -8,7 +8,7 @@ "allocated_storage": "20", "storage_type": "gp2", "engine": "postgres", - "engine_version": "14.10", + "engine_version": "14.7", "instance_class": "db.t3.micro", "server_port_1": "80", "lb_listener_protocol_1": "HTTP", @@ -29,7 +29,7 @@ "allocated_storage": "20", "storage_type": "gp2", "engine": "postgres", - "engine_version": "14.10", + "engine_version": "14.7", "instance_class": "db.t3.micro", "server_port_1": "80", "lb_listener_protocol_1": "HTTP", @@ -50,7 +50,7 @@ "allocated_storage": "20", "storage_type": "gp2", "engine": "postgres", - "engine_version": "14.10", + "engine_version": "14.7", "instance_class": "db.t3.micro", "server_port_1": "80", "lb_listener_protocol_1": "HTTP",