From ed8f5f9f7196dacf60295111888c59148edbb75d Mon Sep 17 00:00:00 2001 From: ranbel <101146722+ranbel@users.noreply.github.com> Date: Wed, 4 Dec 2024 12:29:02 -0500 Subject: [PATCH] Update terraform.mdx --- .../deploy-tunnels/deployment-guides/terraform.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-networks/deploy-tunnels/deployment-guides/terraform.mdx b/src/content/docs/cloudflare-one/connections/connect-networks/deploy-tunnels/deployment-guides/terraform.mdx index 99b4e4b8e21e3b8..afd2e5edaa0eee0 100644 --- a/src/content/docs/cloudflare-one/connections/connect-networks/deploy-tunnels/deployment-guides/terraform.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-networks/deploy-tunnels/deployment-guides/terraform.mdx @@ -230,7 +230,7 @@ The following configuration defines the specifications for the GCP virtual machi automatic_restart = false } // Configures the VM to run a startup script that takes in the Terraform variables. - metadata_startup_script = templatefile("./install-tunnel.tpl", + metadata_startup_script = templatefile("./install-tunnel.tftpl", { tunnel_token = cloudflare_zero_trust_tunnel_cloudflared.auto_tunnel.tunnel_token })