-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Empty filters no longer allowed, breaking our pipelines #19269
Empty filters no longer allowed, breaking our pipelines #19269
Comments
Introduced by this commit: 2be944a Suggested solution in https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/pubsub/resource_pubsub_subscription.go:
=>
|
@rileykarson could we get a patch release for this before the next Monday release? |
we'll likely wait for the other issue to be resolved so we can bundle both resolutions into a single patch release. |
This was released as a backport in 5.43.1 and is scheduled to be released in 6.1.0 tuesday |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Terraform Version & Provider Version(s)
Terraform v1.9.5
Affected Resource(s)
google_pubsub_subscription
Terraform Configuration
Debug Output
No response
Expected Behavior
Terraform creates the two subscriptions on the two topics, one with a filter and one without any filter.
This worked in previous versions (v5.42.0).
Actual Behavior
Instead of creating the subscription without a filter, this now causes an error:
Steps to reproduce
terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: