Hi All I'm just upgrade pulumi cloudflare to the ...
# general
w
Hi All I'm just upgrade pulumi cloudflare to the latest package and suddenly got this error when run pulumi up. Not sure what was wrong.
Copy code
error: pulumi:providers:cloudflare resource 'cloudflare' has a problem: could not validate provider configuration: Invalid or unknown key. Examine values at 'cloudflare.tags'.
Here is the code
Copy code
const cfProvider = new cf.Provider('cloudflare', {
    apiToken: getSecret('cf-token'),
  });
a
If this used to work and now doesn’t can you open an issue in github?
w
Thank I’m able to resolve the issue
👍 1