Skip to content

Improve: HA state #967

@Tinyblargon

Description

@Tinyblargon

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions