Skip to content

Commit 1f3579b

Browse files
authored
Update terraform.mdx (#18571)
1 parent b2ad2d5 commit 1f3579b

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/cloudflare-one/connections/connect-networks/deploy-tunnels/deployment-guides

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/deploy-tunnels/deployment-guides/terraform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ The following configuration defines the specifications for the GCP virtual machi
230230
automatic_restart = false
231231
}
232232
// Configures the VM to run a startup script that takes in the Terraform variables.
233-
metadata_startup_script = templatefile("./install-tunnel.tpl",
233+
metadata_startup_script = templatefile("./install-tunnel.tftpl",
234234
{
235235
tunnel_token = cloudflare_zero_trust_tunnel_cloudflared.auto_tunnel.tunnel_token
236236
})

0 commit comments

Comments
 (0)