my code looks like ` ```pulumi.export('api_url', c...
# python
s
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.