hi all, i just noticed that a single `cloudflare:i...
# general
i
hi all, i just noticed that a single
cloudflare:index/workerScript:WorkerScript
resource is pushing my state up to ~3.3MB due to the raw
content
field stored twice (input, and output). it represents >99% of the state size i remember other providers such as s3 doing extra work to store only a hash in the state, not the raw file contents. I mentioned this to the cloudflare team, but they are not willing to implement this due to their provider being auto-generated from openapi specs is there anything that can be added to the pulumi client itself that allows us to force a field to use a hash? something similar to
additionalSecretOutputs
that allows you to patch up any gaping holes left by the provider implementation