-
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
Aws_inspector_assessment_template ability to send findings to SNS topic. #843
Comments
I believe this functionality is lacking as well. |
Any tentative date to enhance "inspector_assessment_template" to support SNS ? |
Are there any plans to address this one ? |
Can't believe this has been open since June 2017... |
The corresponding CLI calls for template creation don't actually expose a way to do this. |
Just to add a bit more to this - it looks like |
I think I've got it working, submitting a PR shortly |
submitted PR #12261 . I'd appreciate if you thumb'd it up for visibility 👍 |
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you! |
#12261 would still be nice to get merged. Commenting to un-stale. |
Is this on the roadmap? Any updates? |
This functionality has been released in v4.27.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
This issue was originally opened by @reliam as hashicorp/terraform#15238. It was migrated here as part of the provider split. The original body of the issue is below.
Hello!
When configuring AWS Inspector with Terraform, I noticed the feature to send findings to SNS is unavailable. Has this yet to make its way into terraform?
Thank you for any insight into this issue!
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Ability to configure Inspector to send findings to a SNS topic
Actual Behavior
Feature currently unavailable
Steps to Reproduce
Login to AWS Console > Inspector > Assessment Templates
Select an assessment template > SNS Topics
Per https://www.terraform.io/docs/providers/aws/r/inspector_resource_group.html, the argument to set an SNS topic is unavailable.
Important Factoids
The use case is to have Inspector send its findings to SNS, which is subscribed to by a Lambda function that parses, normalizes and sends data to a log aggregator.
References
The text was updated successfully, but these errors were encountered: