This message was deleted.
# python
s
This message was deleted.
a
Not sure this helps, but I'm using
pulumi.Config().require('foobar')
instead of the get functions and it's working for me. Added bonus is that I don't need to worry if it's secrets or not, Pulumi just deals with it.
f
Not working for me...\both getxx and requirexxx retrieves object, however requirexxx fails if key can't be located, whereas getxxx returns None in that case