https://pulumi.com logo
f

full-dress-10026

05/21/2019, 10:05 PM
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

white-balloon-205

05/22/2019, 12:05 AM
This looks like the same issue being discussed in https://pulumi-community.slack.com/archives/C84L4E3N1/p1558461947103000.
f

full-dress-10026

05/22/2019, 12:09 AM
Yep, looks the same.
b

brave-angle-33257

05/22/2019, 12:14 AM
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