i am having trouble after upgrading to the latest ...
# general
w
i am having trouble after upgrading to the latest pulumi. started getting an error when using
aws.secretsmanager.getSecretVersion
where it retrieves an empty value.
Downgrading to @pulumi/pulumi@1.5.2 fixed the problem.
w
Hmm - I'm not sure how the version of
@pulumi/pulumi
would impact this. Do you have any more details?
w
Not a lot. In 1.5.2 that function returns the secret, in 1.6.x it returns an empty object
c
@worried-engineer-33884 is it failing during preview?
w
yes
c
gonna bet its the Unknown output change
its been killing us
if you do pulumi up --skip-preview does it work (note that that will execute whatever you have, it will not ask for confirmation)
w
i'll have to get back to you on that, we all downgraded and working on other things sorry. i'll make a note to check on this first thing AM tomorrow.
c
No worries!
w
FYI we just upgraded to 1.7.1 and this seems to be working now