https://pulumi.com logo
i

incalculable-diamond-5088

04/18/2019, 9:15 PM
Hi, is there a good way to get the AWS provider used by an AWS resource?
w

white-balloon-205

04/18/2019, 10:43 PM
I believe
res.getProvider("aws")
will get the registered
aws
provider used for the resource. See also https://github.com/pulumi/pulumi/issues/2246 which is related.