File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Tamr Terraform Template Repo
22
3+ ## v3.1.2 - May 11th 2022
4+ * Adds idle_in_transaction_session_timeout to parameter group
5+
36## v3.1.1 - February 16th 2022
47* Updates version file to prevent the major upgrade to the AWS provider version 4.0.
58* Adds new extensions to be ignored in the ".gitignore" file.
Original file line number Diff line number Diff line change 1- 3.1.0
1+ 3.1.2
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ resource "aws_db_parameter_group" "rds_postgres_pg" {
1414 name = " log_min_duration_statement"
1515 value = var. param_log_min_duration_statement
1616 }
17+
18+ parameter {
19+ name = " idle_in_transaction_session_timeout"
20+ value = 0
21+ }
1722 tags = local. effective_tags
1823}
1924
You can’t perform that action at this time.
0 commit comments