From 043d7264e05d3f6678f18f0bcb958955c2eaf257 Mon Sep 17 00:00:00 2001 From: Mark Butler Date: Fri, 20 Sep 2024 15:42:34 +0100 Subject: [PATCH] Only specify the major number for engine version so the minor version can be upgraded by AWS automatically and we don't need to be aware of it --- terraform/environments/wardship/application_variables.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/environments/wardship/application_variables.json b/terraform/environments/wardship/application_variables.json index 88627eca359..34d4d6c262e 100644 --- a/terraform/environments/wardship/application_variables.json +++ b/terraform/environments/wardship/application_variables.json @@ -7,7 +7,7 @@ "allocated_storage": "20", "storage_type": "gp2", "engine": "postgres", - "engine_version": "14.10", + "engine_version": "14", "instance_class": "db.t3.micro", "server_port_1": "80", "lb_listener_protocol_1": "HTTP", @@ -28,7 +28,7 @@ "allocated_storage": "20", "storage_type": "gp2", "engine": "postgres", - "engine_version": "14.10", + "engine_version": "14", "instance_class": "db.t3.micro", "server_port_1": "80", "lb_listener_protocol_1": "HTTP", @@ -49,7 +49,7 @@ "allocated_storage": "20", "storage_type": "gp2", "engine": "postgres", - "engine_version": "14.10", + "engine_version": "14", "instance_class": "db.t3.micro", "server_port_1": "80", "lb_listener_protocol_1": "HTTP",