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
… v8.5.0 (#461)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent b42c6e6 commit 8fc8db1
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 = "8.3.1"
version = "8.5.0"

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

0 comments on commit 8fc8db1

Please sign in to comment.