Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/rds-aurora/aws to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 1ff30a7 commit 35c1191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/data/aurora.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "aurora-metadata-db" {
for_each = local.aurora_rds

source = "terraform-aws-modules/rds-aurora/aws"
version = "5.3.0"
version = "9.10.0"

name = "${local.name}-${each.key}-metadata-db-${local.environment}"

Expand Down

0 comments on commit 35c1191

Please sign in to comment.