Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/rds-aurora/aws to…
Browse files Browse the repository at this point in the history
… v9.10.0
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 711959e commit 5d2d4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/postgres/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "aws_db_subnet_group" "db_subnets" {

module "db_cluster" {
source = "terraform-aws-modules/rds-aurora/aws"
version = "9.3.1"
version = "9.10.0"

name = module.this.id
database_name = var.db_name
Expand Down

0 comments on commit 5d2d4b7

Please sign in to comment.