From d4d0226eb8dd53c66b925572f843dc65eba35584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 08:26:30 +0000 Subject: [PATCH] chore(deps): bump terraform-aws-modules/rds-aurora/aws Bumps [terraform-aws-modules/rds-aurora/aws](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora) from 8.5.0 to 9.0.2. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v8.5.0...v9.0.2) --- updated-dependencies: - dependency-name: terraform-aws-modules/rds-aurora/aws dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- terraform/modules/gost_postgres/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/modules/gost_postgres/main.tf b/terraform/modules/gost_postgres/main.tf index c5213ebe1..a49779f6c 100644 --- a/terraform/modules/gost_postgres/main.tf +++ b/terraform/modules/gost_postgres/main.tf @@ -37,7 +37,7 @@ resource "random_password" "postgres_user" { module "db" { create = var.enabled source = "terraform-aws-modules/rds-aurora/aws" - version = "8.5.0" + version = "9.0.2" name = "${var.namespace}-postgres" cluster_use_name_prefix = true