Skip to content

Commit

Permalink
feat(gcp sql): add insights to all Cloud instances
Browse files Browse the repository at this point in the history
  • Loading branch information
tweakster committed Nov 29, 2024
1 parent 513bea6 commit 543ea84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/gcp_sql/instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ resource "google_sql_database_instance" "this" {

settings {
tier = local.tier_lookup[var.memory]

# Insights are free so we might as well enable them
insights_config {
query_insights_enabled = true
}
}
}

0 comments on commit 543ea84

Please sign in to comment.