Skip to content

Commit

Permalink
update sit env to use t3.micro
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Oct 28, 2024
1 parent d026b9d commit ed8084a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-deploy/tfvars/sit.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prefix = "sit-hitide-backfill-tool"
stage = "sit"
db_instance_class = "db.t2.micro"
db_instance_class = "db.t3.micro"
db_storage_size = 20


Expand Down

0 comments on commit ed8084a

Please sign in to comment.