This commit is contained in:
root
2026-02-27 16:47:43 +00:00
parent 738d710933
commit d80ad282ad
3 changed files with 1226 additions and 699 deletions

View File

@@ -488,7 +488,7 @@ resource "proxmox_virtual_environment_vm" "worker4" {
description = "kubernetes worker4"
tags = ["worker","flatcar","kubernetes","terraform"]
depends_on = [
proxmox_virtual_environment_file.worker3_ignition,
proxmox_virtual_environment_file.worker4_ignition,
null_resource.wait_for_cp3
]
boot_order = ["virtio0"]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long