Snippet creation working
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user