You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.8 KiB
1.8 KiB
| title | status | type | priority | created_at | updated_at |
|---|---|---|---|---|---|
| [TRIAGE] Correct cloudflare_workers_script resource name in current Cloudflare provider version | completed | task | high | 2026-03-10T23:32:11Z | 2026-03-10T23:32:11Z |
Confirmed directly from the Cloudflare provider v4 GitHub source (docs/resources/workers_script.md). The resource is documented as cloudflare_workers_script with a d1_database_binding block. The singular form cloudflare_worker_script does not exist in v4.
Also confirmed alongside triage 07cafb: the d1_database_binding block has required fields name (binding variable name) and database_id (the D1 ID, referenced as cloudflare_d1_database.db.id).
Ticket a23489 updated with this resource name.
1. Research the options above and choose the best approach for this project. 2. Run `tofu providers schema | jq` 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 — cloudflare_workers_script-confirmed-plural-provider-v4`