Skip to content

Commit

Permalink
add mysql database flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiva Ramamurthi authored and Shiva Ramamurthi committed Dec 5, 2024
1 parent afac51c commit 466ee46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ locals {
"max_execution_time" = "60000"
"slow_query_log" = "on"
"sort_buffer_size" = var.sort_buffer_size
"skip_show_database" = "on"
"local_infile" = "off"
}
database_flags = merge(local.default_flags, var.database_flags)
}
Expand Down

0 comments on commit 466ee46

Please sign in to comment.