Update tunnel.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 21s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 21s
This commit is contained in:
@@ -20,7 +20,7 @@ resource "cloudflare_zero_trust_tunnel_cloudflared_route" "home_tunnel_route" {
|
|||||||
account_id = local.cloudflare_account_id
|
account_id = local.cloudflare_account_id
|
||||||
network = var.tunnel_network
|
network = var.tunnel_network
|
||||||
tunnel_id = cloudflare_zero_trust_tunnel_cloudflared.home_tunnel.id
|
tunnel_id = cloudflare_zero_trust_tunnel_cloudflared.home_tunnel.id
|
||||||
comment = "Example comment for this route."
|
comment = var.tunnel_network_comment
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user