Pulumi’s GCP SDK requires the `healthChecks` field...
# google-cloud
p
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
I believe you're hitting https://github.com/terraform-providers/terraform-provider-google/issues/6155 from the upstream provider.
p
Looks like I am. Well this is rather unfortunate. It doesn’t seem like fixing this is in their priorities either