millions-judge-24978
02/09/2021, 6:27 PMpulumi.ComponentResource
is currently deploying in?
The best I can come up with is something like this:
const provider = this.getProvider('aws::') as any;
(provider.region as pulumi.Output<string>).apply(console.log);
However getProvider('aws::')
does not seem to work when the resource is just using the default provider. I mentioned this here as well: https://github.com/pulumi/pulumi/issues/2246