generated from CC/VMServiceTemplate
n8n module test
This commit is contained in:
@@ -6,7 +6,7 @@ locals {
|
||||
|
||||
module "vm" {
|
||||
for_each = local.instance_map
|
||||
source = "git::https://tea.charcarservices.uk/CC/TerraformModules.git//proxmox_ubuntu_cloudinit_template?ref=main"
|
||||
source = "./modules/proxmox_ubuntu_cloudinit_template"
|
||||
|
||||
vm_name = each.value.vm_name
|
||||
node_name = each.value.node_name
|
||||
|
||||
Reference in New Issue
Block a user