From 9147713ea1e9d7ce3e41dd9afc2f433638724db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 11:56:10 +0000 Subject: [PATCH] chore(deps): update terraform-aws-modules/rds/aws requirement from ~> 6.12.0 to ~> 6.13.0 Updates the requirements on [terraform-aws-modules/rds/aws](https://github.com/terraform-aws-modules/terraform-aws-rds) to permit the latest version. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-rds/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-rds/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-rds/compare/v6.12.0...v6.13.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/rds/aws dependency-version: 6.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 1c58cbc..9dfbbb8 100644 --- a/main.tf +++ b/main.tf @@ -44,7 +44,7 @@ module "postgres_security_group" { module "kong_rds" { source = "terraform-aws-modules/rds/aws" - version = "~> 6.12.0" + version = "~> 6.13.0" identifier = local.rds.db_identifier engine = local.rds.engine