terraform files in the right folder

This commit is contained in:
2026-03-07 21:46:44 -06:00
parent ad03943339
commit 920ea80261
2 changed files with 34 additions and 0 deletions

View File

@@ -23,7 +23,14 @@ module "vm" {
clone_node = var.clone_node
template_name = var.template_name
datastore = var.datastore
vlan_id = var.vlan_id
bridge = var.bridge
dns_servers = var.dns_servers
search_domain = var.search_domain
# Bootstrap overrides
started = var.started
use_dhcp = var.use_dhcp
subnet_mask = var.subnet_mask
gateway = var.gateway
}