Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from FIAP-3SOAT-G15/use-postgres-15
Browse files Browse the repository at this point in the history
Use Postgres 15.6
  • Loading branch information
wellyfrs authored Mar 13, 2024
2 parents 8808e0f + 66eda09 commit 754d2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "aws_db_instance" "default" {
allocated_storage = 10
db_name = "selfordermanagement"
engine = "postgres"
engine_version = "16.0"
engine_version = "15.6"
instance_class = "db.t3.micro"
parameter_group_name = "default.postgres16"
skip_final_snapshot = true
Expand Down

0 comments on commit 754d2e1

Please sign in to comment.