╭─claitoncampos at MacBook Pro de CLAITON in ~/proxmox-kubernetes on 4.1.0✘✘✘ 23-12-25 - 17:03:10 ╰─⠠⠵ terraform apply -var-file="example.tfvars" var.vm_os_disk_storage Default storage pool where OS VM disk is placed Enter a value: poolceph Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create Terraform will perform the following actions: # null_resource.setup_kubespray[0] will be created + resource "null_resource" "setup_kubespray" { + id = (known after apply) + triggers = { + "always_run" = (known after apply) } } # module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0] will be created + resource "proxmox_vm_qemu" "ubuntu_vm" { + additional_wait = 5 + agent = 1 + automatic_reboot = false + balloon = 0 + bios = "seabios" + boot = (known after apply) + bootdisk = "virtio0" + ciuser = "ubuntu" + clone = "ubuntu-2204" + clone_wait = 10 + cores = 2 + cpu = "host" + default_ipv4_address = (known after apply) + define_connection_info = true + desc = "This VM is managed by Terraform, cloned from an Cloud-init Ubuntu image, configured with an internal network and supports CPU hotplug/hot unplug and memory hotplug capabilities." + force_create = false + full_clone = true + guest_agent_ready_timeout = 100 + hotplug = "network,disk,usb,memory,cpu" + id = (known after apply) + ipconfig0 = "ip=10.0.0.10/22,gw=10.0.0.1" + kvm = true + memory = 2048 + name = "vm-k8s-demo-01-cp-01" + nameserver = (known after apply) + numa = true + onboot = true + oncreate = true + os_type = "cloud-init" + preprovision = true + qemu_os = "l26" + reboot_required = (known after apply) + scsihw = "virtio-scsi-single" + searchdomain = (known after apply) + sockets = 1 + ssh_host = (known after apply) + ssh_port = (known after apply) + sshkeys = <<-EOT ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDVN8IG951dRp+b7/BUAedBOuR8CJUXi3hXuMs4/1UUvy1MDUUwdqwTzlBHpP1QHsVLHR7SOStHE/uroExUnwfPdMqgOsWrlj+vBBjlo9yZDt/24rLUAS9Mt3tbPnx64btbf6xBngvzljSSdY7foPAEvC0OBvZqBpH+p4NxOWmoxGCqL13JcOxugctQIylSKMSrHVUWsduF/ty+Rti5vCvVMgsHdbwch2f3BR5C+DUycXmh3ECdZSy39MChdz5XoGmYwgPfWSJQPXmv2JNnKDd6EMMg/dhN7QTDoOZazMqjf2eeoTHeXdRFPgN6sQJgGAmiWC+IZ8i0TpzfDCnaeRtdejM+7Qy9hU6UjfshKsGDARK+oPcNgs/ZIUjnjvxSjk8jUB+TJne6na1dsg15wLcTyc6SFx5Ael4KJRHj/RhWuZ6AW/gTS5eM8a5HuWNlsKIelarerTe19+MMAR5eo9E9ISC+mbp98VhGAV6gp1tTEON3rdlc4rAw/smgLoRaRhO+Y0ZYxoPTe7e88LDxNlIZQR9ELxXFnqFTisIDlUbnZ6xlX79nZueBNlPWVojXOe4jg+P60WpH3u++cXjeEYF3TeEiFpj/prpdqJLx9lKv7p06hJkWPjcBgvBd7uAxJd2RbzSoWuHA2kbYeblCZ4j4+V1jhP1+gh2spYtK9F/UIw== claitoncampos@macpena16.local EOT + tablet = true + tags = "demo;terraform;k8s-control-plane" + target_node = "pve6" + unused_disk = (known after apply) + vcpus = 2 + vlan = -1 + vmid = (known after apply) + disk { + backup = true + cache = "none" + file = (known after apply) + format = (known after apply) + iops = 0 + iops_max = 0 + iops_max_length = 0 + iops_rd = 0 + iops_rd_max = 0 + iops_rd_max_length = 0 + iops_wr = 0 + iops_wr_max = 0 + iops_wr_max_length = 0 + iothread = 1 + mbps = 0 + mbps_rd = 0 + mbps_rd_max = 0 + mbps_wr = 0 + mbps_wr_max = 0 + media = (known after apply) + replicate = 0 + size = "20G" + slot = 0 + ssd = 0 + storage = "poolceph" + storage_type = (known after apply) + type = "virtio" + volume = (known after apply) } + network { + bridge = "vmbr1" + firewall = false + link_down = false + macaddr = (known after apply) + model = "virtio" + queues = (known after apply) + rate = (known after apply) + tag = -1 } } # module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[0] will be created + resource "proxmox_vm_qemu" "ubuntu_vm" { + additional_wait = 5 + agent = 1 + automatic_reboot = false + balloon = 0 + bios = "seabios" + boot = (known after apply) + bootdisk = "virtio0" + ciuser = "ubuntu" + clone = "ubuntu-2204" + clone_wait = 10 + cores = 2 + cpu = "host" + default_ipv4_address = (known after apply) + define_connection_info = true + desc = "This VM is managed by Terraform, cloned from an Cloud-init Ubuntu image, configured with an internal network and supports CPU hotplug/hot unplug and memory hotplug capabilities." + force_create = false + full_clone = true + guest_agent_ready_timeout = 100 + hotplug = "network,disk,usb,memory,cpu" + id = (known after apply) + ipconfig0 = "ip=10.0.0.20/22,gw=10.0.0.1" + kvm = true + memory = 3072 + name = "vm-k8s-demo-01-worker-01" + nameserver = (known after apply) + numa = true + onboot = true + oncreate = true + os_type = "cloud-init" + preprovision = true + qemu_os = "l26" + reboot_required = (known after apply) + scsihw = "virtio-scsi-single" + searchdomain = (known after apply) + sockets = 1 + ssh_host = (known after apply) + ssh_port = (known after apply) + sshkeys = <<-EOT ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDVN8IG951dRp+b7/BUAedBOuR8CJUXi3hXuMs4/1UUvy1MDUUwdqwTzlBHpP1QHsVLHR7SOStHE/uroExUnwfPdMqgOsWrlj+vBBjlo9yZDt/24rLUAS9Mt3tbPnx64btbf6xBngvzljSSdY7foPAEvC0OBvZqBpH+p4NxOWmoxGCqL13JcOxugctQIylSKMSrHVUWsduF/ty+Rti5vCvVMgsHdbwch2f3BR5C+DUycXmh3ECdZSy39MChdz5XoGmYwgPfWSJQPXmv2JNnKDd6EMMg/dhN7QTDoOZazMqjf2eeoTHeXdRFPgN6sQJgGAmiWC+IZ8i0TpzfDCnaeRtdejM+7Qy9hU6UjfshKsGDARK+oPcNgs/ZIUjnjvxSjk8jUB+TJne6na1dsg15wLcTyc6SFx5Ael4KJRHj/RhWuZ6AW/gTS5eM8a5HuWNlsKIelarerTe19+MMAR5eo9E9ISC+mbp98VhGAV6gp1tTEON3rdlc4rAw/smgLoRaRhO+Y0ZYxoPTe7e88LDxNlIZQR9ELxXFnqFTisIDlUbnZ6xlX79nZueBNlPWVojXOe4jg+P60WpH3u++cXjeEYF3TeEiFpj/prpdqJLx9lKv7p06hJkWPjcBgvBd7uAxJd2RbzSoWuHA2kbYeblCZ4j4+V1jhP1+gh2spYtK9F/UIw== claitoncampos@macpena16.local EOT + tablet = true + tags = "demo;terraform;k8s-worker" + target_node = "pve6" + unused_disk = (known after apply) + vcpus = 2 + vlan = -1 + vmid = (known after apply) + disk { + backup = true + cache = "none" + file = (known after apply) + format = (known after apply) + iops = 0 + iops_max = 0 + iops_max_length = 0 + iops_rd = 0 + iops_rd_max = 0 + iops_rd_max_length = 0 + iops_wr = 0 + iops_wr_max = 0 + iops_wr_max_length = 0 + iothread = 1 + mbps = 0 + mbps_rd = 0 + mbps_rd_max = 0 + mbps_wr = 0 + mbps_wr_max = 0 + media = (known after apply) + replicate = 0 + size = "20G" + slot = 0 + ssd = 0 + storage = "poolceph" + storage_type = (known after apply) + type = "virtio" + volume = (known after apply) } + network { + bridge = "vmbr1" + firewall = false + link_down = false + macaddr = (known after apply) + model = "virtio" + queues = (known after apply) + rate = (known after apply) + tag = -1 } } # module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1] will be created + resource "proxmox_vm_qemu" "ubuntu_vm" { + additional_wait = 5 + agent = 1 + automatic_reboot = false + balloon = 0 + bios = "seabios" + boot = (known after apply) + bootdisk = "virtio0" + ciuser = "ubuntu" + clone = "ubuntu-2204" + clone_wait = 10 + cores = 2 + cpu = "host" + default_ipv4_address = (known after apply) + define_connection_info = true + desc = "This VM is managed by Terraform, cloned from an Cloud-init Ubuntu image, configured with an internal network and supports CPU hotplug/hot unplug and memory hotplug capabilities." + force_create = false + full_clone = true + guest_agent_ready_timeout = 100 + hotplug = "network,disk,usb,memory,cpu" + id = (known after apply) + ipconfig0 = "ip=10.0.0.21/22,gw=10.0.0.1" + kvm = true + memory = 3072 + name = "vm-k8s-demo-01-worker-02" + nameserver = (known after apply) + numa = true + onboot = true + oncreate = true + os_type = "cloud-init" + preprovision = true + qemu_os = "l26" + reboot_required = (known after apply) + scsihw = "virtio-scsi-single" + searchdomain = (known after apply) + sockets = 1 + ssh_host = (known after apply) + ssh_port = (known after apply) + sshkeys = <<-EOT ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDVN8IG951dRp+b7/BUAedBOuR8CJUXi3hXuMs4/1UUvy1MDUUwdqwTzlBHpP1QHsVLHR7SOStHE/uroExUnwfPdMqgOsWrlj+vBBjlo9yZDt/24rLUAS9Mt3tbPnx64btbf6xBngvzljSSdY7foPAEvC0OBvZqBpH+p4NxOWmoxGCqL13JcOxugctQIylSKMSrHVUWsduF/ty+Rti5vCvVMgsHdbwch2f3BR5C+DUycXmh3ECdZSy39MChdz5XoGmYwgPfWSJQPXmv2JNnKDd6EMMg/dhN7QTDoOZazMqjf2eeoTHeXdRFPgN6sQJgGAmiWC+IZ8i0TpzfDCnaeRtdejM+7Qy9hU6UjfshKsGDARK+oPcNgs/ZIUjnjvxSjk8jUB+TJne6na1dsg15wLcTyc6SFx5Ael4KJRHj/RhWuZ6AW/gTS5eM8a5HuWNlsKIelarerTe19+MMAR5eo9E9ISC+mbp98VhGAV6gp1tTEON3rdlc4rAw/smgLoRaRhO+Y0ZYxoPTe7e88LDxNlIZQR9ELxXFnqFTisIDlUbnZ6xlX79nZueBNlPWVojXOe4jg+P60WpH3u++cXjeEYF3TeEiFpj/prpdqJLx9lKv7p06hJkWPjcBgvBd7uAxJd2RbzSoWuHA2kbYeblCZ4j4+V1jhP1+gh2spYtK9F/UIw== claitoncampos@macpena16.local EOT + tablet = true + tags = "demo;terraform;k8s-worker" + target_node = "pve6" + unused_disk = (known after apply) + vcpus = 2 + vlan = -1 + vmid = (known after apply) + disk { + backup = true + cache = "none" + file = (known after apply) + format = (known after apply) + iops = 0 + iops_max = 0 + iops_max_length = 0 + iops_rd = 0 + iops_rd_max = 0 + iops_rd_max_length = 0 + iops_wr = 0 + iops_wr_max = 0 + iops_wr_max_length = 0 + iothread = 1 + mbps = 0 + mbps_rd = 0 + mbps_rd_max = 0 + mbps_wr = 0 + mbps_wr_max = 0 + media = (known after apply) + replicate = 0 + size = "20G" + slot = 0 + ssd = 0 + storage = "poolceph" + storage_type = (known after apply) + type = "virtio" + volume = (known after apply) } + network { + bridge = "vmbr1" + firewall = false + link_down = false + macaddr = (known after apply) + model = "virtio" + queues = (known after apply) + rate = (known after apply) + tag = -1 } } # module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2] will be created + resource "proxmox_vm_qemu" "ubuntu_vm" { + additional_wait = 5 + agent = 1 + automatic_reboot = false + balloon = 0 + bios = "seabios" + boot = (known after apply) + bootdisk = "virtio0" + ciuser = "ubuntu" + clone = "ubuntu-2204" + clone_wait = 10 + cores = 2 + cpu = "host" + default_ipv4_address = (known after apply) + define_connection_info = true + desc = "This VM is managed by Terraform, cloned from an Cloud-init Ubuntu image, configured with an internal network and supports CPU hotplug/hot unplug and memory hotplug capabilities." + force_create = false + full_clone = true + guest_agent_ready_timeout = 100 + hotplug = "network,disk,usb,memory,cpu" + id = (known after apply) + ipconfig0 = "ip=10.0.0.22/22,gw=10.0.0.1" + kvm = true + memory = 3072 + name = "vm-k8s-demo-01-worker-03" + nameserver = (known after apply) + numa = true + onboot = true + oncreate = true + os_type = "cloud-init" + preprovision = true + qemu_os = "l26" + reboot_required = (known after apply) + scsihw = "virtio-scsi-single" + searchdomain = (known after apply) + sockets = 1 + ssh_host = (known after apply) + ssh_port = (known after apply) + sshkeys = <<-EOT ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDVN8IG951dRp+b7/BUAedBOuR8CJUXi3hXuMs4/1UUvy1MDUUwdqwTzlBHpP1QHsVLHR7SOStHE/uroExUnwfPdMqgOsWrlj+vBBjlo9yZDt/24rLUAS9Mt3tbPnx64btbf6xBngvzljSSdY7foPAEvC0OBvZqBpH+p4NxOWmoxGCqL13JcOxugctQIylSKMSrHVUWsduF/ty+Rti5vCvVMgsHdbwch2f3BR5C+DUycXmh3ECdZSy39MChdz5XoGmYwgPfWSJQPXmv2JNnKDd6EMMg/dhN7QTDoOZazMqjf2eeoTHeXdRFPgN6sQJgGAmiWC+IZ8i0TpzfDCnaeRtdejM+7Qy9hU6UjfshKsGDARK+oPcNgs/ZIUjnjvxSjk8jUB+TJne6na1dsg15wLcTyc6SFx5Ael4KJRHj/RhWuZ6AW/gTS5eM8a5HuWNlsKIelarerTe19+MMAR5eo9E9ISC+mbp98VhGAV6gp1tTEON3rdlc4rAw/smgLoRaRhO+Y0ZYxoPTe7e88LDxNlIZQR9ELxXFnqFTisIDlUbnZ6xlX79nZueBNlPWVojXOe4jg+P60WpH3u++cXjeEYF3TeEiFpj/prpdqJLx9lKv7p06hJkWPjcBgvBd7uAxJd2RbzSoWuHA2kbYeblCZ4j4+V1jhP1+gh2spYtK9F/UIw== claitoncampos@macpena16.local EOT + tablet = true + tags = "demo;terraform;k8s-worker" + target_node = "pve6" + unused_disk = (known after apply) + vcpus = 2 + vlan = -1 + vmid = (known after apply) + disk { + backup = true + cache = "none" + file = (known after apply) + format = (known after apply) + iops = 0 + iops_max = 0 + iops_max_length = 0 + iops_rd = 0 + iops_rd_max = 0 + iops_rd_max_length = 0 + iops_wr = 0 + iops_wr_max = 0 + iops_wr_max_length = 0 + iothread = 1 + mbps = 0 + mbps_rd = 0 + mbps_rd_max = 0 + mbps_wr = 0 + mbps_wr_max = 0 + media = (known after apply) + replicate = 0 + size = "20G" + slot = 0 + ssd = 0 + storage = "poolceph" + storage_type = (known after apply) + type = "virtio" + volume = (known after apply) } + network { + bridge = "vmbr1" + firewall = false + link_down = false + macaddr = (known after apply) + model = "virtio" + queues = (known after apply) + rate = (known after apply) + tag = -1 } } # module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0] will be created + resource "proxmox_vm_qemu" "ubuntu_vm" { + additional_wait = 5 + agent = 1 + automatic_reboot = false + balloon = 0 + bios = "seabios" + boot = (known after apply) + bootdisk = "virtio0" + ciuser = "ubuntu" + clone = "ubuntu-2204" + clone_wait = 10 + cores = 2 + cpu = "host" + default_ipv4_address = (known after apply) + define_connection_info = true + desc = "This VM is managed by Terraform, cloned from an Cloud-init Ubuntu image, configured with an internal network and supports CPU hotplug/hot unplug and memory hotplug capabilities." + force_create = false + full_clone = true + guest_agent_ready_timeout = 100 + hotplug = "network,disk,usb,memory,cpu" + id = (known after apply) + ipconfig0 = "ip=10.0.0.5/22,gw=10.0.0.1" + kvm = true + memory = 2048 + name = "vm-k8s-demo-01-kubespray-01" + nameserver = (known after apply) + numa = true + onboot = true + oncreate = true + os_type = "cloud-init" + preprovision = true + qemu_os = "l26" + reboot_required = (known after apply) + scsihw = "virtio-scsi-single" + searchdomain = (known after apply) + sockets = 1 + ssh_host = (known after apply) + ssh_port = (known after apply) + sshkeys = <<-EOT ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDVN8IG951dRp+b7/BUAedBOuR8CJUXi3hXuMs4/1UUvy1MDUUwdqwTzlBHpP1QHsVLHR7SOStHE/uroExUnwfPdMqgOsWrlj+vBBjlo9yZDt/24rLUAS9Mt3tbPnx64btbf6xBngvzljSSdY7foPAEvC0OBvZqBpH+p4NxOWmoxGCqL13JcOxugctQIylSKMSrHVUWsduF/ty+Rti5vCvVMgsHdbwch2f3BR5C+DUycXmh3ECdZSy39MChdz5XoGmYwgPfWSJQPXmv2JNnKDd6EMMg/dhN7QTDoOZazMqjf2eeoTHeXdRFPgN6sQJgGAmiWC+IZ8i0TpzfDCnaeRtdejM+7Qy9hU6UjfshKsGDARK+oPcNgs/ZIUjnjvxSjk8jUB+TJne6na1dsg15wLcTyc6SFx5Ael4KJRHj/RhWuZ6AW/gTS5eM8a5HuWNlsKIelarerTe19+MMAR5eo9E9ISC+mbp98VhGAV6gp1tTEON3rdlc4rAw/smgLoRaRhO+Y0ZYxoPTe7e88LDxNlIZQR9ELxXFnqFTisIDlUbnZ6xlX79nZueBNlPWVojXOe4jg+P60WpH3u++cXjeEYF3TeEiFpj/prpdqJLx9lKv7p06hJkWPjcBgvBd7uAxJd2RbzSoWuHA2kbYeblCZ4j4+V1jhP1+gh2spYtK9F/UIw== claitoncampos@macpena16.local EOT + tablet = true + tags = "demo;terraform;kubespray" + target_node = "pve6" + unused_disk = (known after apply) + vcpus = 2 + vlan = -1 + vmid = (known after apply) + disk { + backup = true + cache = "none" + file = (known after apply) + format = (known after apply) + iops = 0 + iops_max = 0 + iops_max_length = 0 + iops_rd = 0 + iops_rd_max = 0 + iops_rd_max_length = 0 + iops_wr = 0 + iops_wr_max = 0 + iops_wr_max_length = 0 + iothread = 1 + mbps = 0 + mbps_rd = 0 + mbps_rd_max = 0 + mbps_wr = 0 + mbps_wr_max = 0 + media = (known after apply) + replicate = 0 + size = "10G" + slot = 0 + ssd = 0 + storage = "poolceph" + storage_type = (known after apply) + type = "virtio" + volume = (known after apply) } + network { + bridge = "vmbr1" + firewall = false + link_down = false + macaddr = (known after apply) + model = "virtio" + queues = (known after apply) + rate = (known after apply) + tag = -1 } } Plan: 6 to add, 0 to change, 0 to destroy. Changes to Outputs: + k8s_control_plane = [ + { + ip0 = (known after apply) + memory = 2048 + name = "vm-k8s-demo-01-cp-01" + vcpus = 2 }, ] + k8s_worker = [ + { + ip0 = (known after apply) + memory = 3072 + name = "vm-k8s-demo-01-worker-01" + vcpus = 2 }, + { + ip0 = (known after apply) + memory = 3072 + name = "vm-k8s-demo-01-worker-02" + vcpus = 2 }, + { + ip0 = (known after apply) + memory = 3072 + name = "vm-k8s-demo-01-worker-03" + vcpus = 2 }, ] + kubespray_host = [ + { + ip0 = (known after apply) + memory = 2048 + name = "vm-k8s-demo-01-kubespray-01" + vcpus = 2 }, ] Do you want to perform these actions? Terraform will perform the actions described above. Only 'yes' will be accepted to approve. Enter a value: yes module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Creating... module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2]: Creating... module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Creating... module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0]: Creating... module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Creating... module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2]: Still creating... [10s elapsed] module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [10s elapsed] module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [10s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Still creating... [10s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [10s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Still creating... [20s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2]: Still creating... [20s elapsed] module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [20s elapsed] module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [20s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Still creating... [30s elapsed] module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [30s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2]: Still creating... [30s elapsed] module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [30s elapsed] module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [40s elapsed] module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [40s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2]: Still creating... [40s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Still creating... [40s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2]: Still creating... [50s elapsed] module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [50s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Still creating... [50s elapsed] module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [50s elapsed] module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [1m0s elapsed] module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [1m0s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Still creating... [1m0s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2]: Still creating... [1m0s elapsed] module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [1m10s elapsed] module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [1m10s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2]: Still creating... [1m10s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Still creating... [1m10s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Still creating... [1m20s elapsed] module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [1m20s elapsed] module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [1m20s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2]: Still creating... [1m20s elapsed] module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [1m30s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2]: Still creating... [1m30s elapsed] module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [1m30s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Still creating... [1m30s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2]: Still creating... [1m40s elapsed] module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [1m40s elapsed] module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [1m40s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Still creating... [1m40s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Still creating... [1m50s elapsed] module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [1m50s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2]: Still creating... [1m50s elapsed] module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [1m50s elapsed] module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [2m0s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Still creating... [2m0s elapsed] module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [2m0s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2]: Still creating... [2m0s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2]: Still creating... [2m10s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Still creating... [2m10s elapsed] module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [2m10s elapsed] module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [2m10s elapsed] module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [2m20s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2]: Still creating... [2m20s elapsed] module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Still creating... [2m20s elapsed] module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Still creating... [2m20s elapsed] ╷ │ Error: Plugin did not respond │ │ with module.kubespray_host.proxmox_vm_qemu.ubuntu_vm[0], │ on modules/proxmox_ubuntu_vm/main.tf line 12, in resource "proxmox_vm_qemu" "ubuntu_vm": │ 12: resource "proxmox_vm_qemu" "ubuntu_vm" { │ │ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details. ╵ ╷ │ Error: Plugin did not respond │ │ with module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0], │ on modules/proxmox_ubuntu_vm/main.tf line 12, in resource "proxmox_vm_qemu" "ubuntu_vm": │ 12: resource "proxmox_vm_qemu" "ubuntu_vm" { │ │ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details. ╵ ╷ │ Error: clone failed: cfs-lock 'storage-poolceph' error: got lock request timeout │ │ with module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[0], │ on modules/proxmox_ubuntu_vm/main.tf line 12, in resource "proxmox_vm_qemu" "ubuntu_vm": │ 12: resource "proxmox_vm_qemu" "ubuntu_vm" { │ ╵ ╷ │ Error: Plugin did not respond │ │ with module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2], │ on modules/proxmox_ubuntu_vm/main.tf line 12, in resource "proxmox_vm_qemu" "ubuntu_vm": │ 12: resource "proxmox_vm_qemu" "ubuntu_vm" { │ │ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details. ╵ ╷ │ Error: Plugin did not respond │ │ with module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1], │ on modules/proxmox_ubuntu_vm/main.tf line 12, in resource "proxmox_vm_qemu" "ubuntu_vm": │ 12: resource "proxmox_vm_qemu" "ubuntu_vm" { │ │ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details. ╵ Stack trace from the terraform-provider-proxmox_v2.9.14 plugin: panic: interface conversion: interface {} is string, not float64 goroutine 76 [running]: github.com/Telmate/proxmox-api-go/proxmox.NewConfigQemuFromApi(0x140005f06e0, 0x102b12ab6?) github.com/Telmate/proxmox-api-go@v0.0.0-20230319185744-e7cde7198cdf/proxmox/config_qemu.go:584 +0x3b34 github.com/Telmate/terraform-provider-proxmox/proxmox.resourceVmQemuCreate(0x140004a6200, {0x102c8dee0?, 0x14000362050}) github.com/Telmate/terraform-provider-proxmox/proxmox/resource_vm_qemu.go:972 +0x21cc github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).create(0x102dca9a0?, {0x102dca9a0?, 0x1400042aed0?}, 0xd?, {0x102c8dee0?, 0x14000362050?}) github.com/hashicorp/terraform-plugin-sdk/v2@v2.25.0/helper/schema/resource.go:695 +0x134 github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).Apply(0x140002f67e0, {0x102dca9a0, 0x1400042aed0}, 0x14000618820, 0x14000283e80, {0x102c8dee0, 0x14000362050}) github.com/hashicorp/terraform-plugin-sdk/v2@v2.25.0/helper/schema/resource.go:837 +0x86c github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*GRPCProviderServer).ApplyResourceChange(0x14000410b58, {0x102dca9a0?, 0x14000685ef0?}, 0x14000270550) github.com/hashicorp/terraform-plugin-sdk/v2@v2.25.0/helper/schema/grpc_provider.go:1021 +0xb70 github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server.(*server).ApplyResourceChange(0x140002883c0, {0x102dca9a0?, 0x14000684660?}, 0x1400014c230) github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:818 +0x3b8 github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_ApplyResourceChange_Handler({0x102d93a60?, 0x140002883c0}, {0x102dca9a0, 0x14000684660}, 0x1400014c1c0, 0x0) github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:385 +0x170 google.golang.org/grpc.(*Server).processUnaryRPC(0x14000428000, {0x102dce540, 0x1400048a1a0}, 0x140006ec6c0, 0x1400042acc0, 0x10326b860, 0x0) google.golang.org/grpc@v1.53.0/server.go:1336 +0xb7c google.golang.org/grpc.(*Server).handleStream(0x14000428000, {0x102dce540, 0x1400048a1a0}, 0x140006ec6c0, 0x0) google.golang.org/grpc@v1.53.0/server.go:1704 +0x82c google.golang.org/grpc.(*Server).serveStreams.func1.2() google.golang.org/grpc@v1.53.0/server.go:965 +0x84 created by google.golang.org/grpc.(*Server).serveStreams.func1 google.golang.org/grpc@v1.53.0/server.go:963 +0x290 Error: The terraform-provider-proxmox_v2.9.14 plugin crashed! This is always indicative of a bug within the plugin. It would be immensely helpful if you could report the crash with the plugin's maintainers so that it can be fixed. The output above should help diagnose the issue.