Skip to content

Commit

Permalink
fix: db version
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiFilipeCampos committed Sep 6, 2024
1 parent 57462f0 commit 52d54d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coder-deployment/terraform/rds.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rds
data "aws_rds_orderable_db_instance" "selected" {
engine = "postgres"
engine_version = "15.4"
engine_version = "15.5"
license_model = "postgresql-license"
preferred_instance_classes = ["db.t3.micro"]
}
Expand Down Expand Up @@ -34,7 +34,7 @@ module "db" {

major_engine_version = "15"
engine = "postgres"
engine_version = "15.4"
engine_version = "15.5"
family = "postgres15"

instance_class = "db.t3.micro"
Expand Down

0 comments on commit 52d54d2

Please sign in to comment.