-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi worker_script requires settings org_id even for non organizational/enterprise accounts #387
Comments
Thanks for reporting this @perosb! Have you tried setting It will be great to generalise this functionality to not be Enterprise specific now as that was a bit of a headache to iron out. |
Thanks @jacobbednarz! |
Where does org_id go? |
In the provider config. |
* Fix unmarshalling of OriginCACertificate * Linter and test fixes * Use aliasing to override just a single field for unmarshalling
Cloudflare launched multi script support for non enterprise accounts some week ago.
It's not possible to create a multiscript for non enterprise accounts using terraform plugin.
Terraform Version
2:29 $ terraform -v
Terraform v0.12.2
Affected Resource(s)
Please list the resources as a list, for example:
Debug Output
resource (module):
Expected Behavior
scripts and routes should have been created
Actual Behavior
nothing is created.
possibly issue in cloudflare-go? https://github.com/cloudflare/cloudflare-go/blob/cf0705549ebf3ec9123c27b1f9e64af7b93eb08b/workers.go#L94
https://blog.cloudflare.com/just-write-code-improving-developer-experience-for-cloudflare-workers/#multiscript-for-all
The text was updated successfully, but these errors were encountered: