You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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=truemachine="q35"
}