Am I missing something or is the Pulumi AI just ma...
# golang
b
Am I missing something or is the Pulumi AI just making things up? https://www.pulumi.com/ai/answers/jyYeFXBHZUFkmPQjyLswAH/securing-google-cloud-functions-with-tls I don't even see some of those objects documented.
Copy code
GlobalNetworkEndpointType
GlobalNetworkEndpointGroupServerlessFunction
ServerlessFunction
None of those appear to be valid.
s
This would, unfortunately, not be the first time Pulumi AI has hallucinated about objects, types, methods, functions, etc. The most reliable source I've found is
<http://pkg.go.dev|pkg.go.dev>
, and the most reliable way of searching it has been Google/DDG.