Skip to content

Commit

Permalink
Use correct instance type for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Jan 3, 2024
1 parent 17f2bcf commit 90dc078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/terraform/lib/dependencies/orders_rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module "orders_rds" {
name = "${var.environment_name}-orders"
engine = "aurora-postgresql"
engine_version = "15.5"
instance_class = "db.t3.small"
instance_class = "db.t3.medium"

instances = {
one = {}
Expand Down

0 comments on commit 90dc078

Please sign in to comment.