We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From https://developers.cloudflare.com/workers/tooling/api/scripts/#add-a-secret-text-binding. It should be possible to upload a script with text and secret bindings included.
Uploading a worker with bindings should support the new text and secret environment variable bindings.
It is not possible to upload text and secret bindings.
Add support for the two new bindings within the existing code path of UploadWorkerWithBindings
UploadWorkerWithBindings
I would really love to use Cloudflare Workers with terraform.
Links to any open or closed issues that may add context to this
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
From https://developers.cloudflare.com/workers/tooling/api/scripts/#add-a-secret-text-binding. It should be possible to upload a script with text and secret bindings included.
Expected behavior
Uploading a worker with bindings should support the new text and secret environment variable bindings.
Current behavior
It is not possible to upload text and secret bindings.
Possible solution
Add support for the two new bindings within the existing code path of
UploadWorkerWithBindings
Context
I would really love to use Cloudflare Workers with terraform.
References
Links to any open or closed issues that may add context to this
The text was updated successfully, but these errors were encountered: