You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this: https://developers.cloudflare.com/workers/reference/migrate-to-module-workers/ ES module syntax is a preferred way of developing workers.
Yet, with Pulumi, it's not supported to have a multi-file worker script.
Exemplary script from Cloudflare Dashboard, named "To-do List App" consists of multiple files
when imported the copy-paste fragment does not reflect that:
Hi @bozyk-m, thanks for opening an issue.
It is supported on the Terraform provider in 5.0.0-alpha1. pulumi-cloudflare tracks cloudflare/terraform-provider-cloudflare's stable, so we don't have the alpha release. As soon as terraform-provider-cloudflare releases 5.0.0, we will add support.
According to this: https://developers.cloudflare.com/workers/reference/migrate-to-module-workers/ ES module syntax is a preferred way of developing workers.
Yet, with Pulumi, it's not supported to have a multi-file worker script.
Exemplary script from Cloudflare Dashboard, named "To-do List App" consists of multiple files
when imported the copy-paste fragment does not reflect that:
This seems to be supported in the Terraform provider - https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/workers_script#any_part_name-1
Is there any chance to add support for this in the Pulumi provider?
The text was updated successfully, but these errors were encountered: