8 lines
92 B
HCL
8 lines
92 B
HCL
variable "ssh_public_key_file" {
|
|
type = string
|
|
}
|
|
|
|
variable "ip_count" {
|
|
type = number
|
|
}
|