-
Notifications
You must be signed in to change notification settings - Fork 591
Open
Labels
help wantedresource/qemuIssue or PR related to Qemu resourceIssue or PR related to Qemu resourcetype/enhancementAn improvement of existing functionalityAn improvement of existing functionality
Description
Adding in support for all HA settings Telmate/proxmox-api-go#317
@mleone87 @hestiahacker
As I don't use this resource in a module I'm wondering if my proposed schema is sensible
resource "proxmox_vm_qemu" "test" {
ha {
comment = "HA comment"
group = "test"
restarts = 3
relocates = 1
state = "started"
}
}Found a way to keep compatibility with the old hastate and hagroup attributes.
hestiahacker
Metadata
Metadata
Assignees
Labels
help wantedresource/qemuIssue or PR related to Qemu resourceIssue or PR related to Qemu resourcetype/enhancementAn improvement of existing functionalityAn improvement of existing functionality