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
Is your issue/contribution related with enabling some setting/option exposed by libvirt that the plugin does not yet support, or requires changing/extending the provider terraform schema?
Make sure you explain why this option is important to you, why it should be important to everyone. Describe your use-case with detail and provide examples where possible.
If it is a very special case, consider using the XSLT support in the provider to tweak the definition instead of opening an issue
Maintainers do not have expertise in every libvirt setting, so please, describe the feature and how it is used. Link to the appropriate documentation
Is it a bug or something that does not work as expected? Please make sure you fill the version information below:
Description of Issue/Question
Setup
If building the docs, the network resource page is not visible in the TOC, nor accessible through the link on the domain page.
On the published documentation page the network page is visible in the TOC, and accessible, but the link on the domain page does not work (it's in the paragraph where network_id is explained)
System Information
Linux distribution
Ubuntu-24.04
Terraform version
1.10.0
Provider and libvirt versions
provider: 0.8.1
libvirt: 10.0.0-2ubuntu8.4
Checklist
Is your issue/contribution related with enabling some setting/option exposed by libvirt that the plugin does not yet support, or requires changing/extending the provider terraform schema?
Is it a bug or something that does not work as expected? Please make sure you fill the version information below:
Description of Issue/Question
Setup
If building the docs, the network resource page is not visible in the TOC, nor accessible through the link on the domain page.
On the published documentation page the network page is visible in the TOC, and accessible, but the link on the
domain
page does not work (it's in the paragraph wherenetwork_id
is explained)Steps to Reproduce Issue
To fix
a. rename file website/docs/r/network.markdown to
network.html.markdown
b. in domain.html.markdown line 349, change
/website/docs/r/network.markdown
to./network.html.markdown
.The text was updated successfully, but these errors were encountered: