pipeline-testing-improvements #9

Merged
torjus merged 7 commits from pipeline-testing-improvements into master 2026-02-01 16:45:04 +00:00
Showing only changes of commit cec496dda7 - Show all commits

View File

@@ -8,7 +8,7 @@ resource "proxmox_cloud_init_disk" "ci" {
name = each.key name = each.key
pve_node = each.value.target_node pve_node = each.value.target_node
storage = each.value.storage storage = "local" # Cloud-init disks must be on storage that supports ISO/snippets
# User data includes SSH keys and optionally NIXOS_FLAKE_BRANCH # User data includes SSH keys and optionally NIXOS_FLAKE_BRANCH
user_data = <<-EOT user_data = <<-EOT