Skip to content

Commit

Permalink
chore(deps): bump terraform-aws-modules/rds-aurora/aws
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.0.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.0.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]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 5b5f959 commit 2701967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/gost_postgres/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"

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

0 comments on commit 2701967

Please sign in to comment.