Skip to content

Commit

Permalink
chore: Set default blackbox exporter version
Browse files Browse the repository at this point in the history
  • Loading branch information
grifonas authored Dec 16, 2024
1 parent ab76045 commit 455deaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions monitoring/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,10 @@ variable "promtail_version" {
variable "blackbox_exporter_version" {
type = string
description = "Blackbox exporter version."
default = "9.0.0"
}
variable "blackbox_exporter" {
description = "Whether to install the Blackbox Exporter"
type = bool
default = false
}

0 comments on commit 455deaf

Please sign in to comment.