Skip to content

Commit 2f3675f

Browse files
authored
Merge pull request dmacvicar#581 from blaggacao/patch-1
Fix dns enable=true doc
2 parents 5417057 + 6046efe commit 2f3675f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

website/docs/r/network.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ resource "libvirt_network" "kube_network" {
3939
# mtu = 9000
4040
4141
# (Optional) DNS configuration
42-
dns {
42+
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
4347
# (Optional, default false)
4448
# true: DNS requests under this domain will only be resolved by the
4549
# virtual network's own DNS server

0 commit comments

Comments
 (0)