https://pulumi.com logo
Title
f

fierce-xylophone-92490

10/01/2022, 10:20 AM
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

echoing-dinner-19531

10/01/2022, 1:10 PM
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

fierce-xylophone-92490

10/01/2022, 7:27 PM
Thanks. I guess I'll try writing a custom resource provider and hit the GH API using Pyhton.