From 767e9954094cbf39c8915da86a2944c1c9dec169 Mon Sep 17 00:00:00 2001 From: illis Date: Thu, 12 Oct 2023 11:01:57 +1300 Subject: [PATCH] Fix incorrect placement of routes in network docs (#1008) Co-authored-by: illis --- website/docs/r/network.markdown | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/website/docs/r/network.markdown b/website/docs/r/network.markdown index 43301a6ca..467e7773d 100644 --- a/website/docs/r/network.markdown +++ b/website/docs/r/network.markdown @@ -71,15 +71,15 @@ resource "libvirt_network" "kube_network" { # ip = "my.ip.address.2" # } # - - # (Optional) one or more static routes. - # "cidr" and "gateway" must be specified. The format is: - # routes { - # cidr = "10.17.0.0/16" - # gateway = "10.18.0.2" - # } } + # (Optional) one or more static routes. + # "cidr" and "gateway" must be specified. The format is: + # routes { + # cidr = "10.17.0.0/16" + # gateway = "10.18.0.2" + # } + # (Optional) Dnsmasq options configuration dnsmasq_options { # (Optional) one or more option entries.