From 140474417958c36c2e8fbb2bca8ff809001a5050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 09:24:17 +0000 Subject: [PATCH] terraform(deps): bump terraform-aws-modules/rds/aws Bumps [terraform-aws-modules/rds/aws](https://github.com/terraform-aws-modules/terraform-aws-rds) from 6.3.1 to 6.4.0. - [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.3.1...v6.4.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/rds/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- terraform/aws/analytical-platform-production/cluster/rds.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/analytical-platform-production/cluster/rds.tf b/terraform/aws/analytical-platform-production/cluster/rds.tf index 5534cd372d..254d52e532 100644 --- a/terraform/aws/analytical-platform-production/cluster/rds.tf +++ b/terraform/aws/analytical-platform-production/cluster/rds.tf @@ -6,7 +6,7 @@ module "rds" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/rds/aws" - version = "6.3.1" + version = "6.4.0" identifier = local.rds_identifier engine = var.rds_engine