Skip to content

Commit c10377f

Browse files
committed
fix: missed postgres engine version
1 parent b5cbfea commit c10377f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/modules/database/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module "rds" {
7171

7272
# DB parameter and option group
7373
family = "postgres11"
74-
major_engine_version = "11.5"
74+
major_engine_version = "11"
7575

7676
final_snapshot_identifier = "final-snapshot"
7777
deletion_protection = true

0 commit comments

Comments
 (0)