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
The template_section limitation is expected to keep things simple. In this case we just need to find the vector with the matching name. However, having the same name in multiple template_section implies that we need to compare the contents when reading i.e. matching the template_section with the same keys, same values.
See initial template_section PR here: #362
To solve you probleme we could either improve template_section to manage multiple instances with the same name, or introduce a PCI section like disk or nic. In this case we may want to introduce directly a new resource named opennebula_virtual_machine_pci.
Description
By default, a
PCI
template section does not allow more than one elementTerraform and Provider version
1.4.0
Affected resources and data sources
No response
Terraform configuration
Expected behavior
Both PCI elements should be created
Actual behavior
Only a PCI entry is created
Steps to Reproduce
Debug output
No response
Panic output
No response
Important factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: