This message was deleted.
# aws
s
This message was deleted.
m
pulumi-aws is a bridged provider that uses Terraform under the hood (in contrast to pulumi-aws-native). So the actual implementation would be in https://github.com/hashicorp/terraform-provider-aws, unless it’s overridden in the Pulumi provider. Unlikely, but I didn’t check.
n
I think I tracked the issue back to pulumi repo, in the file sdk/go/common/resource/asset.go line 361
Or line 443 where it ReadAll’s the URL
m
Interesting. The code in
sdk/
is generated. By Pulumi, so it’s still our issue.