-
Notifications
You must be signed in to change notification settings - Fork 604
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
Worker script's script_name
field can be null
#1517
Comments
Here my terraform error log if it can help
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Confirmation
cloudflare-go version
v0.89.0
Expected output
See on documentation (https://developers.cloudflare.com/api/operations/worker-script-get-settings), durable object have an optional
script_name
field :The actual API usually return it but after after the binding using wrangler, the API doesn't return it.
This make the
terraform-provider-cloudflare_v4.26.0
plugin crash, and make me unable to use terraform on my cloudflare env after adding a durable object binding using wrangler.I'm not into go development but I've located the bug (https://github.com/cloudflare/cloudflare-go/blob/v0.89.0/workers_bindings.go#L506) and I think I just need to allow this value as optional.
I hope this can be resolved,
The text was updated successfully, but these errors were encountered: