This message was deleted.
s
This message was deleted.
👀 1
b
Hi @chilly-hospital-92934, you can do it in a couple of different ways: 1. Set them to config and read from config and make them splicit parts of the provider 2. REad Env Vars from the code and set them to the provider
a
Hey @broad-dog-22463, my colleague meant the scenario where we are writing our own Dynamic Providers to cover missing services in Terraform by Pulumi. What we would like to achieve is to provision resources on 3 different Alicloud accounts. This is possible when using Pulumi's built-in providers, but for our own we would like to re-use it instead of creating separate Alicloud SDK clients.
For example we have DCDN built-in feature in Pulumi for which we are going to specify credentials provider mentioned in thread. Additionally, we need to do something more on DCDN and we write our Dynamic Provider to make this happen and we would like to use the very same credential provider as SDK client when "talking" with Alicloud in CRUD.