Skip to content

Commit

Permalink
fix: Set intall blackbox exporter default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
grifonas authored Dec 16, 2024
1 parent 455deaf commit 716eec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ variable "blackbox_exporter_version" {
variable "blackbox_exporter" {
description = "Whether to install the Blackbox Exporter"
type = bool
default = false
default = true
}

0 comments on commit 716eec4

Please sign in to comment.