We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5417057 + 6046efe commit 2f3675fCopy full SHA for 2f3675f
website/docs/r/network.markdown
@@ -39,7 +39,11 @@ resource "libvirt_network" "kube_network" {
39
# mtu = 9000
40
41
# (Optional) DNS configuration
42
- dns {
+ dns = {
43
+ # (Optional, default false)
44
+ # Set to true, if no other option is specified and you still want to
45
+ # enable dns.
46
+ enable = true
47
# (Optional, default false)
48
# true: DNS requests under this domain will only be resolved by the
49
# virtual network's own DNS server
0 commit comments