Skip to content

Commit

Permalink
Merge pull request #14876 from terraform-providers/added-guardduty-fi…
Browse files Browse the repository at this point in the history
…lter-resource

Add GuardDuty filter resource
  • Loading branch information
gdavison authored Sep 2, 2020
2 parents 9cee2f8 + 9c8eaf2 commit 42185e6
Show file tree
Hide file tree
Showing 5 changed files with 914 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -635,12 +635,13 @@ func Provider() *schema.Provider {
"aws_glue_user_defined_function": resourceAwsGlueUserDefinedFunction(),
"aws_glue_workflow": resourceAwsGlueWorkflow(),
"aws_guardduty_detector": resourceAwsGuardDutyDetector(),
"aws_guardduty_publishing_destination": resourceAwsGuardDutyPublishingDestination(),
"aws_guardduty_filter": resourceAwsGuardDutyFilter(),
"aws_guardduty_invite_accepter": resourceAwsGuardDutyInviteAccepter(),
"aws_guardduty_ipset": resourceAwsGuardDutyIpset(),
"aws_guardduty_member": resourceAwsGuardDutyMember(),
"aws_guardduty_organization_admin_account": resourceAwsGuardDutyOrganizationAdminAccount(),
"aws_guardduty_organization_configuration": resourceAwsGuardDutyOrganizationConfiguration(),
"aws_guardduty_publishing_destination": resourceAwsGuardDutyPublishingDestination(),
"aws_guardduty_threatintelset": resourceAwsGuardDutyThreatintelset(),
"aws_iam_access_key": resourceAwsIamAccessKey(),
"aws_iam_account_alias": resourceAwsIamAccountAlias(),
Expand Down
Loading

0 comments on commit 42185e6

Please sign in to comment.