0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-22 11:28:33 +00:00

chore(docs): add known issue for HA VMs and containers in README (#1855)

* chore(docs): add known issue for HA VMs and containers in README

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2025-03-28 10:12:47 -04:00 committed by GitHub
parent e2cdf60dbf
commit de65997de4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,6 +89,12 @@ Work has started to migrate the provider to the new [Terraform Plugin Framework]
## Known Issues
### HA VMs / containers
If a VM or container resource is created with the provider but managed by an HA cluster, it might be migrated to a different node without the provider being aware of the change.
This causes a "configuration drift" and the provider will report an error when managing the resource.
You would need to manually reconcile the resource state stored in the backend to match the actual state of the resource, or remove the resource from the provider management.
### Disk Images Cannot Be Imported by Non-PAM Accounts
Due to limitations in the Proxmox VE API, certain actions need to be performed using SSH. This requires the use of a PAM account (standard Linux account).