Skip to content

AWS Inspector v2: Support findings export to s3 resource #42773

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

Open
mustafa89 opened this issue May 27, 2025 · 1 comment
Open

AWS Inspector v2: Support findings export to s3 resource #42773

mustafa89 opened this issue May 27, 2025 · 1 comment
Labels
new-resource Introduces a new resource. service/inspector2 Issues and PRs that pertain to the inspector2 service.

Comments

@mustafa89
Copy link

mustafa89 commented May 27, 2025

Description

Request to support create_findings_report API call

Affected Resource(s) or Data Source(s)

No response

Potential Terraform Configuration

resource "aws_inspector2_findings_export" {
  filter {
   ...
  }
  S3_bucket = ...
  kms_key_arn = ...
}

References

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/inspector2/client/create_findings_report.html

Would you like to implement the enhancement?

No

@mustafa89 mustafa89 added the enhancement Requests to existing resources that expand the functionality or scope. label May 27, 2025
Copy link

Community Guidelines

This comment is added to every new Issue to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀

Voting for Prioritization

  • Please vote on this Issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize it.
  • Please see our prioritization guide for additional information on how the maintainers handle prioritization.
  • Please do not leave +1 or other comments that do not add relevant new information or questions; they generate extra noise for others following the Issue and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.

@github-actions github-actions bot added needs-triage Waiting for first response or review from a maintainer. service/inspector2 Issues and PRs that pertain to the inspector2 service. labels May 27, 2025
@justinretzolk justinretzolk added new-resource Introduces a new resource. and removed enhancement Requests to existing resources that expand the functionality or scope. needs-triage Waiting for first response or review from a maintainer. labels May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-resource Introduces a new resource. service/inspector2 Issues and PRs that pertain to the inspector2 service.
Projects
None yet
Development

No branches or pull requests

2 participants