Skip to content

Commit

Permalink
Updating postgres minimum size
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Aug 17, 2022
1 parent 2ca7c44 commit ddc6b7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "aws_db_instance" "mysql_rds_instance" {
resource "aws_db_instance" "postgresql_rds_instance" {
allocated_storage = 10
engine = "postgres"
instance_class = "db.t2.micro"
instance_class = "db.t3.micro"
identifier = var.aws_postresql_name
username = var.aws_postgresql_administrator_name
password = var.aws_postgresql_administrator_password
Expand Down

0 comments on commit ddc6b7b

Please sign in to comment.