From 608a01bfd39ccc2eecb40a1b3a4de65a719439fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:58:53 +0000 Subject: [PATCH] chore(deps): update terraform terraform-aws-modules/rds-aurora/aws to v9.9.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..860ea6ac 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.9.0" name = module.this.id database_name = var.db_name