Open richiejp opened 5 years ago
Thx 💯
I think I'm experiencing a similar error. Toggling between dns { enabled = true/false }
doesn't update the network config and terraform plan
always show that the update is yet to be applied.
It might be related to #1069
System Information
Local intel workstation
Linux distribution
Tumbleweed
Terraform version
Terraform v0.11.11
Provider and libvirt versions
terraform-provider-libvirt was not built correctly Compiled against library: libvirt 4.0.0 Using library: libvirt 4.10.0 Running hypervisor: QEMU 3.1.0 Running against daemon: 4.10.0
If that gives you "was not built correctly", get the Git commit hash from your local provider repository: I am using the Tumbleweed package!
Checklist
Description of Issue/Question
Main problem is that the diff failed when disabling/removing
dns::local_only
. Secondary problem is thatdns::local_only = true
appears to be ignored (the DNS is still available from 10.1.0.1) which is why I decided to remove it (I thought it might interfere, but it doesn't so this is not important to me).Being frank, this is really not an important bug for me at the moment. However the error log says to submit it so I am and also it might be useful for someone else. Please don't investigate this purely on my behalf.
Setup
video.xsl:
second-iso.xsl:
Steps to Reproduce Issue
I guess; create a setup with the appropriate DNS settings and some domains with IPs assigned, apply it and then remove the DNS setting, then apply it again.