mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-22 19:38:35 +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:
parent
e2cdf60dbf
commit
de65997de4
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user