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

12 lines
262 B
Terraform
Raw 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"
}