Skip to content

Commit ad05e52

Browse files
Update main.tf (#2482)
Co-authored-by: AK <[email protected]>
1 parent d166ced commit ad05e52

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

infrastructure/main.tf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,20 @@ module "postgresql_v15" {
100100
{
101101
name = "logfiles.retention_days"
102102
value = "7"
103+
},
104+
{
105+
name = "pg_qs.query_capture_mode"
106+
value = "ALL"
107+
},
108+
{
109+
name = "log_lock_waits"
110+
value = "on"
111+
},
112+
{
113+
name = "pgms_wait_sampling.query_capture_mode"
114+
value = "ALL"
103115
}
116+
104117
]
105118
pgsql_version = "15"
106119
product = var.product

0 commit comments

Comments
 (0)