Files
a13labs.infra/terraform/modules/utils/node-exporter/variables.tf
T

12 lines
262 B
Terraform

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"
}