Skip to content

Commit

Permalink
Merge pull request #73 from sparkfabrik/update_postegresql_resource
Browse files Browse the repository at this point in the history
refs platform/2733: update sql db istance
  • Loading branch information
Syphon83 authored Jul 30, 2024
2 parents d15f4ec + 9a53ea2 commit 2da9fba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2da9fba

Please sign in to comment.