This message was deleted.
# general
s
This message was deleted.
w
I assume it works fine if you use the default provider instead of
new cloudflare.Provider
? If so, I suspect I know what the problem might be (which unfortunately is pretty common for new providers because there's some manual work needed - and is tracked in https://github.com/pulumi/pulumi-terraform/issues/292). I'll open a bug on this specifically for cloudflare so we can fix. In the meantime, I suspect setting a dummy
pulumi config set cloudflare:email <mailto:does@notexist.com|does@notexist.com>
will unblock. Let me know if now.
g
thx, if I set cloudflare:email and cloudflare:token with “pulumi config set” the “pulumi up” is successful
👍 1