You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
➜ terraform --version
Terraform v0.9.8
Affected Resource(s)
aws_inspector_assessment_template
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
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:
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 9, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: