workers-sdk
workers-sdk copied to clipboard
🚀 Feature Request: Export script bundle for interop with the Cloudflare terraform provider
Describe the solution
There should be a way of outputting the script bundle created with wrangler
, so it's possible to develop with Wrangler while provisioning with the Cloudflare Terraform provider.
Background: We want to manage as much as possible with infrastructure as code. When moving to wranger2, we could drop a lot of mess from our worker node projects, which is awesome. But since bundling is now done inside of wrangler on publish
, we don't have a built artefact to use for deployment. It seems logical these two tools support each other since they complement each other very well.