Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin did not respond error #1225

Open
Dan4ik7 opened this issue Jan 14, 2025 · 1 comment
Open

Plugin did not respond error #1225

Dan4ik7 opened this issue Jan 14, 2025 · 1 comment

Comments

@Dan4ik7
Copy link

Dan4ik7 commented Jan 14, 2025

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

@metalaarif
Copy link

Hi,

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.

terraform-plan-error.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants