Skip to content

Commit e1208db

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

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.6.0"
1212

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

0 commit comments

Comments
 (0)