Can't deploy bindings for tail workers in `cloudflare_worker_script` resource

For Workes & Pages, what is the name of the domain?

What is the issue or error you’re encountering

Missing tail_consumers option in terraform cloudflare_worker_script resource. I want to deploy tail worker and also add tail_consumers binding to producer worker. I did not find any mention of this in terraform documentation is it possible? I deploy all our infrastructure by terraform so It would be annoying to be forced to change deployment to wrangler :frowning:

What are the steps to reproduce the issue?

There is missing tail_consumers in resource "cloudflare_worker_script" documentation Terraform Registry. Although binding is available in wrangler.toml specification Tail Workers | Cloudflare Workers docs