OpenNebula / terraform-provider-opennebula

Terraform provider for OpenNebula
https://www.terraform.io/docs/providers/opennebula/
Mozilla Public License 2.0
61 stars 53 forks source link

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

Open sam-wouters opened 1 week ago

sam-wouters commented 1 week ago

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