Skip to content

Commit

Permalink
docs(/ip/address): Fix example
Browse files Browse the repository at this point in the history
Thanks to @ArGJolan
  • Loading branch information
vaerh committed Dec 2, 2023
1 parent 5dc2d79 commit d9215ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/resources/routeros_ip_address/resource.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "routeros_ip_address" "address" {
address = "10.0.0.1"
address = "10.0.0.1/24"
interface = "bridge"
network = "10.0.0.0/24"
network = "10.0.0.0"
}

0 comments on commit d9215ee

Please sign in to comment.