Skip to content

Commit

Permalink
feat(google_cloudsql_mysql): Enable query insights by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuck committed Jul 20, 2024
1 parent bed237f commit 0fd50be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_cloudsql_mysql/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ variable "maintenance_window_update_track" {
variable "query_insights_enabled" {
description = "Enable / disable Query Insights (See: https://cloud.google.com/sql/docs/mysql/using-query-insights)"
type = bool
default = false
default = true
}

variable "query_plans_per_minute" {
Expand Down

0 comments on commit 0fd50be

Please sign in to comment.