module_alpine_fail2ban/variables.tf

22 lines
462 B
HCL

variable "connection_ip" {
type = string
description = "ipv4"
}
variable "connection_private_key" {
type = string
description = "private key for terraform connection"
sensitive = true
}
variable "fail2ban_exporter_version" {
type = string
description = "like 1.3.5"
}
variable "fail2ban_exporter_checksum" {
type = string
description = "like fc022ddebf8d5cac78de73609ad7611fd2d1b7b47fbd26a3edd362c193e27a98"
}