Skip to content

Commit

Permalink
docs: Example for routeros_interface_lte
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Aug 5, 2024
1 parent a263193 commit ec05197
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/resources/routeros_interface_lte/resource.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@

resource "routeros_interface_lte" "test" {
allow_roaming = false
apn_profiles = "default"
band = []
default_name = "lte1"
disabled = false
mtu = "1500"
name = "lte1"
network_mode = ["3g", "lte"]
sms_protocol = null
}

0 comments on commit ec05197

Please sign in to comment.