From 9a53ea264cddaf41751fbf1b8e28544ebf2870f2 Mon Sep 17 00:00:00 2001 From: Giuseppe Arancio Date: Tue, 30 Jul 2024 12:24:36 +0200 Subject: [PATCH] refs platform/2733: update sql db istance --- main.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.tf b/main.tf index a6b7233..3d82678 100644 --- a/main.tf +++ b/main.tf @@ -205,6 +205,10 @@ resource "google_sql_database_instance" "gitlab_db" { require_ssl = "true" } + insights_config { + query_insights_enabled = false + } + backup_configuration { enabled = var.postgresql_enable_backup start_time = var.postgresql_backup_start_time