Skip to content

Commit

Permalink
bump db instance size
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Jul 24, 2024
1 parent f34d8aa commit 5d65116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ module "rds" {
engine_version = "14"
family = "postgres14"
major_engine_version = "14"
instance_class = "db.t4g.small"
instance_class = "db.t4g.medium"

allocated_storage = 20
max_allocated_storage = 50
Expand Down

0 comments on commit 5d65116

Please sign in to comment.