There was an error while loading. Please reload this page.
2 parents a64b660 + 6e3f3f6 commit 3cb31b6Copy full SHA for 3cb31b6
1 file changed
terraform/modules/gost_postgres/main.tf
@@ -4,7 +4,7 @@ data "aws_caller_identity" "current" {}
4
5
data "aws_rds_engine_version" "postgres17" {
6
engine = "aurora-postgresql"
7
- version = "17.5"
+ version = "17.7"
8
}
9
10
terraform {
0 commit comments