-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/aws: add subscribe-to events to AWS Inspector assessment resource #13534
provider/aws: add subscribe-to events to AWS Inspector assessment resource #13534
Conversation
Any feedback? |
hey @jtsaito, thanks for the contribution! Getting the following test errors, please advise:
|
@grubernaut Thanks for looking into the PR! I could not immediately reproduce the error. I'll look into and come back to you hopefully on the weekend. |
@jtsaito I believe it's because of these ARN's listed here: https://github.com/hashicorp/terraform/pull/13534/files#diff-44a300239d48ea6439f4bd1a743f7381R113 And this error:
is from the |
I submitted PR hashicorp/terraform-provider-aws#12261 to address this issue. I'd appreciate if you thumb'd it up for visibility. Thanks 👍 |
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. |
Type of PR: Enhancement to a resource
Provider: AWS
Resource: Inspector assessment resource
Name of new argument: subscribe-to-events
This PR adds support for the
subscribe_to_event
argument to the AWS Inspector assessment resource for subscribing SNS topics to assessment run events.Checklist