initial commit
This commit is contained in:
17
incus/variables.tf
Normal file
17
incus/variables.tf
Normal file
@@ -0,0 +1,17 @@
|
||||
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)
|
||||
}
|
||||
Reference in New Issue
Block a user