Skip to content

Extend "os" section, adding other OS sub-attributes in opennebula_template #558

@sam-wouters

Description

@sam-wouters

Description

Currently only ARCH and BOOT sub-attributes are accepted in the os section, when trying to set other os sub-attributes using template_sections, this results in a change on every terraform plan.

New or affected resources and data sources

opennebula_template

Potential terraform configuration

os {
  arch = "x86°64"
  boot = ""
  firmware = "/usr/share/OVMF/OVMF_CODE.secboot.fd"
  firmware_secure = true
  machine = "q35" 
}

References

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions