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
I've recently moved over from ESXi and migrated to Proxmox. I am now ready to import the migrated workloads into Terraform state for ongoing management.
I am going through the import operations but am having some issues with EFI disk imports. The current VM in the Proxmox GUI is configured with the following parameters:
EFI Disk ---------------- VM-240GB-SSD:vm-101-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
In my proxmox_vm_qemu resource definition I have the following config for the efidisk resource
Good day,
Firstly, thank you for providing this plugin.
I've recently moved over from ESXi and migrated to Proxmox. I am now ready to import the migrated workloads into Terraform state for ongoing management.
I am going through the import operations but am having some issues with EFI disk imports. The current VM in the Proxmox GUI is configured with the following parameters:
EFI Disk ---------------- VM-240GB-SSD:vm-101-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
In my
proxmox_vm_qemu
resource definition I have the following config for theefidisk
resourceWhen running a plan operation it seems to want to force replacement of the entire VM due to the
efidisk
resource:I did find this issue from a different Teraform provider project: bpg/terraform-provider-proxmox#1515
Perhaps this is a limitation of Proxmox itself then?
Thanks in advance
The text was updated successfully, but these errors were encountered: