From 84d58e4b95cc289566172774eb95403f637958de Mon Sep 17 00:00:00 2001 From: Raz Abramov <133568591+razatrna@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:30:33 +0200 Subject: [PATCH 1/4] Update main.tf --- modules/aws_ecs_ec2/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws_ecs_ec2/main.tf b/modules/aws_ecs_ec2/main.tf index 761a68b..d835757 100644 --- a/modules/aws_ecs_ec2/main.tf +++ b/modules/aws_ecs_ec2/main.tf @@ -148,7 +148,7 @@ resource "aws_db_instance" "this" { allocated_storage = 80 instance_class = var.rds_instance_class engine = "postgres" - engine_version = "13.7" + engine_version = "13.10" db_name = "hammerhead_production" username = aws_secretsmanager_secret_version.rds_username.secret_string password = aws_secretsmanager_secret_version.rds_password.secret_string From 0f78b335d96d0a80ae6b98403962f7692c008654 Mon Sep 17 00:00:00 2001 From: Raz Abramov <133568591+razatrna@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:32:37 +0200 Subject: [PATCH 2/4] Update main.tf --- modules/aws_ecs/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws_ecs/main.tf b/modules/aws_ecs/main.tf index 3486a6b..d4af2e3 100644 --- a/modules/aws_ecs/main.tf +++ b/modules/aws_ecs/main.tf @@ -30,7 +30,7 @@ resource "aws_db_instance" "this" { allocated_storage = 80 instance_class = var.rds_instance_class engine = "postgres" - engine_version = "13.7" + engine_version = "13.10" db_name = "hammerhead_production" username = aws_secretsmanager_secret_version.rds_username.secret_string password = aws_secretsmanager_secret_version.rds_password.secret_string From 10bbcc72e6113dc2c3acac4d5be8b85917c45793 Mon Sep 17 00:00:00 2001 From: Raz Abramov <133568591+razatrna@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:12:03 +0200 Subject: [PATCH 3/4] Update main.tf --- modules/aws_ecs/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws_ecs/main.tf b/modules/aws_ecs/main.tf index d4af2e3..b7590a1 100644 --- a/modules/aws_ecs/main.tf +++ b/modules/aws_ecs/main.tf @@ -30,7 +30,7 @@ resource "aws_db_instance" "this" { allocated_storage = 80 instance_class = var.rds_instance_class engine = "postgres" - engine_version = "13.10" + engine_version = "14.8" db_name = "hammerhead_production" username = aws_secretsmanager_secret_version.rds_username.secret_string password = aws_secretsmanager_secret_version.rds_password.secret_string From 1d1a6379185e002f6faffb427d3f9fa7532363b5 Mon Sep 17 00:00:00 2001 From: Raz Abramov <133568591+razatrna@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:20:56 +0200 Subject: [PATCH 4/4] Update main.tf --- modules/aws_ecs/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws_ecs/main.tf b/modules/aws_ecs/main.tf index b7590a1..d9cfe58 100644 --- a/modules/aws_ecs/main.tf +++ b/modules/aws_ecs/main.tf @@ -30,7 +30,7 @@ resource "aws_db_instance" "this" { allocated_storage = 80 instance_class = var.rds_instance_class engine = "postgres" - engine_version = "14.8" + engine_version = "14.10" db_name = "hammerhead_production" username = aws_secretsmanager_secret_version.rds_username.secret_string password = aws_secretsmanager_secret_version.rds_password.secret_string