Skip to content

Commit

Permalink
Update docs by changing tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenn-newbury committed Dec 21, 2021
1 parent 30a1fa4 commit d0f6fd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/resources/interface_wireguard.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ description: |-

```terraform
resource "routeros_interface_wireguard" "test_wg_interface" {
name = "test_wg_interface"
listen_port = "13231"
name = "test_wg_interface"
listen_port = "13231"
}
```

Expand Down
6 changes: 3 additions & 3 deletions docs/resources/interface_wireguard_peer.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ description: |-

```terraform
resource "routeros_interface_wireguard" "test_wg_interface" {
name = "test_wg_interface"
listen_port = "13231"
name = "test_wg_interface"
listen_port = "13231"
}
resource "routeros_interface_wireguard_peer" "wg_peer" {
interface = routeros_interface_wireguard.test_wg_interface.name
public_key = "MY_BASE_64_PUBLIC_KEY"
public_key = "MY_BASE_64_PUBLIC_KEY"
allowed_addresses = [
"192.168.0.0/16",
"172.16.0.0/12",
Expand Down

0 comments on commit d0f6fd2

Please sign in to comment.