Update tunnel.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 22s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 22s
This commit is contained in:
@@ -15,6 +15,13 @@ data "cloudflare_zero_trust_tunnel_cloudflared_token" "home_tunnel_token" {
|
||||
tunnel_id = cloudflare_zero_trust_tunnel_cloudflared.home_tunnel.id
|
||||
}
|
||||
|
||||
resource "cloudflare_zero_trust_tunnel_cloudflared_route" "home_tunnel_route" {
|
||||
account_id = local.cloudflare_account_id
|
||||
network = "10.0.5.0/16"
|
||||
tunnel_id = cloudflare_zero_trust_tunnel_cloudflared.home_tunnel.id
|
||||
comment = "Example comment for this route."
|
||||
}
|
||||
|
||||
# =============================================================================
|
||||
# DNS RECORDS (un par application)
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user