This message was deleted.
# python
s
This message was deleted.
p
I’m not sure what kind of resource it is but have you tried
r.repository_url
?
Most (all?) properties of pulumi resources are accessed like fields in the class object (
obj.property_name
) and they are not subscriptable (= they do not behave like dict so
obj["property_name"]
won’t work)
s
p
Thank you @prehistoric-activity-61023. Yes, your suggestion works. Actually with that there is no need for using “apply”. I can get it with ruri.repository_url directly.