module_alpine_fail2ban/variables.tf

12 lines
214 B
Terraform
Raw Normal View History

variable "connection_ip" {
type = string
description = "ipv4"
}
variable "connection_private_key" {
type = string
description = "private key for terraform connection"
sensitive = true
}