Skip to content

Commit 0066789

Browse files
authored
update db size (#51)
1 parent 9485003 commit 0066789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/db.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ resource "aws_db_instance" "database" {
5151
storage_type = "gp2"
5252
engine = "mysql"
5353
engine_version = "5.7"
54-
instance_class = "db.t2.micro"
54+
instance_class = "db.t2.small"
5555
name = "hitideprofiledb"
5656
username = "hitideprofileadmin"
5757
password = random_password.db_admin_pass.result

0 commit comments

Comments
 (0)