Snippet creation working

This commit is contained in:
2026-09-03 18:13:21 -04:00
parent 0fa9d83b94
commit 33dc172296
8 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ resource "proxmox_virtual_environment_file" "talos_cloud_init" {
for_each = { for guest in var.vm_guests: guest.name => guest if contains(["controlplane", "worker"], guest.role) }
content_type = "snippets"
datastore_id = "local"
node_name = each.value.node
node_name = each.value.host
overwrite = true
source_raw {
data = data.talos_machine_configuration.this[each.key].machine_configuration