Is there an `InvokeOption` that lets me set a time...
# golang
p
Is there an
InvokeOption
that lets me set a timeout when calling a data getter? Specifically I'm calling pulumi-openstack's
compute.GetImageIds()
and it doesn't timeout.