notice there's a flag on the GCP cli to create clo...
# google-cloud
b
notice there's a flag on the GCP cli to create cloud functions without authentication, how does one do the same via pulumi? https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--allow-unauthenticated
t
b
I ended up not using Pulumi and just uploading my function via
gcloud
. I can’t tell if it’s GCP or the library but i couldn’t get the “magic” function feature working
TBH, I’m not a huge fan of GCP’s function dev workflow