Skip to content

Commit

Permalink
RDS: fix max capacity from 2 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Feb 23, 2024
1 parent 903aed2 commit 02079df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "aws_rds_cluster" "this" {

serverlessv2_scaling_configuration {
min_capacity = 1
max_capacity = 2
max_capacity = 4
}

db_subnet_group_name = aws_db_subnet_group.this.name
Expand Down

0 comments on commit 02079df

Please sign in to comment.