Skip to content

Commit

Permalink
Merge pull request #10 from comet-ml/rds-params
Browse files Browse the repository at this point in the history
Add params to RDS cluster group
  • Loading branch information
burmek authored Sep 12, 2023
2 parents 50cd4ff + dd0e18a commit 873e172
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions modules/comet_rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,16 @@ resource "aws_rds_cluster_parameter_group" "cometml-cluster-pg" {
name = "thread_stack"
value = "2000000"
}
parameter {
apply_method = "pending-reboot"
name = "group_concat_max_len"
value = "1000000"
}
parameter {
apply_method = "pending-reboot"
name = "log_bin_trust_function_creators"
value = "1"
}
}

resource "aws_security_group" "mysql_sg" {
Expand Down

0 comments on commit 873e172

Please sign in to comment.