This message was deleted.
# general
s
This message was deleted.
b
I would pass them in either as two separate parameters or a dictionary / array. Then reference them like:
Copy code
opts = ResourceOptions(provider=provider_array[0])
g
Yes two separate parameters was my first go to. I got puzzled by the
providers
being an
dictionary / array
- which mixes 2 completely different structures when it comes to access to the items. I'll make the provider/s an explicit parameter