Skip to content

Commit 3788411

Browse files
Rajan Ravimrizzi
authored andcommitted
Updating PSQL version to 16.3
Signed-off-by: Rajan Ravi <[email protected]>
1 parent b2913d4 commit 3788411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/admin/examples/trustification/database.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ resource "aws_db_instance" "guac" {
114114

115115
db_name = "postgres"
116116
engine = "postgres"
117-
engine_version = "15.5"
117+
engine_version = "16.3"
118118
instance_class = "db.m7g.large"
119119
username = var.db-master-user
120120
password = random_password.guac-db-admin-password.result

0 commit comments

Comments
 (0)