Skip to content

Commit

Permalink
upgrade postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
SPAHI4 committed Mar 31, 2024
1 parent 311f5f4 commit a866619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ resource "aws_db_instance" "default" {
identifier = "${terraform.workspace}-photo-app"
allocated_storage = 20
engine = "postgres"
engine_version = "15.3"
engine_version = "15.5"
instance_class = "db.t3.micro"
username = "postgres"
db_name = "postgres"
Expand Down

0 comments on commit a866619

Please sign in to comment.