little-cartoon-10569
01/27/2022, 3:11 AMproviders
map (in the opt object)?echoing-dinner-19531
01/27/2022, 9:48 AMproviders
is a map 😞 The dotnet sdk for example it's just a list. Choosing a provider from there is just a case of looking for the provider with a matching package. So no you can't have multiple AWS providers in the one map/list.little-cartoon-10569
01/27/2022, 7:50 PMimport * as aws-uswest2 from "@pulumi/pulumi-aws
...?echoing-dinner-19531
01/27/2022, 8:58 PMlittle-cartoon-10569
01/27/2022, 10:50 PMmyproj-prod:x:y:z:foo
map to provider myproj-prod which is actually an AWS provider hooked up to us-west-2 would be fine.. if it works.echoing-dinner-19531
01/27/2022, 10:55 PMlittle-cartoon-10569
01/27/2022, 10:57 PM