-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCP eventarc path filter doesn't work #831
Comments
Thanks for opening the issue here - please can you provide the code that will help us try and recreate the issue. That will help be able to isolate the problem here Paul |
|
@petercheng00 The trigger you linked is using the |
Given the previous comment, I'll close the issue as by design. Let me know if you think it's wrong. |
What happened?
I'd like an eventarc trigger based on a specific file pattern in google cloud storage. This is done via --event-filters-path-pattern in google cloud documentation.
See the slack thread here: https://pulumi-community.slack.com/archives/CRFUR2DGB/p1655238434066829
Steps to reproduce
Here's what I'm using (the resourceName section is copied directly from this google sample as a test :
Expected Behavior
Trigger gets created
Actual Behavior
error: 1 error occurred:
* Error updating Trigger: googleapi: Error 400: The request was invalid: The request was invalid: invalid attribute "resourceName" for trigger.event_filters
Versions used
CLI
Version 3.34.1
Go Version go1.17.11
Go Compiler gc
Plugins
NAME VERSION
docker 3.2.0
gcp 6.24.0
nodejs unknown
Host
OS ubuntu
Version 20.04
Arch x86_64
Dependencies:
NAME VERSION
@types/node 14.18.18
@pulumi/docker 3.2.0
@pulumi/gcp 6.24.0
@pulumi/pulumi 3.33.1
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: