From d27028c528579cddce73570ad540af52145b17bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 18:49:08 +0000 Subject: [PATCH] chore(deps): update terraform terraform-aws-modules/rds-aurora/aws to v9.7.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..83a35d8a 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.7.0" name = module.this.id database_name = var.db_name