Skip to content

Commit

Permalink
fix: Interface child items had incorrect reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenn-newbury committed Feb 15, 2023
1 parent 1ebca01 commit be14cb6
Show file tree
Hide file tree
Showing 26 changed files with 71 additions and 657 deletions.
16 changes: 8 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ terraform {
}
provider "routeros" {
hosturl = "https://router.local" # env ROS_HOSTURL or MIKROTIK_HOST
username = "admin" # env ROS_USERNAME or MIKROTIK_USER
password = "" # env ROS_PASSWORD or MIKROTIK_PASSWORD
ca_certificate = "/path/to/ca/certificate.pem" # env ROS_CA_CERTIFICATE or MIKROTIK_CA_CERTIFICATE
insecure = true # env ROS_INSECURE or MIKROTIK_INSECURE
hosturl = "https://router.local" # env ROS_HOSTURL or MIKROTIK_HOST
username = "admin" # env ROS_USERNAME or MIKROTIK_USER
password = "" # env ROS_PASSWORD or MIKROTIK_PASSWORD
ca_certificate = "/path/to/ca/certificate.pem" # env ROS_CA_CERTIFICATE or MIKROTIK_CA_CERTIFICATE
insecure = true # env ROS_INSECURE or MIKROTIK_INSECURE
}
resource "routeros_gre" "gre_hq" {
name = "gre-hq-1"
resource "routeros_interface_gre" "gre_hq" {
name = "gre-hq-1"
remote_address = "10.77.3.26"
disabled = true
disabled = true
}
```

Expand Down
47 changes: 0 additions & 47 deletions docs/resources/bridge.md

This file was deleted.

63 changes: 0 additions & 63 deletions docs/resources/bridge_port.md

This file was deleted.

30 changes: 0 additions & 30 deletions docs/resources/bridge_vlan.md

This file was deleted.

44 changes: 0 additions & 44 deletions docs/resources/capsman_channel.md

This file was deleted.

90 changes: 0 additions & 90 deletions docs/resources/capsman_configuration.md

This file was deleted.

45 changes: 0 additions & 45 deletions docs/resources/capsman_datapath.md

This file was deleted.

36 changes: 0 additions & 36 deletions docs/resources/capsman_manager.md

This file was deleted.

0 comments on commit be14cb6

Please sign in to comment.