+++
title = "[TRIAGE] Correct cloudflare_workers_script resource name in current Cloudflare provider version"
priority = 7
status = "todo"
ticket_type = "task"
dependencies = ["25c413"]
+++
This is a triage decision ticket. It must be resolved before dependent implementation tickets can proceed.
Correct Cloudflare Workers script resource name: the Cloudflare OpenTofu provider has changed resource names across versions. What is the correct resource name in the currently pinned provider version?
1. **cloudflare_workers_script** — older resource name, may be deprecated.
2. **cloudflare_worker_script** — alternative naming (singular "worker").
3. **Check provider changelog** — run `tofu providers schema` after `tofu init` to see available resources.
1. Research the options above and choose the best approach for this project.
2. Run `tofu providers schema | jq '.provider_schemas[].resource_schemas | keys | map(select(contains("worker")))'` to find the correct resource name. Update ticket a23489.
3. Mark this ticket done with a note on the chosen approach in the body or a comment.
`chore(quotesdb): resolve triage — correct-cloudflareworkersscript-resource-name-in-current-clo`