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
fix(workers_script): Revert treating cloudflare_workers_script.bindings as a Set
This was originally intended to prevent diffs due to ordering inconsistency between API and Terraform config, but resulted in a loss of fidelity in diffs as the entire `bindings` attribute was now being shown in diffs as `(sensitive)` due to a nested attribute being as such.
Description: "List of bindings attached to a Worker. You can find more about bindings on our docs: https://developers.cloudflare.com/workers/configuration/multipart-upload-metadata/#bindings.",
0 commit comments