From 123131d0bcbc35273fd13ee0aa0adb48de512e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 12:57:19 +0000 Subject: [PATCH] chore(deps): update terraform-aws-modules/rds/aws requirement from ~> 6.7.0 to ~> 6.11.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.7.0...v6.11.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/rds/aws 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 ad61a7d..4852b3d 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.7.0" + version = "~> 6.11.0" identifier = local.rds.db_identifier engine = local.rds.engine