From bcd3cdabebfed73b9eb6c4365abf14d1074b2f38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 15:45:33 +0000 Subject: [PATCH] chore(deps): update terraform terraform-aws-modules/rds-aurora/aws to v9.4.0 --- terraform/postgres/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/postgres/main.tf b/terraform/postgres/main.tf index 6f3b50f9..5d767831 100644 --- a/terraform/postgres/main.tf +++ b/terraform/postgres/main.tf @@ -8,7 +8,7 @@ resource "aws_db_subnet_group" "db_subnets" { module "db_cluster" { source = "terraform-aws-modules/rds-aurora/aws" - version = "9.3.1" + version = "9.4.0" name = module.this.id database_name = var.db_name