We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047840b commit 533ef26Copy full SHA for 533ef26
modules/database/main.tf
@@ -21,6 +21,10 @@ resource "google_sql_database_instance" "this" {
21
ipv4_enabled = false
22
private_network = var.network_connection_string
23
}
24
+
25
+ insights_config {
26
+ query_insights_enabled = true
27
+ }
28
29
30
variables.tf
@@ -11,7 +11,7 @@ variable "namespace" {
11
variable "postgres_tier" {
12
description = "The tier for the Postgres instance"
13
type = string
14
- default = "db-f1-micro"
+ default = "db-custom-2-7680"
15
16
17
variable "postgres_version" {
0 commit comments