Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
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.
Post