Skip to content

Commit

Permalink
and then upgrade rds instsance type
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Byrne authored and Michael Byrne committed Apr 28, 2024
1 parent d81ce67 commit 69f6942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ resource "aws_db_instance" "gbd_postgres" {
storage_type = "gp2"
engine = "postgres"
engine_version = "15.6"
instance_class = "db.t2.small"
instance_class = "db.t4g.micro"
identifier = local.postgres_identifier
username = local.postgres_user_name
password = local.postgres_db_password
Expand Down

0 comments on commit 69f6942

Please sign in to comment.