From 5d2d4b792605531f36cdd088268b4bf7e68cf579 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:51:15 +0000 Subject: [PATCH] chore(deps): update terraform terraform-aws-modules/rds-aurora/aws to v9.10.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..eb922674 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.10.0" name = module.this.id database_name = var.db_name