2022-11-30 17:14:01 +00:00
|
|
|
variable "connection_ip" {
|
|
|
|
type = string
|
|
|
|
description = "ipv4"
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "connection_private_key" {
|
|
|
|
type = string
|
|
|
|
description = "private key for terraform connection"
|
|
|
|
sensitive = true
|
|
|
|
}
|
|
|
|
|
2022-12-06 16:23:44 +00:00
|
|
|
variable "fail2ban_exporter_version" {
|
|
|
|
type = string
|
|
|
|
description = "like 1.3.5"
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "fail2ban_exporter_checksum" {
|
|
|
|
type = string
|
|
|
|
description = "like fc022ddebf8d5cac78de73609ad7611fd2d1b7b47fbd26a3edd362c193e27a98"
|
|
|
|
}
|
|
|
|
|