Skip to content

Commit

Permalink
Merge pull request #19283 from coderGo93/macie2-findings-filter
Browse files Browse the repository at this point in the history
New resource for Macie2 Findings Filter
  • Loading branch information
gdavison authored May 10, 2021
2 parents 30a2a2a + b04b2fa commit d407e33
Show file tree
Hide file tree
Showing 6 changed files with 1,063 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/19283.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_macie2_findings_filter
```
1 change: 1 addition & 0 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ func Provider() *schema.Provider {
"aws_macie2_account": resourceAwsMacie2Account(),
"aws_macie2_classification_job": resourceAwsMacie2ClassificationJob(),
"aws_macie2_custom_data_identifier": resourceAwsMacie2CustomDataIdentifier(),
"aws_macie2_findings_filter": resourceAwsMacie2FindingsFilter(),
"aws_macie_member_account_association": resourceAwsMacieMemberAccountAssociation(),
"aws_macie_s3_bucket_association": resourceAwsMacieS3BucketAssociation(),
"aws_main_route_table_association": resourceAwsMainRouteTableAssociation(),
Expand Down
Loading

0 comments on commit d407e33

Please sign in to comment.