Hi. I’m having problems trying to use Pulumi to cr...
# google-cloud
a
Hi. I’m having problems trying to use Pulumi to create Google Cloud 2nd gen functions. I’m able to create/manage the function with an event trigger like in the example https://www.pulumi.com/registry/packages/gcp/api-docs/cloudfunctionsv2/function/ However, I’d like to use an http trigger. I know it’s possible to create a 2nd gen function with http trigger because I already did that manually, but cannot find how to reproduce with Pulumi
s
there's a bunch missing from the new CFs. I've had to write shell command blocks for much of it. looks like there's an open ticket already on this one: https://github.com/pulumi/pulumi-gcp/issues/802
the docs in some cases are ahead of the tooling, ran into this a couple times