Are you passing the provider into the resource you...
# getting-started
l
Are you passing the provider into the resource you’re trying to create? You have to pass
pulumi.Provider(awsProvider)
as an argument to your resource (I believe)