Cina Saffary
Cina Saffary
@AdiRishi yes, please open a new issue for that
@thantos thanks for investigating. It looks like there are two distinct problems here: * The missing `-w` flag in the install command causes pnpm to error * Package manager inference...
Yeah, I was observing API errors. Perhaps that fallback behavior wasn’t implemented for `wrangler secret:bulk`.
FWIW we'll still need a PR to bump the default version of wrangler
Because `preCommands`/`postCommands` allow you to execute in the context of a shell, I don't think we'd want to attempt to append any wrangler flags to these commands as there's a...
This is fixed by https://github.com/cloudflare/cloudflare-typescript/commit/cbdd3e82869bac6065a6b888457c10b7e8541f84#diff-c628bbbc70ea880984554871facce1db33196952aa18d29d3459fbde33088b7d
Fixed in https://github.com/cloudflare/cloudflare-typescript/commit/d4ce21e135415971b6b4578151304289f5b7c4ef
Dupe of #2593. This is fixed in https://github.com/cloudflare/cloudflare-typescript/commit/d4ce21e135415971b6b4578151304289f5b7c4ef.
@aashishshrestha09 the bug you ran into was due to a mismatch between the attribute type within the [model](https://github.com/cloudflare/terraform-provider-cloudflare/blob/7877ed398a0a57095ce1f9f9a4ab7d65d227cbeb/internal/services/workers_script/model.go#L124) and [schema](https://github.com/cloudflare/terraform-provider-cloudflare/blob/7877ed398a0a57095ce1f9f9a4ab7d65d227cbeb/internal/services/workers_script/schema.go#L125). Sorry for the trouble here. This PR handles both `boolean`...
Hey @rmsy! The current plans are to introduce a Secrets Store resource to the provider as part of the GA plan for that product, tentatively targeting Q1 2026. However, in...