nebula/timemachine/variables.tf

17 lines
149 B
HCL

variable "ips" {
type = map(string)
}
variable "username-1" {
}
variable "username-2" {
}
variable "password-2" {
}
variable "password-1" {
}