Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 2b24c07

Browse files
chore(deps): update terraform terraform-aws-modules/rds-aurora/aws to v9.5.0
1 parent 711959e commit 2b24c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/postgres/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resource "aws_db_subnet_group" "db_subnets" {
88

99
module "db_cluster" {
1010
source = "terraform-aws-modules/rds-aurora/aws"
11-
version = "9.3.1"
11+
version = "9.5.0"
1212

1313
name = module.this.id
1414
database_name = var.db_name

0 commit comments

Comments
 (0)