Pārlūkot izejas kodu

Updates Portal RDS version to 12.8

to be tagged v3.2.8
Brad Poulton 3 gadi atpakaļ
vecāks
revīzija
819389c8c3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      base/customer_portal/rds.tf

+ 1 - 1
base/customer_portal/rds.tf

@@ -24,7 +24,7 @@ resource "aws_db_instance" "postgres" {
   deletion_protection         = var.environment == "test" ? "false" : "true"
   delete_automated_backups    = "true"
   engine                      = "postgres"
-  engine_version              = var.environment == "test" ? "12" : "10"
+  engine_version              = var.environment == "test" ? "12" : "12.8"
   final_snapshot_identifier   = "customerportal"
   instance_class              = "db.t2.small"
   identifier                  = "customerportal"