Skip to content

Commit 7853a04

Browse files
Apply suggestions from code review
Co-authored-by: marciocloudflare <[email protected]>
1 parent d603c3a commit 7853a04

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/learning-paths/replace-vpn/connect-private-network

1 file changed

+3
-3
lines changed

src/content/docs/learning-paths/replace-vpn/connect-private-network/cloudflared.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To connect your private network:
4040
}
4141
```
4242

43-
4. Route the CIDR of your private network through the tunnel using the [`cloudflare_zero_trust_tunnel_cloudflared_route`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/zero_trust_tunnel_cloudflared_route) resource:
43+
3. Route the CIDR of your private network through the tunnel using the [`cloudflare_zero_trust_tunnel_cloudflared_route`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/zero_trust_tunnel_cloudflared_route) resource:
4444

4545
```tf
4646
resource "cloudflare_zero_trust_tunnel_cloudflared_route" "example_tunnel_route" {
@@ -51,10 +51,10 @@ To connect your private network:
5151
}
5252
```
5353

54-
5. Get the [token](/cloudflare-one/connections/connect-networks/configure-tunnels/remote-tunnel-permissions/) used to run the tunnel:
54+
4. Get the [token](/cloudflare-one/connections/connect-networks/configure-tunnels/remote-tunnel-permissions/) used to run the tunnel:
5555
<Render file="terraform/get-tunnel-token" product="cloudflare-one" />
5656

57-
6. Install `cloudflared` on a host machine in your private network and run the tunnel:
57+
5. Install `cloudflared` on a host machine in your private network and run the tunnel:
5858

5959
<Render file="tunnel/install-and-run-tunnel" product="cloudflare-one" />
6060

0 commit comments

Comments
 (0)