Skip to content

Commit

Permalink
Fix incorrect placement of routes in network docs (#1008)
Browse files Browse the repository at this point in the history
Co-authored-by: illis <[email protected]>
  • Loading branch information
illis and illis authored Oct 11, 2023
1 parent 2fd32ba commit 767e995
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/docs/r/network.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 767e995

Please sign in to comment.