Skip to content

Commit

Permalink
Fix tflint whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasmaroy committed Feb 28, 2024
1 parent 7b69d7d commit 7a26008
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions terraform/media/sonarr/profiles.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
resource "sonarr_delay_profile" "main" {
bypass_if_above_custom_format_score = true
bypass_if_highest_quality = false
enable_torrent = true
enable_usenet = true
minimum_custom_format_score = 1600
preferred_protocol = "torrent"
tags = []
torrent_delay = 120
usenet_delay = 0
bypass_if_above_custom_format_score = true
bypass_if_highest_quality = false
enable_torrent = true
enable_usenet = true
minimum_custom_format_score = 1600
preferred_protocol = "torrent"
tags = []
torrent_delay = 120
usenet_delay = 0
}

0 comments on commit 7a26008

Please sign in to comment.