This message was deleted.
# python
s
This message was deleted.
s
This code excerpt is a rewrite of an existing Go codebase for another team, that uses Python. So I knew and thus expected the code to work
I found a solution for the problem, even though I do not understand why it works 😉
Changing the ResourceOptions for the target_provider from (provider=intermediate_provider) to (provider*s*=*[intermediate_provider]*)
So, many words later, here the proposed question, why can't I chain providers in Pulumi using Python? Or why can't I use them the way I expected them to work?
If this is expected behaviour should we add an aws-py-chained-providers to the example repository?