hey guys having some issues using outputs im atte...
# general
a
hey guys having some issues using outputs im attempting to use them like so
Copy code
'secrets': [{ 'name': "dbpassword", 'valueFrom': str(db_password.arn.apply(lambda a : f"{a}"))}],
when I use the lambda to write the value down to the log *pulumi.warn im getting the expected arn value however this doestn appear to be what is sent to aws