worker4
This commit is contained in:
@@ -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"]
|
||||
@@ -524,4 +524,4 @@ resource "proxmox_virtual_environment_vm" "worker4" {
|
||||
datastore_id = "Pool1"
|
||||
user_data_file_id = "${proxmox_virtual_environment_file.worker4_ignition.id}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user