This message was deleted.
# python
s
This message was deleted.
h
Try
Copy code
configs = pulumi.Config()
password = config.get_secret('containerapp-environment:certificates:password')
c
Wouldn´t I somehow need to use get_secret to get the secret value? Also I need to loop over the certificates.
h
Sorry i missed the secret part, updated my above snippet. Also is your intention to loop through certificates to get its values, then you can get value using
('containerapp-environment:certificates:password')