-
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
Enhancement: Expose "Subscription Filter Policy" for AWS SNS Topic Subscriptions #2916
Comments
Anyone working on this one? We are interested in this feature and I'll be glad to look at it if no one else is |
I've scanned through the |
Hi folks, this issue is a duplicate of #2554, so closing this one in preference of the earlier issue to consolidate discussion and any effort. You will be happy to know there is an open PR for implementing this in #2806, which is almost ready to 🚢 !
@ddcprg AWS implements each of their service APIs differently. In this case, the original implementation decision a few years ago has some some pros (additional validation we can perform) and cons (we need to specifically implement each attribute), but this likely will not change anytime in the near future. Architecturally speaking, I do not think we have a stance or guideline whether to map 1:1 with Terraform attributes or not, although in a general sense we would probably lean towards with the mapping as the plan-time validation provides some great benefits which potentially outweigh being slightly behind enhancements. TL;DR Most resources are implemented using what should give the best user experience with their respective service API. |
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 @rbwestmoreland as hashicorp/terraform#17072. It was migrated here as a result of the provider split. The original body of the issue is below.
Enhancement
aws
aws_sns_topic_subscription
Please expose the "Subscription Filter Policy" feature for the
aws_sns_topic_subscription
resource.References
The text was updated successfully, but these errors were encountered: