-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
How to apply AWS SNS/SQS subscription filter #2554
Comments
This is an important missing feature, is there any ETA on this? |
this seems duplicate -> #2916 |
Support for filtering has been merged into master and will be released in v1.9.0 of the AWS provider. 🎉 |
Hi @bflad do we have an ETA for v1.9.0? |
Hi @ryanlewis, we currently try to keep to a 1-2 week release cycle as you can see in the CHANGELOG (except for around the December holidays 🎄 😉 ). We're expecting to 🚢 v1.9.0 tomorrow. Sorry I didn't mention that in my note above. |
This has been released in terraform-provider-aws version 1.9.0. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This issue was originally opened by @mabead as hashicorp/terraform#16844. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
0.9.5
Description
Recently, it is now possible to apply message filter when we register a SQS to SNS subscription. See here for more details.
I looked the sns_topic_subscription doc but did not find anything related. I also checked if it was possible to set subscription attributes using terraform but I did not find anything as well.
Are there any plans to add that feature to terraform?
The text was updated successfully, but these errors were encountered: