This message was deleted.
# general
s
This message was deleted.
m
I reported this yesterday. I narrowed it down to the use of
tags
. Are you using tags?
Try removing the tags and see if the preview still fails or not. Unfortunately nobody has responded to my report. I worked around it by avoiding tags for the time being. I think it was introduced by a server-side change on pulumi's side (the pulumi client fails to parse the server's response)
e
Thanks for the info. Yes, I am. I'll remove the tags and try previewing. What platform(s) have you tried this on? I'm not experiencing the issue in my local environment, only in pipelines that install the latest version of packages and also use a different OS. Not sure if the non-issue locally is due to a different package I have installed or something OS specific. Have you submitted a github issue yet? If not I'll send one in
I can confirm that this is not KMS specific. I agree with your assessment that this looks like either a server side change on Pulumi's end when pulling in state information
m
What platform(s) have you tried this on?
Fails for me using pulumi 2.9.0 and 2.9.1, on AWS resources. Tried on both local (Mac OS) and server machines (Debian)
Have you submitted a github issue yet? If not I’ll send one in
No.. I wasn’t sure where to put it… maybe just
pulumi/pulumi
?
e
Yea I'm not really sure... @echoing-match-29901 where should I submit the issue to? From our testing it looks like it might not be an issue with the client but rather server side/stack host side
Workaround is to downgrade to pulumi 2.8.2
m
I’ve reproduced the problem and am about to file and issue and start working on a fix. More info here: https://pulumi-community.slack.com/archives/C84L4E3N1/p1598651255279700?thread_ts=1598590542.226600&cid=C84L4E3N1
Note the workaround is to downgrade the Python packages, not the CLI.
pulumi
v2.8.2 and
pulumi_aws
v3.1.0
The fix has been released in version 
2.9.2
 of the 
pulumi
 package, which will work with 
pulumi-aws
 version 
3.2.1
.
e
Thanks!