n8n workflow to create a VM from Netbox
This commit is contained in:
@@ -31,7 +31,7 @@ variable "ip_address" {
|
||||
variable "dns_servers" {
|
||||
type = list(string)
|
||||
description = "DNS servers for the VM."
|
||||
default = ["10.1.71.102", "10.1.71.1"]
|
||||
default = ["10.1.71.1"]
|
||||
}
|
||||
|
||||
variable "search_domain" {
|
||||
|
||||
Reference in New Issue
Block a user