Archlinux on pve working
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
variable "vm_guests" {
|
||||
type = list(object({
|
||||
name = string
|
||||
type = map(object({
|
||||
host = string
|
||||
role = string
|
||||
}))
|
||||
@@ -32,15 +31,11 @@ variable "search_domains" {
|
||||
}
|
||||
|
||||
variable "ipv4_nameservers" {
|
||||
type = list(object({
|
||||
address = string
|
||||
}))
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
variable "ipv6_nameservers" {
|
||||
type = list(object({
|
||||
address = string
|
||||
}))
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
variable "local_domain" {
|
||||
|
||||
Reference in New Issue
Block a user