You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual results:
proxmox_vm_qemu.resource-name: Still creating... [1m10s elapsed]
╷
│ Error: Plugin did not respond
│
│ with proxmox_vm_qemu.resource-name,
│ on main.tf line 19, in resource "proxmox_vm_qemu" "resource-name":
│ 19: resource "proxmox_vm_qemu" "resource-name" {
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details.
╵
I've got similar issue when I was create a new VM from my existing almalinux template in my Proxmox VM.
My error looks exactly same as above - however, the VM did start up without any issue.
Error: Plugin did not respond
│
│ with proxmox_vm_qemu.gvm,
│ on main.tf line 17, in resource "proxmox_vm_qemu" "gvm":
│ 17: resource "proxmox_vm_qemu" "gvm" {
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more
│ details.
╵
I tried to clone a vm within proxmox with the following configurations:
Main.tf
terraform {
required_providers {
proxmox = {
source = "telmate/proxmox"
version = "~> 2.9"
}
}
}
provider "proxmox" {
pm_api_url = "https://172.19.2.171:8006/api2/json"
pm_tls_insecure = true
pm_user = "terraform-prov@pve"
pm_password = "$SatCom$"
}
resource "proxmox_vm_qemu" "resource-name" {
name = "Controller"
target_node = "pve-sit-02"
vmid = "999921"
clone = "worker"
full_clone = true
or for a PXE boot VM operation
pxe = true
boot = "scsi0;net0"
agent = 0
}
Expected:
The vm is successfully cloned
Actual results:
proxmox_vm_qemu.resource-name: Still creating... [1m10s elapsed]
╷
│ Error: Plugin did not respond
│
│ with proxmox_vm_qemu.resource-name,
│ on main.tf line 19, in resource "proxmox_vm_qemu" "resource-name":
│ 19: resource "proxmox_vm_qemu" "resource-name" {
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details.
╵
proxmoxerror.txt
The text was updated successfully, but these errors were encountered: