Files
tf-infra/incus/variables.tf
2026-03-14 20:56:04 +01:00

18 lines
299 B
HCL

variable "incus_hypervisors" {
type = map(string)
}
variable "incus_witnesses" {
type = map(string)
}
variable "incus_token" {
type = string
sensitive = true
description = "The common authentication token for all Incus remotes"
}
variable "incus_networks" {
type = map(number)
}