https://pulumi.com logo
w

worried-engineer-33884

12/04/2019, 11:54 PM
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

white-balloon-205

12/05/2019, 1:06 AM
Hmm - I'm not sure how the version of
@pulumi/pulumi
would impact this. Do you have any more details?
w

worried-engineer-33884

12/05/2019, 4:19 PM
Not a lot. In 1.5.2 that function returns the secret, in 1.6.x it returns an empty object
c

clever-nest-47198

12/05/2019, 10:20 PM
@worried-engineer-33884 is it failing during preview?
w

worried-engineer-33884

12/05/2019, 10:29 PM
yes
c

clever-nest-47198

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

worried-engineer-33884

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

clever-nest-47198

12/05/2019, 10:35 PM
No worries!
w

worried-engineer-33884

12/19/2019, 6:23 PM
FYI we just upgraded to 1.7.1 and this seems to be working now
2 Views