Skip to content

Commit

Permalink
update db size
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Oct 9, 2024
1 parent a3aa662 commit fccf576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "aws_db_instance" "database" {
storage_type = "gp2"
engine = "mysql"
engine_version = "5.7"
instance_class = "db.t2.small"
instance_class = "db.t3.micro"
name = "hitideprofiledb"
username = "hitideprofileadmin"
password = random_password.db_admin_pass.result
Expand Down

0 comments on commit fccf576

Please sign in to comment.