Just started getting this error when running `pulu...
# general
f
Just started getting this error when running
pulumi up
Copy code
error: could not deserialize deployment: unknown secrets provider type
Any idea what would cause this? I have
v0.17.12
of pulumi installed and my project uses the same version.
I see this in my stack JSON:
Copy code
"secrets_providers": {
            "type": ""
        },
w
This looks like the same issue being discussed in https://pulumi-community.slack.com/archives/C84L4E3N1/p1558461947103000.
f
Yep, looks the same.
b
It's a bug in pulumi, Matt confirmed it. Pending MR https://github.com/pulumi/pulumi/pull/2751
He was able to provide me a temporary binary to work around it, but you could probably roll back also, it just started showing up for us too