accountId missing from config schema #579
Labels
area/docs
Improvements or additions to documentation
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
What happened?
error: pulumi:providers:cloudflare resource 'default_5_16_0' has a problem: could not validate provider configuration: Invalid or unknown key. Check
pulumi config get cloudflare:accountId
.Example
The README for this repo (and the docs on Pulumi) show that config can optionally contain
cloudflare:accountId
, which worked great in v4 and was accessible throughcloudflare.config.accountId
, but is gone in v5, as the schema no longer includes it:https://github.com/pulumi/pulumi-cloudflare/blob/ac85abc72cec78313e6fb2f61559d9b53fbb3fe6/provider/cmd/pulumi-resource-cloudflare/schema.json#L54-L135
Output of
pulumi about
n/a
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: