n8n workflow to create a VM from Netbox

This commit is contained in:
2026-02-28 20:06:41 -06:00
parent d941557e88
commit bba9278895
5 changed files with 1023 additions and 2 deletions

View File

@@ -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" {