Skip to content

Commit

Permalink
Chore [deps:terraform]: Bump terraform-aws-modules/rds-aurora/aws (#561)
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/rds-aurora/aws](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora) from 8.5.0 to 9.10.0.
- [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](terraform-aws-modules/terraform-aws-rds-aurora@v8.5.0...v9.10.0)

---
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 089b32a commit 6d8208f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/postgres.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "aws_ssm_parameter" "postgres_master_password" {
module "postgres" {
create = true
source = "terraform-aws-modules/rds-aurora/aws"
version = "8.5.0"
version = "9.10.0"

name = "${var.namespace}-postgres"
cluster_use_name_prefix = true
Expand Down

0 comments on commit 6d8208f

Please sign in to comment.