Error in tunnel creation (terraform) documentation

What is the name of the domain?

N/A

What is the error message?

This object has no argument, nested block, or exported attribute named “tunnel_token”.

What is the issue you’re encountering

tunnel_token is not available

What steps have you taken to resolve the issue?

Followed instructions in Deploy Tunnels with Terraform · Cloudflare Zero Trust docs

The instructions give an example on how to get the tunnel token, in the GCP section: tunnel_token = cloudflare_zero_trust_tunnel_cloudflared.auto_tunnel.tunnel_token

The problem is that cloudflare_zero_trust_tunnel_cloudflared does not have a tunnel_token variable. It has a tunnel_secret (Terraform Registry).

My desired outcome would be to read out the tunnel_token through Terraform. Otherwise, I need to find it in the web-dashboard, but that is hard to automate.