homelab/tf/modules/outpost/variables.tf
2025-02-13 14:36:26 -08:00

8 lines
92 B
HCL

variable "ssh_public_key_file" {
type = string
}
variable "ip_count" {
type = number
}