I am trying to create a cloudbuild trigger using `...
# google-cloud
q
I am trying to create a cloudbuild trigger using
pulumi_google_native.cloudbuild.v1
but get an error message saying “the project is not allowlisted to create regional triggers”. There seems to be 2 different api endpoints for cloudbuild triggers, one called projects.locations.triggers and one projects.trigger. https://cloud.google.com/build/docs/api/reference/rest Is there any way to create a trigger without location with pulumi gcp native, or do you need to use the location trigger?