Files

12 lines
262 B
Terraform
Raw Permalink Normal View History

variable "tag" {
description = "Fail2Ban exporter image tag"
type = string
default = "latest"
}
variable "namespace" {
description = "Kubernetes namespace to deploy the Fail2Ban exporter"
type = string
default = "prometheus"
}