https://pulumi.com logo
#python
Title
s

salmon-art-25154

06/02/2022, 7:34 PM
my code looks like `
Copy code
pulumi.export('api_url', cloud_run_api_output.status.url)
but when i look at the docs for gcp.cloudrun.Service, i only see output.statuses, so maybe that changed between versions. however when i try to access
cloud_run_api_output.statuses[0]
, i get a index out of range error.