https://pulumi.com logo
Title
p

prehistoric-account-60014

06/30/2020, 5:44 PM
Pulumi’s GCP SDK requires the
healthChecks
field on
compute.BackendService
but the GCP API disallows any health checks for backend services that a global network endpoint group backend. Disabling TypeScript for that line doesn’t seem to help since the Pulumi SDK checks for presence of this field at runtime. Any thoughts on how to bypass this?
Here’s some code…
“Backend services with internet NEG backends must not have a health check.”
g

gentle-diamond-70147

06/30/2020, 6:11 PM
I believe you're hitting https://github.com/terraform-providers/terraform-provider-google/issues/6155 from the upstream provider.
p

prehistoric-account-60014

06/30/2020, 6:15 PM
Looks like I am. Well this is rather unfortunate. It doesn’t seem like fixing this is in their priorities either