I opened an issue with `pulumi-github` because it ...
# general
f
I opened an issue with
pulumi-github
because it seemed like one of the resources was hitting the wrong GitHub endpoint. Under the hood, how do you fix things like that in Pulumi? Do you have to change an underlying Terraform provider? https://github.com/pulumi/pulumi-github/issues/248
e
For a bug like this yes, it's probably a bug in the underlying terraform provider (https://github.com/integrations/terraform-provider-github/). Looks like there's already an issue for this at https://github.com/integrations/terraform-provider-github/issues/667
f
Thanks. I guess I'll try writing a custom resource provider and hit the GH API using Pyhton.